summaryrefslogtreecommitdiff
path: root/source3/param
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-03-31 11:02:22 +0000
committerVolker Lendecke <vlendec@samba.org>2003-03-31 11:02:22 +0000
commitb5622cd977089ea8da605eff18e226985fc581ef (patch)
tree93e3031c4e68efbb9fa843bed5b203cbf1e4fae9 /source3/param
parent52548753296d6929a663adeca2d981c3d5b27351 (diff)
downloadsamba-b5622cd977089ea8da605eff18e226985fc581ef.tar.gz
samba-b5622cd977089ea8da605eff18e226985fc581ef.tar.bz2
samba-b5622cd977089ea8da605eff18e226985fc581ef.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'. Alexander, could you check the file in smbdotconf/ please? Thanks. Volker (This used to be commit f0a32b9c1bdec504ec285486adc05936547f6dc5)
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 d17db16381..9d5d279b31 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1044,7 +1044,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},