diff options
Diffstat (limited to 'docs/smbdotconf/ldap/ldapidmapsuffix.xml')
-rw-r--r-- | docs/smbdotconf/ldap/ldapidmapsuffix.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/smbdotconf/ldap/ldapidmapsuffix.xml b/docs/smbdotconf/ldap/ldapidmapsuffix.xml index 81fc98d8b9..553b9b5534 100644 --- a/docs/smbdotconf/ldap/ldapidmapsuffix.xml +++ b/docs/smbdotconf/ldap/ldapidmapsuffix.xml @@ -7,8 +7,10 @@ <para>This parameters specifies the suffix that is used when storing idmap mappings. If this parameter is unset, the value of <smbconfoption name="ldap suffix"/> - will be used instead.</para> + 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=Idmap,dc=samba,dc=org</value> +<value type="example">ou=Idmap</value> </samba:parameter> |