diff options
Diffstat (limited to 'docs/smbdotconf/ldap/ldapdeletedn.xml')
-rw-r--r-- | docs/smbdotconf/ldap/ldapdeletedn.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/smbdotconf/ldap/ldapdeletedn.xml b/docs/smbdotconf/ldap/ldapdeletedn.xml new file mode 100644 index 0000000000..ffcb337740 --- /dev/null +++ b/docs/smbdotconf/ldap/ldapdeletedn.xml @@ -0,0 +1,14 @@ +<samba:parameter name="ldap delete dn" + context="G" + type="boolean" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<description> + <para> This parameter specifies whether a delete + operation in the ldapsam deletes the complete entry or only the attributes + specific to Samba. +</para> +</description> + +<value type="default">no</value> +</samba:parameter> |