From: Gerald Carter Date: Thu, 19 Feb 2004 17:01:06 +0000 (+0000) Subject: merging some fixes from the release branch; more to come later X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~6514 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=7769a0d33cda0049d32a8a8339c3d4739d6d3604;p=samba.git merging some fixes from the release branch; more to come later --- diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 12db78561e7..3b083ed1f0f 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