summaryrefslogtreecommitdiffstats
path: root/source/param/loadparm.c
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
commitf0a32b9c1bdec504ec285486adc05936547f6dc5 (patch)
treec1e313c651303b70ece623eaa6e352cedbacf11f /source/param/loadparm.c
parentb86ea50fa6dae04adeef750cdbe606a292c1430a (diff)
downloadsamba-f0a32b9c1bdec504ec285486adc05936547f6dc5.tar.gz
samba-f0a32b9c1bdec504ec285486adc05936547f6dc5.tar.xz
samba-f0a32b9c1bdec504ec285486adc05936547f6dc5.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
Diffstat (limited to 'source/param/loadparm.c')
-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 d17db163811..9d5d279b31f 100644
--- a/source/param/loadparm.c
+++ b/source/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},