diff options
Diffstat (limited to 'docs/smbdotconf/ldap/ldapgroupsuffix.xml')
-rw-r--r-- | docs/smbdotconf/ldap/ldapgroupsuffix.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/smbdotconf/ldap/ldapgroupsuffix.xml b/docs/smbdotconf/ldap/ldapgroupsuffix.xml index ffbebe2f5c..dfe8d33a29 100644 --- a/docs/smbdotconf/ldap/ldapgroupsuffix.xml +++ b/docs/smbdotconf/ldap/ldapgroupsuffix.xml @@ -6,9 +6,12 @@ <description> <para>This parameters specifies the suffix that is used for groups when these are added to the LDAP directory. - If this parameter is unset, the value of <smbconfoption name="ldap suffix"/> will be used instead.</para> + If this parameter is unset, the value of <smbconfoption + name="ldap suffix"/> will be used instead. The suffix string is pre-pended to the + <smbconfoption name="ldap suffix"/> string so use a partial DN + unless the <smbconfoption name="ldap suffix"/> parameter is empty.</para> </description> <value type="default"></value> -<value type="example">ou=Groups,dc=samba,ou=Groups</value> +<value type="example">ou=Groups</value> </samba:parameter> |