From b3508ea61e19a8618989d4fe41cc6a742702a60d Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 19 Feb 2004 17:01:06 +0000 Subject: merging some fixes from the release branch; more to come later (This used to be commit 7769a0d33cda0049d32a8a8339c3d4739d6d3604) --- WHATSNEW.txt | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 12db78561e..3b083ed1f0 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -905,11 +905,14 @@ Removed Parameters (order alphabetically): * domain guest group * force unknown acl user * hide local users + * mangled stack * nt smb support * postscript * printer driver * printer driver file * printer driver location + * read size + * source environment * status * strip dot * total print jobs @@ -998,6 +1001,7 @@ New Parameters (new parameters have been grouped by function): * ldap idmap suffix * ldap machine suffix * ldap passwd sync + * ldap replication sleep * ldap user suffix General Configuration @@ -1127,18 +1131,22 @@ New Schema ---------- A new object class (sambaSamAccount) has been introduced to replace -the old sambaAccount. This change aids us in the renaming of attributes -to prevent clashes with attributes from other vendors. There is a -conversion script (examples/LDAP/convertSambaAccount) to modify and LDIF -file to the new schema. +the old sambaAccount. This change aids us in the renaming of +attributes to prevent clashes with attributes from other vendors. +There is a conversion script (examples/LDAP/convertSambaAccount) to +modify and LDIF file to the new schema. Example: - $ ldapsearch .... -b "ou=people,dc=..." > old.ldif - $ convertSambaAccount old.ldif new.ldif + $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif + $ convertSambaAccount --sid= \ + --input=sambaAcct.ldif --output=sambaSamAcct.ldif \ + --changetype=[modify|add] -The can be obtained by running 'net getlocalsid ' -on the Samba PDC as root. +The can be obtained by running 'net getlocalsid +' on the Samba PDC as root. The changetype determines +the format of the generated LDIF output--either create new entries +or modify existing entries. The old sambaAccount schema may still be used by specifying the "ldapsam_compat" passdb backend. However, the sambaAccount and -- cgit