Mention wb_delgrpmem fix
[gd/samba/.git] / WHATSNEW.txt
1                  =================================
2                  Release Notes for Samba 3.0.3pre1
3                          XXXXXX XX, 2004
4                  =================================
5
6 This is a preview release of the Samba 3.0.3 code base and is
7 provided for testing only.  This release is *not* intended for
8 production servers.  Use at your own risk.
9
10 There have been several bug fixes since the 3.0.2a release that
11 we feel are important to make available to the Samba community
12 for wider testings.  See the "Changes" section for details on
13 exact updates.
14
15 Common bugs fixed in this preview release include:
16
17   o <FILL THIS IN>
18
19
20 ######################################################################
21 Changes
22 #######
23 Changes since 3.0.2a
24 --------------------
25 smb.conf changes
26 ----------------
27
28     Parameter Name              Action
29     --------------              ------
30     only user                   Deprecated
31     use cracklib                New
32
33     
34 Please refer to the CVS log for the SAMBA_3_0 branch for complete
35 details.  The list of changes per contributor are as follows:
36
37
38 commits
39 -------
40 o   Jeremy Allison <jra@samba.org>
41     * Ensure that Kerberos mutex is always properly unlocked.
42     * Removed Heimdal "in-memory keytab" support.
43     * Fixup the 'multiple-vuids' bugs in our server code.
44     * Correct return code from lsa_lookup_sids() on unmapped
45       sids (based on work by vlendecke).
46     * Fix the "too many fcntl locks" scalability problem 
47       raised by tridge.
48     * Fixup correct (as per W2K3) returns for lookupsids 
49       as well as lookupnames.
50     * Fixups for delete-on-close semantics as per Win2k3 behavior.
51     * Make SMB_FILE_ACCESS_INFORMATION call work correctly.
52     * Fix "unable to initialize" bug when smbd hasn't been run with 
53       new system and a user is being added via pdbedit/smbpasswd.
54     * Added NTrename SMB (0xA5).
55     * Fixup correct timeout values for blocking lock timeouts.
56     * Fix various bugs reported by 'gentest'.
57     * More locking fixes in the case where we own the lock.
58     * Fix up regression in IS_NAME_VALID and renames.
59     * Don't set allocation size on directories.
60     * Return correct error code on fail if file exists and target 
61       is a directory.
62     * Added client "hardlink" commant to test doing NT rename with 
63       hard links.  Added hardlink_internals() code - UNIX extensions 
64       now use this as well.
65     * Use a common function to parse all pathnames from the wire for 
66       much closer emulation of Win2k3 error return codes.
67     * More fixes for internal multibyte string handling.
68
69
70 o   Timur Bakeyev <timur@com.bat.ru>
71     * BUG 1144: only set --with-fhs when the argumenet is 'yes'
72     
73     
74 o   Andrew Bartlet <abartlet@samba.org>
75     * Include support for linking with cracklib for enforcing 
76       strong password changes.
77     * Add support for >14 character password changes from Windows 
78       clients.
79     * Add 'admin set password' capability to 'net rpc'.
80     * Allow 'net rpc samdump' to work with any joined domain 
81       regardless of smb.conf settings.
82     * Use an allocated buffer for count_chars.
83     * Add sanity checks for changes in the domain SID in an 
84       LDAP DIT.
85
86
87 o   Alexander Bokovoy <ab@samba.org>
88
89
90 o   Gerald (Jerry) Carter <jerry@samba.org>
91     * Fix 'make installmodules' bug on True64.
92     * BUG 66: mark 'only user' deprecated.
93     * Remove corrupt tdb and shutdown (only for printing tdbs, 
94       connections, sessionid & locking).
95     * decrement smbd counter in connections.tdb in smb_panic().
96     * RedHat specfile updates.
97     * Fix xattr.h build issue on Debian testing and SuSE 8.2.
98     * BUG 1147; bad pointer case in get_stored_queue_info() 
99       causing seg fault.
100     * BUG 761: read the config file before initialized default 
101       values for printing options; don't default to bsd printing 
102       Linux.
103     * Allow the 'printing' parameter to be set on a per share basis.
104     * BUG 503: RedHat/Fedora packaging fixes regarding logrotate.
105     * BUG 848: don't create winbind local users/groups that already 
106       exist in the tdb.
107     * BUG 1080: fix declaration of SMB_BIG_UINT (broek compile on 
108       LynxOS/ppc).
109
110
111 o   Guenther Deschner <gd@suse.com>
112     * Remove hard coded attribute name in the ads ranged retrieval
113       code.
114
115
116 o   Bostjan Golob <golob@gimb.org>
117     * BUG 1046: Fix  getpwent_list() so that the username is not 
118       overwritten by other fields.
119
120
121 o   Steve French <sfrench@us.ibm.com>
122     * Update moun.cifs to version 1.1.
123     * Disable dev (MS_NODEV) on user mounts from cifs vfs.
124     * Fixes to minor security bug in the mount helper.
125
126
127 o   SATOH Fumiyasu <fumiya@miraclelinux.com>
128     * BUG 1055; formatting fixes for 'net share'.
129     * BUG 692: correct truncation of share names and workgroup 
130       names in smbclient.
131
132
133 o   Chris Hertel <crh@samba.org>
134     * fix enumeration of shares 12 characters in length via 
135       smbclient.
136
137       
138 o   John Klinger <john.klinger@lmco.com>
139     * Return NSS_SUCCESS once the max number of gids possible 
140        has been found in initgroups() on Solaris.
141
142
143 o   Volker Lendecke <vl@samba.org>
144     * Fix success message for net groupmap modify.
145     * Fix errors when enumerating members of groups in 'net rpc'.
146     * Match Windows behavior in samr_lookup_names() by returning
147       ALIAS(4) when you search in BUILTIN. 
148     * Fix server SAMR code to be able to set alias info for 
149       builtin as well. 
150     * Fix duplication of logic when creating groups via smbd.
151     * Ensure that the HWM values are set correctly after running 
152       'net idmap'.
153     * Add 'net rpc group add'.
154     * Implement 'net groupmap set' and 'net groupmap cleanup'.
155     * Add 'net rpc group [add|del]mem' for domain groups and aliases.
156     * Fix wb_delgrpmem (wbinfo -o)
157
158
159 o   Herb Lewis <herb@samba.org>
160
161
162 o   Jianliang Lu <j.lu@tiesse.com>
163     * Enforce the 'user must change password at nmext login' flag.
164     * Decode meaning of 'fields present' flags (improves support 
165       for usewrmgr.exe).
166
167
168 o   L. Lucius <ib@digicron.com>.
169     * type fixes.
170
171
172 o   Jim McDonough <jmcd@us.ibm.com>
173     * Add versioning support to tdbsam.
174     * Update the IBM Directory Server schema with the OpenLDAP 
175       file.
176     * Various decoding fixes to improve usermgr.exe support.
177     * Fix statfs redeclaration of statfs struct on ppc
178     * Implement support for password lockout of Samba domain 
179       controllers and standalone servers.
180
181
182 o   Stefan Metzmacher <metze@samba.org>
183
184
185 o   James Peach <jpeach@sgi.com>
186     * Correct check for printf() format when using the SGI MIPSPro 
187       compiler.
188     * BUG 1038: support backtrace for 'panic action' on IRIX.
189
190
191 o   Tim Potter <tpot@samba.org>
192     * Fix logic bug in tdb non-blocking lock routines when 
193       errno == EAGAIN.
194     * BUG 1025: Include sys/acl.h in check for broken nisplus 
195       include files.      
196     * BUG 1066: s/printf/d_printf/g in SWAT.
197     * BUG 1098: rename internal msleep() function to fix build 
198       problems on AIX.
199     * BUG 1112: Fix for writable printerdata problem in python bindings.
200       
201
202 o   Simo Source <idra@samba.org>
203     * Replace unknown_3 with fields_present in SAMR code.
204
205
206 o   Richard Sharpe <rsharpe@samba.org>
207     * Add support to smbclient for multiple logins on the same 
208       session (based on work by abartlet).
209
210
211 o   Andrew Tridgell <tridge@samba.org>
212     * Rewrote the AIX UESS backend for winbindd.
213     * Fixed compilation with --enable-dmalloc.
214     
215     
216 o   Jelmer Vernooij <jelmer@samba.org>
217    * Fix ETA Calculation when resuming downloads in smbget.
218
219
220 o   TAKEDA yasuma <yasuma@miraclelinux.com>
221     * BUG 900: fix token processing in cmd_symlink, cmd_link, 
222       cmd_chown, cmd_chmod smbclient functions.
223
224
225 o    Shiro Yamada <shiro@miraclelinux.com>
226      * BUG 1129: install image files for SWAT.
227       
228
229 Changes for older versions follow below:
230
231         --------------------------------------------------
232
233                   ==============================
234                   Release Notes for Samba 3.0.2a
235                         February 13, 2004
236                   ==============================
237
238 Samba 3.0.2a is a minor patch release for the 3.0.2 code base
239 to address, in particular, a problem when using pdbedit to 
240 sanitize (--force-initialized-passwords) Samba's tdbsam 
241 backend.   This is the latest stable release of Samba. This 
242 is the version that all production Samba servers should be 
243 running for all current bug-fixes.  
244
245 ******************* Attention! Achtung! Kree! *********************
246
247 Beginning with Samba 3.0.2, passwords for accounts with a last 
248 change time (LCT-XXX in smbpasswd, sambaPwdLastSet attribute in
249 ldapsam, etc...) of zero (0) will be regarded as uninitialized 
250 strings.  This will cause authentication to fail for such
251 accounts.  If you have valid passwords that meet this criteria, 
252 you must update the last change time to a non-zero value.  If you 
253 do not, then  'pdbedit --force-initialized-passwords' will disable 
254 these accounts and reset the password hashes to a string of X's.
255
256 ******************* Attention! Achtung! Kree! *********************
257
258
259 ######################################################################
260 Changes
261 #######
262
263 Changes since 3.0.2
264 -------------------
265
266 commits
267 -------
268
269 Please refer to the CVS log for the SAMBA_3_0 branch for complete
270 details.  The list of changes per contributor are as follows:
271
272
273 o   Jeremy Allison <jra@samba.org>
274     * Added paranoia checks in parsing code.
275     
276
277 o   Andrew Bartlet <abartlet@samba.org>
278     * Ensure that changes to uninitialized passwords in ldapsam 
279       are written to the DIT.
280
281
282 o   Gerald (Jerry) Carter <jerry@samba.org>
283     * Fixed iterator in tdbsam.
284     * Fix bug that disabled accounts with a valid NT password 
285       hash, but no LanMan hash.
286     
287
288 o   Steve French <sfrench@us.ibm.com>
289     * Added missing nosetuid and noexec options.
290
291     
292 o   Bostjan Golob <golob@gimb.org>
293     * BUG 1046: Don't overwrite usernames of entries returned 
294       by getpwent_list().
295
296
297 o   Sebastian Krahmer <krahmer@suse.de>
298     * Fixed potential crash bug in NTLMSSP parsing code.
299
300
301 o   Tim Potter <tpot@samba.org>
302     * Fixed logic in tdb_brlock error checking.
303
304     
305 o   Urban Widmark <urban@teststation.com>
306     * Set nosuid,nodev flags in smbmnt by default.
307     
308     
309         --------------------------------------------------
310                   
311                   =============================
312                   Release Notes for Samba 3.0.2
313                         February 9, 2004
314                   =============================
315
316 It has been confirmed that previous versions of Samba 3.0 are
317 susceptible to a password initialization bug that could grant an 
318 attacker unauthorized access to a user account created by the
319 mksmbpasswd.sh shell script.
320
321 The Common Vulnerabilities and Exposures project (cve.mitre.org) 
322 has assigned the name CAN-2004-0082 to this issue.
323
324 Samba administrators not wishing to upgrade to the current 
325 version should download the 3.0.2 release, build the pdbedit 
326 tool, and run 
327
328    root# pdbedit-3.0.2 --force-initialized-passwords
329       
330 This will disable all accounts not possessing a valid password
331 (e.g. the password field has been set a string of X's).
332
333 Samba servers running 3.0.2 are not vulnerable to this bug 
334 regardless of whether or not pdbedit has been used to sanitize
335 the passdb backend.
336
337 Some of the more visible bugs in 3.0.1 addressed in the 3.0.2
338 release include:
339
340   o Joining a Samba domain from Pre-SP2 Windows 2000 clients.
341   o Logging onto a Samba domain from Windows XP clients.
342   o Problems with the %U and %u smb.conf variables in relation to 
343     Windows 9x/ME clients.
344   o Kerberos failures due to an invalid in memory keytab detection
345     test.
346   o Updates to the ntlm_auth tool.
347   o Fixes for various SMB signing errors.
348   o Better separation of WINS and DNS queries for domain controllers.
349   o Issues with nss_winbind FreeBSD and Solaris.
350   o Several crash bugs in smbd and winbindd.
351   o Output formatting fixes for smbclient for better compatibility
352     with scripts based on the 2.2 version.
353
354
355 Changes since 3.0.1
356 -------------------
357
358 smb.conf changes
359 ----------------
360
361     Parameter Name              Action
362     --------------              ------
363     ldap replication sleep      New
364     read size                   removed (unused)
365     source environment          removed (unused)
366
367
368 commits
369 -------
370
371 Please refer to the CVS log for the SAMBA_3_0 branch for complete
372 details.  The list of changes per contributor are as follows:
373
374 o   Jeremy Allison <jra@samba.org>
375     * Revert change that broke Exchange clear text samlogons.
376     * Fix gcc 3.4 warning in MS-DFS code.
377     * Tidy up of NTLMSSP code.
378     * Fixes for SMB signing errors
379     * BUG 815: Workaround NT4 bug to support plaintext
380       password logins and UNICODE.
381     * Fix SMB signing bug when copying large files.
382     * Correct error logic in mkdir_internals() (caused a panic
383       when combined with --enable-developer).
384     * BUG 830: Protect against crashes due to bad character 
385       conversions.
386
387       
388 o   Petri Asikainen <paca@sci.fi>
389     * BUG 330, 387:Fix single valued attribute updates when 
390       working with Novell NDS.
391
392
393 o   Andrew Bartlet <abartlet@samba.org>
394     * Correctly handle per-pipe NTLMSSP inside a NULL session.
395     * Fix segfault in gencache 
396     * Fix early free() of encrypted_session_key.
397     * Change DC lookup routines to more carefully separate
398       DNS names (realms) from NetBIOS domain names.
399     * Add new sid_to_dn() function for internal winbindd use.
400     * Refactor cli_ds_enum_domain_trusts().
401     * BUG 707: Implement range retrieval of ADS attributes (based 
402       on work from Volker <vl@samba.org> and Guenther Deschner 
403       <gd@suse.com>).
404     * Automatically initialize the signing engine if a session key
405       is available.
406     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
407       encoded strings, only form input in SWAT.
408     * Resets the NTLMSSP state for new negotiate packets.
409     * Add 2-byte alignments in net_samlogon() queries to parse 
410       odd-length plain text passwords.
411     * Allow Windows groups with no members in winbindd.
412     * Allow normal authentication in the absence of a server 
413       generated session key.
414     * More optimizations for looking up UNIX group lists.
415     * Clean up error codes and return values for pam_winbindd
416       and winbindd PAM interface.
417     * Fix string return values in ntlm_auth tool.
418     * Fix segfault when 'security = ads' but no realm is defined.
419     * BUG 722: Allow winbindd to map machine accounts to uids.
420     * More cleanups for winbindd's find_our_domain().
421     * More clearly detect whether a domain controller is an NT4
422       or mixed-mode AD DC (additional bug fixes by jerry & jmcd).
423     * Increase separation between DNS queries for hosts and queries
424       for AD domain controllers.
425     * Include additional NT_STATUS to PAM error mappings.
426     * Password initialization fixes.
427
428     
429 o   Justin Baugh <justin.baugh@request.com>
430     * BUG 948: Implement missing functions required for FreeBSD 
431       nss_winbind support. 
432
433
434 o   Alexander Bokovoy <ab@samba.org>
435     * BUG 922: Make sure enable fast path for strlower_m() and 
436       strupper_m().
437
438
439 o   Luca Bolcioni <Luca.Bolcioni@yacme.com>
440     * Fix crash when using 'security = server' and 'encrypt 
441       passwords = no' by always initializing the session key.
442
443       
444 o   Dmitry Butskoj <buc@odusz.elektra.ru>
445     * Fix for special files being hidden from admins.
446
447
448 o   Gerald (Jerry) Carter <jerry@samba.org>
449     * Fix bug in the lanman session key generation.  Caused 
450       "decode_pw: incorrect password length" error messages.
451     * Save the right case for the located user name in 
452       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
453     * BUG 897: Add well known rid for pre win2k compatible access
454       group.
455     * BUG 887: Correct typo in delete user script example.
456     * Use short lived TALLOC_CTX* for allocating printer objects 
457       from the print handle cache.
458     * BUG 912: Fix check for HAVE_MEMORY_KEYTAB.
459     * Fix several warnings reported by the SUN Forte C compiler.
460     * Fully control DNS queries for AD DC's using 'name resolve order'.
461     * BUG 770: Send the SMBjobid for UNIX jobs back to the client.
462     * BUG 972: Fix segfault in cli_ds_getprimarydominfo().
463     * BUG 936: fix bind credentials for schannel binds in smbd.
464     * BUG 446: Fix output of smbclient for better compatibility 
465       with scripts based on the 2.2 version (including Amanda).
466     * BUG 891, 949: Fedora packaging fixes.
467     * Fix bug that caused rpcclient to incorrectly retrieve 
468       the SID for a server (this causing all calls that required 
469       this information to fail). 
470     * BUG 977: Don't create a homes share for a user if a static 
471       share already exists by the same name.
472     * Removed unused smb.conf options.
473     * Password initialization fixes.
474     * Set the disable flag for template accounts created by
475       mksmbpasswd.sh.
476     * Disable any account has no passwords and does not have the
477       ACB_PWNOTREQ bit set.
478
479
480 o   Guenther Deschner <gd@suse.com>
481     * Install smbwrapper.so should be put into the $(libdir) 
482       and not $(bindir).
483     * Add the capability to specify the new user password 
484       for "net ads password" on the command line.
485     * Correctly detect AFS headers on SuSE.
486         
487
488 o   James Flemer <jflemer@uvm.edu>
489     * Fix AIX compile bug by linking HAVE_ATTR_LIST to 
490       HAVE_SYS_ATTRIBUTES_H.
491
492
493 o   Luke Howard <lukeh@PADL.COM>
494     * Fix segfault in session setup reply caused by a early free().
495
496
497 o   Stoian Ivanov <sdr@bultra.com>
498     * Implement grepable output for smbclient -L.
499
500
501 o   LaMont Jones <lamont@debian.org>
502     * BUG 225328 (Debian): Correct false failure LFS test that resulted 
503       in  _GNU_SOURCE not being defined (thus resulting in strndup() 
504       not being defined).
505
506       
507 o   Volker Lendecke <vl@samba.org>
508     * BUG 583: Ensure that user names always contain the short 
509       version of the domain name.
510     * Fix our parsing of the LDAP uri.
511     * Don't show the 'afs username map' in the SWAT basic view.
512     * Fix SMB signing issues in relation to failed NTLMSSP logins.
513     * BUG 924: Fix return codes in smbtorture harness.
514     * Always lower-case usernames before handing it to AFS code.
515     * Add a German translation for SWAT.
516     * Fix a segfaults in winbindd.
517     * Fix the user's domain passed to register_vuid() from 
518       reply_spnego_kerberos().
519     * Add NSS example code in nss_winbind to convert UNIX 
520       id's <-> Windows SIDs.
521     * Display more descriptive error messages for login via 'net'.
522     * Fix compiler warning in the net tool.
523     * Fix length bug when decoding base64 strings.
524     * Ensure we don't call getpwnam() inside a loop that is iterating 
525       over users with getpwent().  This broke on glibc 2.3.2.
526
527
528 o   Herb Lewis <herb@samba.org>
529     * Fix bit rot in psec.
530
531
532 o   Jianliang Lu <j.lu@tiesse.com>
533     * Ensure we delete the group mapping before calling the delete 
534       group script.
535     * Define well known RID for managing the  "Power Users" group.
536     * BUG 381: check builtin (not local) group SID when updating 
537       group membership.
538     * BUG 101: set the SV_TYPE_PRINTQ_SERVER flag in host announcement 
539       packet.
540
541
542 o   John Klinger <john.klinger@lmco.com>
543     * Implement initgroups() call in nss_winbind on Solaris.
544
545
546 o   Jim McDonough <jmcd@us.ibm.com>
547     * Fix regression in net rpc join caused by recent changes 
548       to cli_lsa_query_info_policy().
549     * BUG 964: Fix crash bug in 'net rpc join' using a preexisting
550       machine account.
551
552
553 o   MORIYAMA Masayuki <moriyama@miraclelinux.com>
554     * BUG 570: Ensure that configure honors the LDFLAGS variable.
555
556
557 o   Stefan Metzmacher <metze@samba.org>
558     * Implement LDAP rebind sleep patch.
559     * Revert to 2.2 quota code because of so many broken quota files 
560       out there.
561     * Fix XFS quotas: HAVE_XFS_QUOTA -> HAVE_XFS_QUOTAS
562                       XFS_USER_QUOTA -> USRQUOTA
563                       XFS_GROUP_QUOTA -> GRPQUOTA
564     * Fix disk_free calculation with group quotas.
565     * Add debug class 'quota' and a lot of DEBUG()'s 
566       to the quota code.
567     * Fix sys_chown() when no chown() is present.
568     * Add SIGABRT to fault handling in order to catch got a 
569       backtrace if an error occurs the OpenLDAP client libs.
570
571
572 o   <ndb@theghet.to>
573     * Allow an existing LDAP machine account to be re-used when 
574       joining an AD domain.
575
576
577 o   James Peach <jpeach@sgi.com>
578     * BUG 889: Change smbd to use pread/pwrite on platforms that 
579       support these calls. Can lead to a significant speed increase.
580
581
582 o   Tim Potter <tpot@samba.org>
583     * BUG 905: Remove POBAD_CC to fix Solaris Forte compiles.
584     * BUG 924: Fix typo in RW2 torture test.
585     
586     
587 o   Richard Sharpe <shape@samba.org>
588     * Small fixes to torture.c to cleanup the error handling 
589       and prevent crashes.
590
591
592 o   J. Tournier <jerome.tournier@IDEALX.com>
593     * Small fixes for the smbldap-tool scripts.
594
595
596 o   Andrew Tridgell <tridge@samba.org>
597     * Fix src len check in pull_usc2().
598     
599     
600 o   Jelmer Vernooij <jelmer@samba.org>
601     * Put functions for generating SQL queries in pdb_sql.c
602     * Add pgSQL backend (based on patch by Hamish Friedlander)
603     * BUG 908: Fix -s option to smbcontrol.    
604     * Add smbget utility - a wget-clone for the SMB/CIFS protocol.
605     * Fix for libnss_wins on IRIX platforms.
606     * Fix swatdir for --with-fhs.
607
608
609         --------------------------------------------------
610
611                   =============================
612                   Release Notes for Samba 3.0.1
613                         December 15, 2003
614                   =============================
615
616 Some of the more common bugs in 3.0.0 addressed in the release 
617 include:
618
619   o Substitution problems with smb.conf variables.
620   o Errors in return codes which caused some applications
621     to fail to open files.
622   o General Protection Faults on Windows 2000/XP clients
623     using Samba point-n-print features.
624   o Several miscellaneous crash bugs.
625   o Access problems when enumerating group mappings are
626     stored in an LDAP Directory.
627   o Several common SWAT bugs when writing changes to
628     smb.conf.
629   o Internal inconsistencies when 'winbind use default
630     domain = yes'
631
632
633
634 Changes since 3.0.0
635 ----------------------
636
637     Parameter Name              Action
638     --------------              ------
639     hide local users            Removed
640     mangled map                 Deprecated
641     mangled stack               Removed
642     passwd chat timeout         New
643
644
645 commits
646 -------
647
648 o   Change the interface for init_unistr2 to not take a length 
649     but a flags field.  We were assuming that 
650     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
651 o   Allow d_printf() to handle strings with escaped quotation 
652     marks since the msg file includes the escape character (bug 489).
653 o   Fix bad html table row termination in SWAT wizard code (bug 413).
654 o   Fix to parse the level-2 strings.
655 o   Fix for "valid users = %S" in [homes].  Fix read/write 
656     list as well. 
657 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
658     This is the same way AC_CHECK_LIB works (bug 508).
659 o   Testparm output fixes for clarity.
660 o   Fix broken wins hook functionality -- i18n bug (bug 528).
661 o   Take care of condition where DOS and NT error codes must differ.
662 o   Default to using only built-in charsets when a working iconv 
663     implementation cannot be located.
664 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
665     be done unconditionally (bug 550).
666 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
667 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
668     --enable-debug=[yes|no] works correctly.
669 o   Allow ^C to interrupt smbpasswd if using our getpass 
670     (e.g. smbpasswd command).
671 o   Support signing only on RPC's (bug 167).
672 o   Correct bug that prevented  Excel 2000 clients from opening 
673     files marked as read-only.
674 o   Portability fix bugs 546 - 549).
675 o   Explicitly initialize the value of AR for vendor makes that don't
676     do this (e.g. HPUX 11).  (bug 552).
677 o   More i18n fixes for SWAT (bug 413).
678 o   Change the cwd before the postexec script to ensure that a
679     umount will succeed.
680 o   Correct double free that caused winbindd to crash when a DC 
681     is rebooted (bug 437).
682 o   Fix incorrect mode sum (bug 562).
683 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
684     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
685 o   Add script to generate *msg files.
686 o   Add Dutch SWAT translation file.
687 o   Make sure to call get_user_groups() with the full winbindd 
688     name for a user if he/she has one (bug 406).
689 o   Fix up error code returns from Samba4 tester. Ensure invalid 
690     paths are validated the same way.  
691 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
692 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
693     libraries were found for $BACKEND.
694 o   Move sysquotas autoconf tests to a separate file.
695 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
696     tester
697 o   Make sure that the files that contain the static_init_$subsystem; 
698     macro get recompiled after configure by removing the object 
699     files.
700 o   Ensure canceling a blocking lock returns the correct error 
701     message.
702 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
703 o   Updated Japanese welcome file in SWAT.
704 o   Fix to  nt-time <-> unix-time functions reversible.
705 o   Ensure that winbindd uses the the escaped DN when querying
706     an AD ldap server.
707 o   Fix portability issues when compiling (bug 505, 550)
708 o   Compile fix for tdbbackup when Samba needs to override 
709     non-C99 compliant implementations of snprintf().
710 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
711 o   Make sure we break out of samsync loop on error.
712 o   Ensure error code path doesn't free unmalloc()'d memory
713     (bug 628).
714 o   Add configure test for krb5_keytab_entry keyblock vs key 
715     member (bug 636).
716 o   Fixed spinlocks.
717 o   Modified testparm so that all output so all debug output goes 
718     to stderr, and all file processing goes to stdout.
719 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
720     and smbcquotas.
721 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
722     we have a devmode before copying a string to the devicename.
723 o   Support mapping REALM.COM\user to a local user account (without 
724     running winbindd)  for compatibility with 2.2.x release.
725 o   Ensure we don't use mmap() on blacklisted systems.
726 o   fixed a number of bugs and memory leaks in the AIX 
727     winbindd shim
728 o   Call initgroups() in SWAT before becomming the user so that
729     secondary group permissions can be used when writing to 
730     smb.conf.
731 o   Fix signing problems when reverse connecting back to a 
732     client for printer notify
733 o   Fix signing problems caused by a miss-sequence bug.
734 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
735     Fixes NEXUS tools running on Win9x clients (bug 64).
736 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
737     SID could not be mapped.
738 o   Fix segfault in mount.cifs helper when there is no options 
739     specified during mount.
740 o   Change the \n after the password prompt to go to tty instead 
741     of stdout (bug 668).
742 o   Stop net -P from prompting for machine account password (bug 451).
743 o   Change in behavior to Not only change the effective uid but also
744     the real uid when becoming unprivileged.
745 o   Cope with Exchange 5.5 cleartext pop password auth.
746 o   New files for support of initshutdown pipe.  Win2k doesn't 
747     respond properly to all requests on the winreg pipe, so we need 
748     to handle this new pipe (bug 534).
749 o   Added more va_copy() checks in configure.in.
750 o   Include fixes for libsmbclient build problems.
751 o   Missing UNIX -> DOS codepage conversion in lanman.c.
752 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
753 o   Parameterize the listen backlog in smbd and make it larger by
754     default. A backlog of 5 is way too small these days.
755 o   Check for an invalid fid before dereferencing the fsp pointer
756     (bug 696).
757 o   Remove invalid memory frees and return codes in pdb_ldap.c.
758 o   Prompt for password when invoking --set-auth-user and no 
759     password is given.
760 o   Bind the nmbd sending socket to the 'socket address'.
761 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
762     $LDFLAGS occurs before any library specification (bug 661).
763 o   Fix large number of printf() calls for 64-bit size_t.
764 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
765     keyblock in the krb5 structs.
766 o   Remove #include <compat.h> in hopes to avoid problems with 
767     apache header files.
768 o   Correct winbindd build problems on HP-UX 11.
769 o   Lowercase netgroups lookups (bug 703).
770 o   Use the actual size of the buffer in strftime instead of a made
771     up value which just happens to be less than sizeof(fstring).  
772     (bug 713).
773 o   Add ldaplibs to pdbedit link line (bug 651).
774 o   Fix crash bug in smbclient completion (bug 659).
775 o   Fix packet length for browse list reply (bug 771).
776 o   Fix coredump in cli_get_backup_list().
777 o   Make sure that we expand %N (bug 612).
778 o   Allow rpcclient adddriver command to specify printer driver 
779     version (bug 514).
780 o   Compile tdbdump by default.
781 o   Apply patches to fix iconv detection for FreeBSD.
782 o   Do not allow the 'guest account' to be added to a passdb backend 
783     using smbpasswd or pdbedit (bug 624).
784 o   Save LDFLAGS during iconv detection (bug 57).
785 o   Run krb5 logins through the username map if the winbindd 
786     lookup fails (bug 698).
787 o   Add const for lp_set_name_resolve_order() to avoid compiler 
788     warnings (bug 471).
789 o   Add support for the %i macro in smb.conf to stand in for the for
790     the local IP address to which a client connected.
791 o   Allow winbindd to match local accounts to domain SID when 
792     'winbind trusted domains only = yes' (bug 680).
793 o   Remove code in idmap_ldap that searches the user suffix and group 
794     suffix.  It's not needed and provides inconsistent functionality 
795     from the tdb backend.
796 o   Patch to handle munged dial string for Windows 2000 TSE.
797     Thanks to Gaz de France, Direction de la Recherche, Service 
798     Informatique Métier for their supporting this work by Aurelien 
799     Degrémont <adegremont@idealx.com>.
800 o   Correct the "smbldap_open: cannot access when not root error"
801     messages when looking up group information (bug 281).
802 o   Skip over the winbind separator when looking up a user.
803     This fixes the bug that prevented local users from
804     matching an AD user when not running winbindd (bug 698).
805 o   Fix a problem with configure on *BSD systems. Make sure
806     we add -liconv etc to LDFLAGS.
807 o   Fix core dump bug when "security = server" and the authentication
808     server goes away.
809 o   Correct crash bug due to an empty munged dial string.
810 o   Show files locked by a specific user (smbstatus -u 'user') 
811     (bug 590).
812 o   Fix bug preventing print jobs from display in the queue
813     monitor used by Windows NT and later clients (bug 660).
814 o   Fix several reported problems with point-n-print from
815     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
816     reply (bug 338, 527 & 643).
817 o   Fix a handful of potential memory leaks in the LDAP code used
818     by ldapsam[_compat] and the LDAP idmap backend.
819 o   Fix for pdbedit error code returns (bug 763).
820 o   Make sure we only enumerate group mapping entries  (not 
821     /etc/group) even when doing local aliases.
822 o   Relax check on the pipe name in a dce/rpc bind response to work 
823     around issues with establishing trusts to a Windows 2003 domain.
824 o   Ensure we mangle names ending in '.' in hash2 mangling method.
825 o   Correct parsing issues with munged dial string.
826 o   Fix bugs in quota support for XFS.
827 o   Add a cleaner method for applications that need to provide 
828     name->SID mappings to do this via NSS rather than having to 
829     know the winbindd pipe protocol.
830 o   Adds a variant of the winbindd_getgroups() call called 
831     winbindd_getusersids() that provides direct SID->SIDs listing of 
832     a users supplementary groups. This is enough to allow non-Samba 
833     applications to do ACL checking.
834 o   Make sure we don't append the 'ldap suffix' when writing out the 
835     'ldap XXX suffix' values in SWAT (bug 328).
836 o   Fix renames across file systems.
837 o   Ensure that items in a list of strings containing whitespace are 
838     written out surrounded by single quotes.  This means that both 
839     double and single quotes are now used to surround strings in 
840     smb.conf (bug 481).
841 o   Enable SWAT to correctly determine if winbindd is running (bug 
842     398).
843 o   Include WWW-Authenticate field in 401 response for bad auth 
844     attempt (bug 629).
845 o   Add support for NTLM2 (NTLMv2 session security).
846 o   Add support for variable-length session keys.
847 o   More privilege fixes for group enumeration in LDAP (bug 281).
848 o   Use the dns name (or IP) as the originating client name when
849     using CUPS (bug 467).
850 o   Fix various SMB signing bugs.
851 o   Fix ACL propagation on a DFS root (bug 263).
852 o   Disable NTLM2 for RPC pipes.
853 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
854     authentication.
855 o   Change the name of the job passed off to cups from "Test Page" 
856     to "smbprn.00000033 Test Page" so that we can get the smb 
857     jobid back. This allow users to delete jobs with cups printing 
858     backend (partial work on bug 770).
859 o   Fix build of winbindd with static pdb modules.
860 o   Retrieve the correct ACL group bits if the file has an ACL 
861     (bug 802).
862 o   Implement "net rpc group members": Get members of a domain group 
863     in human-readable format.
864 o   Add MacOSX (Darwin) specific charset module code.
865 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
866     can include the full name in gecos field (bug 587).
867 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
868 o   Implement 'net rpc group list [global|local|builtin]*' for a 
869     select listing of the respective user databases.
870 o   Don't automatically set NT status code flag unless client tells 
871     us it can cope.
872 o   Add 'net status [sessions|shares] [parseable]'.
873 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
874     bug 770).
875 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
876    (bug 608).
877 o   Fix inverted logic in hosts allow/deny checks caused by 
878     s/strcmp/strequal/ (bug 846).
879 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
880 o   Fix typo in 'hash' mangling algorithm.
881 o   Support munged dial for ldapsam (bug 800).
882 o   Fix process_incoming_data() to return the number of bytes handled 
883     this call whether we have a complete PDU or not; fixes bug 
884     with multiple PDU request rpc's broken over SMBwriteX calls 
885     each.
886 o   Fix incorrect smb flags2 for connections to pre-NT servers 
887     (causes smbclient to fail to OS2 for example) (bug 821).
888 o   Update version string in smbldap-tools Makefile to 0.8.2.
889 o   Correct a problem with "net rpc vampire" mis-parsing the 
890     alias member info reply.
891 o   Ensure the ${libdir} is created by the installclientlib script.
892 o   Fix detection of Windows 2003 client architecture in the smb.conf
893     %a variable.
894 o   Ensure that smbd calls the add user script for a missing UNIX 
895     user on kerberos auth call (bug 445).
896 o   Fix bugs in hosts allow/deny when using a mismatched 
897     network/netmask pair.
898 o   Protect alloc_sub_basic() from crashing when the source string 
899     is NULL (partial work on bug 687).
900 o   Fix spinlocks on IRIX.
901 o   Corrected some bad destination paths when running "configure 
902     --with-fhs".
903 o   Add packaging files for Fedora Core 1.
904 o   Correct bug in SWAT install script for non-english languages.
905 o   Support character set ISO-8859-1 internally (bug 558).
906 o   Fixed more LDAP access errors when looking up group mappings 
907     (bug 281).
908 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
909     resolution to fail on local files on on domain members 
910     (bug 875).
911 o   Fix uninitialized variable in passdb.c.
912 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
913 o   Fix problem mounting directories when mount.cifs is installed 
914     with the setuid bit on.
915 o   Fix bug that prevent --mandir from overriding the defaults
916     given in the --with-fhs macro.
917 o   Fix bug in in-memory Kerberos keytab detection routines 
918     in configure.in
919
920
921
922 ######################################################################
923
924               The original 3.0.0 release notes follow
925               =======================================
926                     WHATS NEW IN Samba 3.0.0
927                         September 24, 2003
928               =======================================
929
930
931 Major new features:
932 -------------------
933
934 1)  Active Directory support.  Samba 3.0 is now able to  
935     join a ADS realm as a member server and authenticate 
936     users using LDAP/Kerberos.
937
938 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
939     and internally there is now a much better infrastructure for 
940     multi-byte and UNICODE character sets.
941
942 3)  New authentication system. The internal authentication system 
943     has been almost completely rewritten. Most of the changes are 
944     internal, but the new auth system is also very configurable.
945
946 4)  New default filename mangling system.
947
948 5)  A new "net" command has been added. It is somewhat similar to 
949     the "net" command in windows. Eventually we plan to replace 
950     numerous other utilities (such as smbpasswd) with subcommands 
951     in "net".
952
953 6)  Samba now negotiates NT-style status32 codes on the wire. This
954     improves error handling a lot.
955
956 7)  Better Windows 2000/XP/2003 printing support including publishing
957     printer attributes in active directory.
958
959 8)  New loadable module support for passdb backends and character 
960     sets.
961
962 9)  New default dual-daemon winbindd support for better performance.
963
964 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
965     domain and maintaining user, group and domain SIDs.
966
967 11) Support for establishing trust relationships with Windows NT 4.0
968     domain controllers.
969   
970 12) Initial support for a distributed Winbind architecture using
971     an LDAP directory for storing SID to uid/gid mappings.
972   
973 13) Major updates to the Samba documentation tree.
974
975 14) Full support for client and server SMB signing to ensure
976     compatibility with default Windows 2003 security settings.
977
978 15) Improvement of ACL mapping features based on code donated by
979     Andreas Grünbacher.
980
981
982 Plus lots of other improvements!
983
984
985 Additional Documentation
986 ------------------------
987
988 Please refer to Samba documentation tree (included in the docs/ 
989 subdirectory) for extensive explanations of installing, configuring
990 and maintaining Samba 3.0 servers and clients.  It is advised to 
991 begin with the Samba-HOWTO-Collection for overviews and specific 
992 tasks (the current book is up to approximately 400 pages) and to 
993 refer to the various man pages for information on individual options.
994
995 We are very glad to be able to include the second edition of
996 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
997 (O'Reilly & Associates) in this release.  The book is available
998 on-line at http://samba.org/samba/docs/ and is included with 
999 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
1000 publisher for making "Using Samba" under the GNU Free Documentation 
1001 License.
1002
1003
1004 ######################################################################
1005 Upgrading from a previous Samba 3.0 beta
1006 ########################################
1007
1008 Beginning with Samba 3.0.0beta3, the RID allocation functions
1009 have been moved into winbindd.  Previously these were handled
1010 by each passdb backend.  This means that winbindd must be running
1011 to automatically allocate RIDs for users and/or groups.  Otherwise,
1012 smbd will use the 2.2 algorithm for generating new RIDs.
1013
1014 If you are using 'passdb backend = tdbsam' with a previous Samba 
1015 3.0 beta release (or possibly alpha), it may be necessary to 
1016 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
1017 to winbindd_idmap.tdb.  To do this:
1018
1019 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
1020     once)
1021 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
1022     directory
1023 3)  run: (note that 'tdb>' is the tool's prompt for input)
1024
1025        root# ./tdbtool /usr/local/samba/private/passdb.tdb
1026        tdb> show RID_COUNTER
1027        key 12 bytes
1028        RID_COUNTER
1029        data 4 bytes
1030        [000] 0A 52 00 00                                       .R.
1031
1032        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
1033        ....
1034        record moved
1035
1036 If you are using 'passdb backend = ldapsam', it will be necessary to 
1037 store idmap entries in the LDAP directory as well (i.e. idmap backend 
1038 = ldap).  Refer to the 'net idmap' command for more information on 
1039 migrating SID<->UNIX id mappings from one backend to another.
1040
1041 If the RID_COUNTER record does not exist, then these instructions are
1042 unneccessary and the new RID_COUNTER record will be correctly generated
1043 if needed.  
1044
1045
1046
1047 ########################
1048 Upgrading from Samba 2.2
1049 ########################
1050
1051 This section is provided to help administrators understand the details
1052 involved with upgrading a Samba 2.2 server to Samba 3.0.
1053
1054
1055 Building
1056 --------
1057
1058 Many of the options to the GNU autoconf script have been modified 
1059 in the 3.0 release.  The most noticeable are:
1060
1061   * removal of --with-tdbsam (is now included by default; see section
1062     on passdb backends and authentication for more details)
1063     
1064   * --with-ldapsam is now on used to provided backward compatible
1065     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
1066     backend and authentication section for more details
1067   
1068   * inclusion of non-standard passdb modules may be enabled using
1069     --with-expsam.  This includes an XML backend and a mysql backend.
1070       
1071   * removal of --with-msdfs (is now enabled by default)
1072   
1073   * removal of --with-ssl (no longer supported)
1074   
1075   * --with-utmp now defaults to 'yes' on supported systems
1076   
1077   * --with-sendfile-support is now enabled by default on supported 
1078     systems
1079   
1080     
1081 Parameters
1082 ----------
1083
1084 This section contains a brief listing of changes to smb.conf options
1085 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
1086 complete descriptions of new or modified parameters.
1087
1088 Removed Parameters (order alphabetically):
1089
1090   * admin log
1091   * alternate permissions
1092   * character set
1093   * client codepage
1094   * code page directory
1095   * coding system
1096   * domain admin group
1097   * domain guest group
1098   * force unknown acl user
1099   * hide local users
1100   * mangled stack
1101   * nt smb support
1102   * postscript
1103   * printer driver
1104   * printer driver file
1105   * printer driver location
1106   * read size
1107   * source environment
1108   * status
1109   * strip dot
1110   * total print jobs
1111   * use rhosts
1112   * valid chars
1113   * vfs options
1114
1115 New Parameters (new parameters have been grouped by function):
1116
1117   Remote management
1118   -----------------
1119   * abort shutdown script
1120   * shutdown script
1121
1122   User and Group Account Management
1123   ---------------------------------
1124   * add group script
1125   * add machine script
1126   * add user to group script
1127   * algorithmic rid base
1128   * delete group script
1129   * delete user from group script
1130   * passdb backend
1131   * set primary group script
1132
1133   Authentication
1134   --------------
1135   * auth methods
1136   * realm
1137   * passwd chat timeout
1138
1139   Protocol Options
1140   ----------------
1141   * client lanman auth
1142   * client NTLMv2 auth
1143   * client schannel
1144   * client signing
1145   * client use spnego
1146   * disable netbios
1147   * ntlm auth
1148   * paranoid server security
1149   * server schannel
1150   * server signing
1151   * smb ports
1152   * use spnego
1153
1154   File Service
1155   ------------
1156   * get quota command
1157   * hide special files
1158   * hide unwriteable files
1159   * hostname lookups
1160   * kernel change notify
1161   * mangle prefix
1162   * map acl inherit
1163   * msdfs proxy
1164   * set quota command
1165   * use sendfile
1166   * vfs objects
1167   
1168   Printing
1169   --------
1170   * max reported print jobs
1171
1172   UNICODE and Character Sets
1173   --------------------------
1174   * display charset
1175   * dos charset
1176   * unicode
1177   * unix charset
1178   
1179   SID to uid/gid Mappings
1180   -----------------------
1181   * idmap backend
1182   * idmap gid
1183   * idmap uid
1184   * winbind enable local accounts
1185   * winbind trusted domains only
1186   * template primary group
1187   * enable rid algorithm
1188
1189   LDAP
1190   ----
1191   * ldap delete dn
1192   * ldap group suffix
1193   * ldap idmap suffix
1194   * ldap machine suffix
1195   * ldap passwd sync
1196   * ldap replication sleep
1197   * ldap user suffix
1198   
1199   General Configuration
1200   ---------------------
1201   * preload modules
1202   * private dir
1203
1204 Modified Parameters (changes in behavior):
1205
1206   * encrypt passwords (enabled by default)
1207   * mangling method (set to 'hash2' by default)
1208   * passwd chat
1209   * passwd program
1210   * restrict anonymous (integer value)
1211   * security (new 'ads' value)
1212   * strict locking (enabled by default)
1213   * unix extensions (enabled by default)
1214   * winbind cache time (increased to 5 minutes)
1215   * winbind uid (deprecated in favor of 'idmap uid')
1216   * winbind gid (deprecated in favor of 'idmap gid')
1217
1218
1219 Databases
1220 ---------
1221
1222 This section contains brief descriptions of any new databases 
1223 introduced in Samba 3.0.  Please remember to backup your existing 
1224 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
1225 upgrade databases as they are opened (if necessary), but downgrading 
1226 from 3.0 to 2.2 is an unsupported path.
1227
1228 Name                    Description                             Backup?
1229 ----                    -----------                             -------
1230 account_policy          User policy settings                    yes
1231 gencache                Generic caching db                      no
1232 group_mapping           Mapping table from Windows              yes
1233                         groups/SID to unix groups        
1234 winbindd_idmap          ID map table from SIDS to UNIX          yes
1235                         uids/gids.
1236 namecache               Name resolution cache entries           no
1237 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
1238                         returned as part of a successful
1239                         net_sam_logon request 
1240 printing/*.tdb          Cached output from 'lpq                 no
1241                         command' created on a per print 
1242                         service basis
1243 registry                Read-only samba registry skeleton       no
1244                         that provides support for exporting
1245                         various db tables via the winreg RPCs
1246
1247
1248 Changes in Behavior
1249 -------------------
1250
1251 The following issues are known changes in behavior between Samba 2.2 and 
1252 Samba 3.0 that may affect certain installations of Samba.
1253
1254   1)  When operating as a member of a Windows domain, Samba 2.2 would 
1255       map any users authenticated by the remote DC to the 'guest account'
1256       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
1257       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
1258       current work around to re-establish the 2.2 behavior.
1259       
1260   2)  When adding machines to a Samba 2.2 controlled domain, the 
1261       'add user script' was used to create the UNIX identity of the 
1262       machine trust account.  Samba 3.0 introduces a new 'add machine 
1263       script' that must be specified for this purpose.  Samba 3.0 will
1264       not fall back to using the 'add user script' in the absence of 
1265       an 'add machine script'
1266   
1267
1268 ######################################################################
1269 Passdb Backends and Authentication
1270 ##################################
1271
1272 There have been a few new changes that Samba administrators should be
1273 aware of when moving to Samba 3.0.
1274
1275   1) encrypted passwords have been enabled by default in order to 
1276      inter-operate better with out-of-the-box Windows client 
1277      installations.  This does mean that either (a) a samba account
1278      must be created for each user, or (b) 'encrypt passwords = no'
1279      must be explicitly defined in smb.conf.
1280     
1281   2) Inclusion of new 'security = ads' option for integration 
1282      with an Active Directory domain using the native Windows
1283      Kerberos 5 and LDAP protocols.
1284
1285      MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
1286      type which is neccessary for servers on which the 
1287      administrator password has not been changed, or kerberos-enabled 
1288      SMB connections to servers that require Kerberos SMB signing.
1289      Besides this one difference, either MIT or Heimdal Kerberos
1290      distributions are usable by Samba 3.0.
1291      
1292
1293 Samba 3.0 also includes the possibility of setting up chains
1294 of authentication methods (auth methods) and account storage 
1295 backends (passdb backend).  Please refer to the smb.conf(5) 
1296 man page for details.  While both parameters assume sane default 
1297 values, it is likely that you will need to understand what the 
1298 values actually mean in order to ensure Samba operates correctly.
1299
1300 The recommended passdb backends at this time are
1301
1302   * smbpasswd - 2.2 compatible flat file format
1303   * tdbsam - attribute rich database intended as an smbpasswd
1304     replacement for stand alone servers
1305   * ldapsam - attribute rich account storage and retrieval 
1306     backend utilizing an LDAP directory.  
1307   * ldapsam_compat - a 2.2 backward compatible LDAP account 
1308     backend
1309     
1310 Certain functions of the smbpasswd(8) tool have been split between the 
1311 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
1312 utility.  See the respective man pages for details.
1313     
1314      
1315 ######################################################################
1316 LDAP
1317 ####
1318
1319 This section outlines the new features affecting Samba / LDAP 
1320 integration.
1321
1322 New Schema
1323 ----------
1324   
1325 A new object class (sambaSamAccount) has been introduced to replace 
1326 the old sambaAccount.  This change aids us in the renaming of 
1327 attributes to prevent clashes with attributes from other vendors.  
1328 There is a conversion script (examples/LDAP/convertSambaAccount) to 
1329 modify and LDIF file to the new schema.
1330   
1331 Example:
1332   
1333   $ ldapsearch .... -b "ou=people,dc=..." > sambaAcct.ldif
1334   $ convertSambaAccount --sid=<Domain SID> \
1335     --input=sambaAcct.ldif --output=sambaSamAcct.ldif \
1336     --changetype=[modify|add]
1337         
1338 The <DOM SID> can be obtained by running 'net getlocalsid 
1339 <DOMAINNAME>' on the Samba PDC as root.  The changetype determines 
1340 the format of the generated LDIF output--either create new entries 
1341 or modify existing entries.
1342     
1343 The old sambaAccount schema may still be used by specifying the 
1344 "ldapsam_compat" passdb backend.  However, the sambaAccount and
1345 associated attributes have been moved to the historical section of
1346 the schema file and must be uncommented before use if needed.
1347 The 2.2 object class declaration for a sambaAccount has not changed
1348 in the 3.0 samba.schema file. 
1349   
1350 Other new object classes and their uses include:
1351   
1352   * sambaDomain - domain information used to allocate rids 
1353     for users and groups as necessary.  The attributes are added
1354     in 'ldap suffix' directory entry automatically if 
1355     an idmap uid/gid range has been set and the 'ldapsam'
1356     passdb backend has been selected.
1357       
1358   * sambaGroupMapping - an object representing the 
1359     relationship between a posixGroup and a Windows
1360     group/SID.  These entries are stored in the 'ldap 
1361     group suffix' and managed by the 'net groupmap' command.
1362     
1363   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
1364     automatically and contains the next available 'idmap uid' and 
1365     'idmap gid'
1366     
1367   * sambaIdmapEntry - object storing a mapping between a 
1368     SID and a UNIX uid/gid.  These objects are created by the 
1369     idmap_ldap module as needed.
1370
1371   * sambaSidEntry - object representing a SID alone, as a Structural
1372     class on which to build the sambaIdmapEntry.
1373
1374     
1375 New Suffix for Searching
1376 ------------------------
1377   
1378 The following new smb.conf parameters have been added to aid in directing
1379 certain LDAP queries when 'passdb backend = ldapsam://...' has been
1380 specified.
1381
1382   * ldap suffix         - used to search for user and computer accounts
1383   * ldap user suffix    - used to store user accounts
1384   * ldap machine suffix - used to store machine trust accounts
1385   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
1386   * ldap idmap suffix   - location of sambaIdmapEntry objects
1387
1388 If an 'ldap suffix' is defined, it will be appended to all of the 
1389 remaining sub-suffix parameters.  In this case, the order of the suffix
1390 listings in smb.conf is important.  Always place the 'ldap suffix' first
1391 in the list.  
1392
1393 Due to a limitation in Samba's smb.conf parsing, you should not surround 
1394 the DN's with quotation marks.
1395
1396
1397 IdMap LDAP support
1398 ------------------
1399
1400 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
1401 following options would inform Samba that the idmap table should be
1402 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
1403 dc=org" partition.
1404
1405  [global]
1406     ...
1407     idmap backend     = ldap:ldap://onterose/
1408     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
1409     idmap uid         = 40000-50000
1410     idmap gid         = 40000-50000
1411
1412 This configuration allows winbind installations on multiple servers to
1413 share a uid/gid number space, thus avoiding the interoperability problems
1414 with NFS that were present in Samba 2.2.
1415     
1416
1417
1418 ######################################################################
1419 Trust Relationships and a Samba Domain
1420 ######################################
1421
1422 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
1423 allocating uids and gids to trusted users and groups.  More
1424 information regarding Samba's support for establishing trust 
1425 relationships can be found in the Samba-HOWTO-Collection included
1426 in the docs/ directory of this release.
1427
1428 First create your Samba PDC and ensure that everything is 
1429 working correctly before moving on the trusts.
1430
1431 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
1432 4.0 domain named WINDOWS:
1433
1434   1) create the trust account for SAMBA in "User Manager for Domains"
1435   2) connect the trust from the Samba domain using
1436      'net rpc trustdom establish GLASS'
1437
1438 To create a trustlationship with SAMBA as the trusted domain:
1439
1440   1) create the initial trust account for GLASS using
1441      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
1442      account for GLASS$ prior to this step (depending on your
1443      local configuration).
1444   2) connect the trust from a WINDOWS DC using "User Manager
1445      for Domains"
1446
1447 Now join winbindd on the Samba PDC to the SAMBA domain using
1448 the normal steps for adding a Samba server to an NT4 domain:
1449 (note that smbd & nmbd must be running at this point)
1450
1451    root# net rpc join -U root
1452    Password: <enter root password from smbpasswd file here>
1453
1454 Start winbindd and test the join with 'wbinfo -t'.
1455
1456 Now test the trust relationship by connecting to the SAMBA DC
1457 (e.g. POGO) as a user from the WINDOWS domain:
1458
1459    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
1460    Password:
1461
1462 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
1463
1464    $ smbclient //crystal/netlogon -U root -W WINDOWS
1465    Password:
1466
1467 ######################################################################
1468 Changes in Winbind
1469 ##################
1470
1471 Beginning with Samba3.0.0beta3, winbindd has been given new account
1472 manage functionality equivalent to the 'add user script' family of
1473 smb.conf parameters.  The idmap design has also been changed to 
1474 centralize control of foreign SID lookups and matching to UNIX 
1475 uids and gids.
1476
1477
1478 Brief Description of Changes
1479 ----------------------------
1480
1481 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
1482    reverted to the 2.2.x design.  This means that when resolving a 
1483    SID to a UID or similar mapping:
1484
1485         a) First consult winbindd
1486         b) perform a local lookup only if winbindd fails to
1487            return a successful answer
1488
1489    There are some variations to this, but these two rules generally
1490    apply.
1491
1492 2) All idmap lookups have been moved into winbindd.  This means that
1493    a server must run winbindd (and support NSS) in order to achieve
1494    any mappings of SID to dynamically allocated UNIX ids.  This was
1495    a conscious design choice.
1496
1497 3) New functions have been added to winbindd to emulate the 'add user 
1498    script' family of smbd functions without requiring that external
1499    scripts be defined.  This functionality is controlled by the 'winbind 
1500    enable local accounts' smb.conf parameter (enabled by default).
1501
1502    However, this account management functionality is only supported 
1503    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
1504    must be shared among multiple Samba servers (such as a PDC and BDCs), 
1505    it will be necessary to define your own 'add user script', et. al.
1506    programs that place the accounts/groups in some form of directory
1507    such as NIS or LDAP.  This requirement was deemed beyond the scope
1508    of winbind's account management functions.  Solutions for 
1509    distributing UNIX system information have been deployed and tested 
1510    for many years.  We saw no need to reinvent the wheel.
1511
1512 4) A member of a Samba controlled domain running winbindd is now able 
1513    to map domain users directly onto existing UNIX accounts while still
1514    automatically creating accounts for trusted users and groups.  This
1515    behavior is controlled by the 'winbind trusted domains only' smb.conf
1516    parameter (disabled by default to provide 2.2.x winbind behavior).
1517
1518 5) Group mapping support is wrapped in the local_XX_to_XX() functions
1519    in smbd/uid.c.  The reason that group mappings are not included
1520    in winbindd is because the purpose of Samba's group map is to
1521    match any Windows SID with an existing UNIX group.  These UNIX
1522    groups can be created by winbindd (see next section), but the
1523    SID<->gid mapping is retreived by smbd, not winbindd.
1524
1525
1526 Examples
1527 --------
1528
1529 * security = server running winbindd to allocate accounts on demand
1530
1531 * Samba PDC running winbindd to handle the automatic creation of UNIX
1532   identities for machine trust accounts
1533
1534 * Automtically creating UNIX user and groups when migrating a Windows NT
1535   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
1536   'net rpc vampire' for this to work.
1537
1538    
1539 ######################################################################
1540 Known Issues
1541 ############
1542
1543 * There are several bugs currently logged against the 3.0 codebase
1544   that affect the use of NT 4.0 GUI domain management tools when run
1545   against a Samba 3.0 PDC.  This bugs should be released in an early 
1546   3.0.x release.
1547
1548 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
1549 filed against the Samba 3.0 codebase.
1550
1551
1552 ######################################################################
1553 Reporting bugs & Development Discussion
1554 #######################################
1555
1556 Please discuss this release on the samba-technical mailing list or by
1557 joining the #samba-technical IRC channel on irc.freenode.net.
1558
1559 If you do report problems then please try to send high quality
1560 feedback. If you don't provide vital information to help us track down
1561 the problem then you will probably be ignored.  
1562
1563 A new bugzilla installation has been established to help support the 
1564 Samba 3.0 community of users.  This server, located at 
1565 https://bugzilla.samba.org/, has replaced the older jitterbug server 
1566 previously located at http://bugs.samba.org/.
1567