summaryrefslogtreecommitdiffstats
path: root/source/param
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-03-31 11:06:17 +0000
committerVolker Lendecke <vlendec@samba.org>2003-03-31 11:06:17 +0000
commit0be502a9c09ff319c87394bb36665be9731c23bb (patch)
tree4c1d26532bab4ef7f2360fead427692f462b6446 /source/param
parent702d368a9af98d59775ebc3ed89774507397b7e3 (diff)
downloadsamba-0be502a9c09ff319c87394bb36665be9731c23bb.tar.gz
samba-0be502a9c09ff319c87394bb36665be9731c23bb.tar.xz
samba-0be502a9c09ff319c87394bb36665be9731c23bb.zip
3 things:
* Remove 'ldap del only sam attr' after asking Lars Mueller from SuSE first. It is replaced by 'ldap delete dn' * Fix a typo in docs. * Document 'set primary group script'. Volker
Diffstat (limited to 'source/param')
-rw-r--r--source/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/param/loadparm.c b/source/param/loadparm.c
index e9ee19bc942..606c4d605a6 100644
--- a/source/param/loadparm.c
+++ b/source/param/loadparm.c
@@ -1027,7 +1027,6 @@ static struct parm_struct parm_table[] = {
{"ldap passwd sync", P_ENUM, P_GLOBAL, &Globals.ldap_passwd_sync, NULL, enum_ldap_passwd_sync, FLAG_ADVANCED | FLAG_DEVELOPER},
{"ldap trust ids", P_BOOL, P_GLOBAL, &Globals.ldap_trust_ids, NULL, NULL, FLAG_ADVANCED | FLAG_DEVELOPER},
{"ldap delete dn", P_BOOL, P_GLOBAL, &Globals.ldap_delete_dn, NULL, NULL, FLAG_ADVANCED | FLAG_DEVELOPER},
- {"ldap del only sam attr", P_BOOLREV, P_GLOBAL, &Globals.ldap_delete_dn, NULL, NULL, FLAG_ADVANCED | FLAG_DEVELOPER},
{"Miscellaneous Options", P_SEP, P_SEPARATOR},
{"add share command", P_STRING, P_GLOBAL, &Globals.szAddShareCommand, NULL, NULL, FLAG_ADVANCED | FLAG_DEVELOPER},