summaryrefslogtreecommitdiff
path: root/source3/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
commit6bb9603237e2a8b0fbae54e51b985d300a6afc59 (patch)
treecfa03f167a026ff6d4e67d85e54d67abf7052012 /source3/param
parent32e12d4984fa866af83fa35576f4f57a521c5fa8 (diff)
downloadsamba-6bb9603237e2a8b0fbae54e51b985d300a6afc59.tar.gz
samba-6bb9603237e2a8b0fbae54e51b985d300a6afc59.tar.bz2
samba-6bb9603237e2a8b0fbae54e51b985d300a6afc59.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 (This used to be commit 0be502a9c09ff319c87394bb36665be9731c23bb)
Diffstat (limited to 'source3/param')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index e9ee19bc94..606c4d605a 100644
--- a/source3/param/loadparm.c
+++ b/source3/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},