diff options
Diffstat (limited to 'docs/smbdotconf/ldap/ldapidmapsuffix.xml')
-rw-r--r-- | docs/smbdotconf/ldap/ldapidmapsuffix.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/smbdotconf/ldap/ldapidmapsuffix.xml b/docs/smbdotconf/ldap/ldapidmapsuffix.xml new file mode 100644 index 0000000000..2b26e18da8 --- /dev/null +++ b/docs/smbdotconf/ldap/ldapidmapsuffix.xml @@ -0,0 +1,14 @@ +<samba:parameter name="ldap idmap suffix" + context="G" + advanced="1" developer="1" + type="string" + xmlns:samba="http://samba.org/common"> +<description> + <para>This parameters specifies the suffix that is + used when storing idmap mappings. If this parameter + is unset, the value of <parameter>ldap suffix</parameter> + will be used instead.</para> +</description> +<value type="default"></value> +<value type="example">ou=Idmap,dc=samba,dc=org</value> +</samba:parameter> |