diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-11 15:17:53 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-11 15:17:53 +0000 |
commit | 957270bcc0fec692270c4d22e974b98cb774aa4f (patch) | |
tree | 66699f509beace5ff9eac60e3e9399cde4a19a20 /docs/docbook/smbdotconf/ldap/ldapdeletedn.xml | |
parent | d90a4ea71a17f22b9d65462189d6e074b4fa9e6e (diff) | |
download | samba-957270bcc0fec692270c4d22e974b98cb774aa4f.tar.gz samba-957270bcc0fec692270c4d22e974b98cb774aa4f.tar.bz2 samba-957270bcc0fec692270c4d22e974b98cb774aa4f.zip |
Finish conversion of LDAP options
(This used to be commit 938e3d3f5305ed2162fa0cb0d2a6025fbadfcfec)
Diffstat (limited to 'docs/docbook/smbdotconf/ldap/ldapdeletedn.xml')
-rw-r--r-- | docs/docbook/smbdotconf/ldap/ldapdeletedn.xml | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml b/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml index f4a820c16d..89a75e02fd 100644 --- a/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml +++ b/docs/docbook/smbdotconf/ldap/ldapdeletedn.xml @@ -1,10 +1,13 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="LDAPDELETEDN"/>ldap delete dn (G)</term> - <listitem><para> This parameter specifies whether a delete - operation in the ldapsam deletes the complete entry or only the attributes - specific to Samba. - </para> +<samba:parameter name="ldap delete dn" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para> This parameter specifies whether a delete + operation in the ldapsam deletes the complete entry or only the attributes + specific to Samba. + </para> - <para>Default : <emphasis>ldap delete dn = no</emphasis></para> - </listitem> - </samba:parameter> + <para>Default: <emphasis>ldap delete dn = no</emphasis></para> +</listitem> +</samba:parameter> |