summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-03-19 18:17:12 +0000
committerVolker Lendecke <vlendec@samba.org>2003-03-19 18:17:12 +0000
commit45df237d13316a1ec2074aec5023973b7681d860 (patch)
treee32ad554dd63e3089086a6dfaaea47cfbb8b1900 /docs
parent3c3406bafec3d5623119ad68e7a8acda00bbb69c (diff)
downloadsamba-45df237d13316a1ec2074aec5023973b7681d860.tar.gz
samba-45df237d13316a1ec2074aec5023973b7681d860.tar.bz2
samba-45df237d13316a1ec2074aec5023973b7681d860.zip
Add paramter 'ldap del only sam attr'.
This patch is heavily based on a patch by SuSE. Thanks to Guenther Deschner <gd@suse.de> for providing it. Volker (This used to be commit 5eaf9195eefda5ababba85cc0f6d581ff6f0f454)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/smb.conf.5.sgml11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/docbook/manpages/smb.conf.5.sgml b/docs/docbook/manpages/smb.conf.5.sgml
index f7216774a2..7aaa189578 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="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>
<listitem><para><link linkend="LDAPSERVER"><parameter>ldap server</parameter></link></para></listitem>
@@ -3435,8 +3436,14 @@ df $1 | tail -1 | awk '{print $2" "$4}'
to accmplish this.
</para>
-
- <para>Default : <emphasis>none</emphasis></para>
+ <varlistentry>
+ <term><anchor id="LDAPDELONLYSAMATTR"/>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.
+ </para>
+
+ <para>Default : <emphasis>ldap del only sam attr = yes</emphasis></para>
</listitem>
</varlistentry>