From 45df237d13316a1ec2074aec5023973b7681d860 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 19 Mar 2003 18:17:12 +0000 Subject: Add paramter 'ldap del only sam attr'. This patch is heavily based on a patch by SuSE. Thanks to Guenther Deschner for providing it. Volker (This used to be commit 5eaf9195eefda5ababba85cc0f6d581ff6f0f454) --- docs/docbook/manpages/smb.conf.5.sgml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'docs/docbook') 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... large readwrite ldap admin dn + ldap del only sam attr ldap filter ldap port ldap server @@ -3435,8 +3436,14 @@ df $1 | tail -1 | awk '{print $2" "$4}' to accmplish this. - - Default : none + + ldap del only sam attr (G) + This parameter specifies whether a delete + operation in the ldapsam deletes only the Samba-specific + attributes or the complete LDAP entry. + + + Default : ldap del only sam attr = yes -- cgit