summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-03-23 09:04:25 +0000
committerVolker Lendecke <vlendec@samba.org>2003-03-23 09:04:25 +0000
commit933b4d0d1b5a6521fea2ccad1e0ff5cad82737db (patch)
tree488b98c70c344f49e26fb9045c417cd3f19967f5 /docs
parent8a55edea4d87082282af815f09e229651757b560 (diff)
downloadsamba-933b4d0d1b5a6521fea2ccad1e0ff5cad82737db.tar.gz
samba-933b4d0d1b5a6521fea2ccad1e0ff5cad82737db.tar.bz2
samba-933b4d0d1b5a6521fea2ccad1e0ff5cad82737db.zip
This adds 'ldap delete dn' as the recommended parameter
for the 'ldap del only sam attr' functionality. So we are compatiple to the current SuSE patches as well as to TNG... ;-) Volker (This used to be commit 353309e2a3bc27e918bd0a6cf22833d57895fbc8)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/smb.conf.5.sgml18
1 files changed, 14 insertions, 4 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml
index 7aaa189578..0f5e751a64 100644
--- a/docs/docbook/manpages/smb.conf.5.sgml
+++ b/docs/docbook/manpages/smb.conf.5.sgml
@@ -656,6 +656,7 @@ alias|alias|alias|alias...
<listitem><para><link linkend="LARGEREADWRITE"><parameter>large readwrite</parameter></link></para></listitem>
<listitem><para><link linkend="LDAPADMINDN"><parameter>ldap admin dn</parameter></link></para></listitem>
+ <listitem><para><link linkend="LDAPDELETEDN"><parameter>ldap delete dn</parameter></link></para></listitem>
<listitem><para><link linkend="LDAPDELONLYSAMATTR"><parameter>ldap del only sam attr</parameter></link></para></listitem>
<listitem><para><link linkend="LDAPFILTER"><parameter>ldap filter</parameter></link></para></listitem>
<listitem><para><link linkend="LDAPPORT"><parameter>ldap port</parameter></link></para></listitem>
@@ -3437,13 +3438,22 @@ df $1 | tail -1 | awk '{print $2" "$4}'
</para>
<varlistentry>
- <term><anchor id="LDAPDELONLYSAMATTR"/>ldap del only sam attr (G)</term>
+ <term><anchor id="LDAPDELETEDN"/>ldap del only sam attr (G)</term>
<listitem><para> This parameter specifies whether a delete
- operation in the ldapsam deletes only the Samba-specific
- attributes or the complete LDAP entry.
+ operation in the ldapsam deletes the complete entry or only the attributes
+ specific to Samba.
</para>
- <para>Default : <emphasis>ldap del only sam attr = yes</emphasis></para>
+ <para>Default : <emphasis>ldap delete dn = no</emphasis></para>
+ </listitem>
+ </varlistentry>
+
+
+ <varlistentry>
+ <term><anchor id="LDAPDELONLYSAMATTR"/>ldap del only sam attr (G)</term>
+ <listitem><para> Inverted synonym for <link linked="LDAPDELETEDN"><parameter>
+ ldap delete dn</parameter></link>.</para>
+ </para>
</listitem>
</varlistentry>