Fix -s option to smbcontrol (#908)
[gd/samba/.git] / WHATSNEW.txt
1                    WHATS NEW IN Samba 3.0.2pre1
2                          January XX, 2004
3                   ===============================
4
5 This is a preview release of the Samba 3.0.2 code base and is
6 provided for testing only.  This release is *not* intended for
7 production servers.  Use at your own risk.
8
9 There have been several bug fixes since the 3.0.1 release that
10 we feel are important to make available to the Samba community
11 for wider testings.  See the "Changes" section for details on
12 exact updates.
13
14
15 ######################################################################
16 Changes
17 #######
18 Changes since 3.0.1
19 ----------------------
20
21 Please refer to the CVS log for the SAMBA_3_0 branch for complete
22 details.  The list of changes per contributor are as follows:
23
24     Parameter Name              Action
25     --------------              ------
26     ldap replication sleep      New
27
28
29 Commits
30 -------
31
32 o   Jeremy Allison <jra@samba.org>
33     * Tidy up of NTLMSSP code.
34     * Fixes for SMB signing errors
35     * BUG 815: Workaround NT4 bug to support plaintext
36       password logins and UNICODE.
37
38     
39 o   Petri Asikainen <paca@sci.fi>
40     * BUG 330, 387:Fix single valued attribute updates when 
41       working with Novell NDS.
42     
43        
44 o   Andrew Bartlet <abartlet@samba.org>
45     * Correctly handle per-pipe NTLMSSP inside a NULL session.
46     * Fix segfault in gencache 
47     * Fix early free() of encrypted_session_key.
48     * Change DC lookup routines to more carefully separate
49       DNS names (realms) from NetBIOS domain names.
50     * Add new sid_to_dn() utility function for internal winbindd use.
51     * Refactor cli_ds_enum_domain_trusts().
52     * BUG 707: Implement range retrieval of ADS attributes (based on 
53       work from Volker <vl@samba.org> and Guenther Deschner 
54       <gd@suse.com>).
55     * Automatically initialize the signing engine if a session key is 
56       available.
57     * BUG 916: Do not perform a + -> ' ' substitution for squid URL 
58       encoded strings, only form input in SWAT.
59     * Ensure Samba resets the NTLMSSP state for new negotiate packets.
60     * Add 2-byte alignments in net_samlogon() queries to parse odd-length
61       plain text passwords.
62     * Allow Windows groups with no members in winbindd.
63     * Allow normal authentication in the absence of a server 
64       generated session key.
65     * More optimizations for looking up UNIX group lists.
66     * Clean up error codes and return values for pam_winbindd
67       and winbindd PAM interface.
68     * Fix restring return values in ntlm_auth tool.
69
70     
71 o   Dmitry Butskoj <buc@odusz.elektra.ru>
72     * Fix for special files being hidden from admins.
73     
74     
75 o   Gerald (Jerry) Carter <jerry@samba.org>
76     * Fix bug in the lanman session key generation.  Caused 
77       "decode_pw: incorrect password length" error messages.
78     * Save the right case for the located user name in 
79       fill_sam_account().  Fixes %U/%u expansion for win9x clients.
80     * BUG 897: Add well known rid for pre win2k compatible access
81       group.
82     * BUG 887: Correct typo in delete user script example.
83     * Use short lived TALLOC_CTX* for allocating printer objects 
84       from the print handle cache.
85     
86       
87 o   Guenther Deschner <gd@suse.com>
88     * Install smbwrapper.so should be put into the $(libdir) 
89       and not $(bindir).
90     * Add the capability to specify the new user password 
91       for "net ads password" on the command line.
92     * Correctly detect AFS headers on SuSE.
93         
94
95 o   James Flemer <jflemer@uvm.edu>
96     * Fix AIX compile bug by linking HAVE_ATTR_LIST to HAVE_SYS_ATTRIBUTES_H.
97     
98     
99 o   Volker Lendecke <vl@samba.org>
100     * BUG 583: Ensure that user names always contain the short version 
101       of the domain name.
102     * Fix our parsing of the LDAP uri.
103     * Don't show the 'afs username map' in the SWAT basic view.
104     * Fix SMB signing issues in relation to failed NTLMSSP logins.
105     * BUG 924: Fix return codes in smbtorture harness.
106     * Always lower-case usernames before handing it to AFS code.
107
108     
109 o   Jianliang Lu <j.lu@tiesse.com>
110     * Ensure we delete the group mapping before calling the delete 
111       group script.
112     * Define well known RID for managing the  "Power Users" group.
113
114     
115 o   Stefan Metzmacher <metze@metzemix.de>
116     * Implement LDAP rebind sleep patch.
117     * Revert to 2.2 quota code because of so many broken quota files 
118       out there.
119
120 o   <ndb@theghet.to>
121     * Allow an existing LDAP machine account to be re-used when 
122       joining an AD domain.
123
124
125 o   James Peach <jpeach@sgi.com>
126     * BUG 889: Change smbd to use pread/pwrite on platforms that 
127       support these calls. Can lead to a significant speed increase.
128
129
130 o   Tim Potter <tpot@samba.org>
131     * BUG 924: Fix typo in RW2 torture test.
132
133 o   Richard Sharpe <shape@samba.org>
134     * Small fixes to torture.c to cleanup the error handling 
135       and prevent crashes.
136
137             
138 o   J. Tournier <jerome.tournier@IDEALX.com>
139     * Small fixes for the smbldap-tool scripts.
140     
141     
142 o   Jelmer Vernooij <jelmer@samba.org>
143     * Put functions for generating SQL queries in pdb_sql.c
144     * Add pgSQL backend (based on patch by Hamish Friedlander)
145         * Fix -s option to smbcontrol (#908)
146     
147
148
149 Changes since 3.0.0
150 ----------------------
151
152     Parameter Name              Action
153     --------------              ------
154     hide local users            Removed
155     mangled map                 Deprecated
156     mangled stack               Removed
157     passwd chat timeout         New
158
159 commits
160 -------
161
162 o   Change the interface for init_unistr2 to not take a length 
163     but a flags field.  We were assuming that 
164     2*strlen(mb_string) == length of ucs2-le string.  (bug 480).
165 o   Allow d_printf() to handle strings with escaped quotation 
166     marks since the msg file includes the escape character (bug 489).
167 o   Fix bad html table row termination in SWAT wizard code (bug 413).
168 o   Fix to parse the level-2 strings.
169 o   Fix for "valid users = %S" in [homes].  Fix read/write 
170     list as well. 
171 o   Change AC_CHECK_LIB_EXT to prepend libraries instead of append.  
172     This is the same way AC_CHECK_LIB works (bug 508).
173 o   Testparm output fixes for clarity.
174 o   Fix broken wins hook functionality -- i18n bug (bug 528).
175 o   Take care of condition where DOS and NT error codes must differ.
176 o   Default to using only built-in charsets when a working iconv 
177     implementation cannot be located.
178 o   Wrap internals of sys_setgroups() so the sys_XX() call can 
179     be done unconditionally (bug 550).
180 o   Remove duplicate smbspool link on SWAT's front page (bug 541).
181 o   Save and restore CFLAGS before/after AC_PROG_CC.  Ensures that
182     --enable-debug=[yes|no] works correctly.
183 o   Allow ^C to interrupt smbpasswd if using our getpass 
184     (e.g. smbpasswd command).
185 o   Support signing only on RPC's (bug 167).
186 o   Correct bug that prevented  Excel 2000 clients from opening 
187     files marked as read-only.
188 o   Portability fix bugs 546 - 549).
189 o   Explicitly initialize the value of AR for vendor makes that don't
190     do this (e.g. HPUX 11).  (bug 552).
191 o   More i18n fixes for SWAT (bug 413).
192 o   Change the cwd before the postexec script to ensure that a
193     umount will succeed.
194 o   Correct double free that caused winbindd to crash when a DC 
195     is rebooted (bug 437).
196 o   Fix incorrect mode sum (bug 562).
197 o   Canonicalize SMB_INFO_ALLOCATION in the same was as
198     SMB_FS_FULL_SIZE_INFORMATION (bug 564).
199 o   Add script to generate *msg files.
200 o   Add Dutch SWAT translation file.
201 o   Make sure to call get_user_groups() with the full winbindd 
202     name for a user if he/she has one (bug 406).
203 o   Fix up error code returns from Samba4 tester. Ensure invalid 
204     paths are validated the same way.  
205 o   Allow Samba3 to pass the Samba4 RAW-READ tests.
206 o   Refuse to configure if --with-expsam=$BACKEND was used but no 
207     libraries were found for $BACKEND.
208 o   Move sysquotas autoconf tests to a separate file.
209 o   Match W2K w.r.t. writelock and writeclose.  Samba4 torture 
210     tester
211 o   Make sure that the files that contain the static_init_$subsystem; 
212     macro get recompiled after configure by removing the object 
213     files.
214 o   Ensure canceling a blocking lock returns the correct error 
215     message.
216 o   Match Samba 2.2 behavior; make ACB_NORMAL the default ACB value.
217 o   Updated Japanese welcome file in SWAT.
218 o   Fix to  nt-time <-> unix-time functions reversible.
219 o   Ensure that winbindd uses the the escaped DN when querying
220     an AD ldap server.
221 o   Fix portability issues when compiling (bug 505, 550)
222 o   Compile fix for tdbbackup when Samba needs to override 
223     non-C99 compliant implementations of snprintf().
224 o   Use @PICSUFFIX@ instead of .po in Makefile.in (bug 574).
225 o   Make sure we break out of samsync loop on error.
226 o   Ensure error code path doesn't free unmalloc()'d memory
227     (bug 628).
228 o   Add configure test for krb5_keytab_entry keyblock vs key 
229     member (bug 636).
230 o   Fixed spinlocks.
231 o   Modified testparm so that all output so all debug output goes 
232     to stderr, and all file processing goes to stdout.
233 o   Fix error return code for BUFFER_TOO_SMALL in smbcacls 
234     and smbcquotas.
235 o   Fix "NULL dest in safe_strcpy()" log message by ensuring that 
236     we have a devmode before copying a string to the devicename.
237 o   Support mapping REALM.COM\user to a local user account (without 
238     running winbindd)  for compatibility with 2.2.x release.
239 o   Ensure we don't use mmap() on blacklisted systems.
240 o   fixed a number of bugs and memory leaks in the AIX 
241     winbindd shim
242 o   Call initgroups() in SWAT before becomming the user so that
243     secondary group permissions can be used when writing to 
244     smb.conf.
245 o   Fix signing problems when reverse connecting back to a 
246     client for printer notify
247 o   Fix signing problems caused by a miss-sequence bug.
248 o   Missing map in errormap for ERROR_MORE_DATA -> ERRDOS, ERRmoredata.
249     Fixes NEXUS tools running on Win9x clients (bug 64).
250 o   Don't leave the domain field uninitialized in cli_lsa.c if some 
251     SID could not be mapped.
252 o   Fix segfault in mount.cifs helper when there is no options 
253     specified during mount.
254 o   Change the \n after the password prompt to go to tty instead 
255     of stdout (bug 668).
256 o   Stop net -P from prompting for machine account password (bug 451).
257 o   Change in behavior to Not only change the effective uid but also
258     the real uid when becoming unprivileged.
259 o   Cope with Exchange 5.5 cleartext pop password auth.
260 o   New files for support of initshutdown pipe.  Win2k doesn't 
261     respond properly to all requests on the winreg pipe, so we need 
262     to handle this new pipe (bug 534).
263 o   Added more va_copy() checks in configure.in.
264 o   Include fixes for libsmbclient build problems.
265 o   Missing UNIX -> DOS codepage conversion in lanman.c.
266 o   Allow DFMS-S filenames can now have arbitrary case (bug 667).
267 o   Parameterize the listen backlog in smbd and make it larger by
268     default. A backlog of 5 is way too small these days.
269 o   Check for an invalid fid before dereferencing the fsp pointer
270     (bug 696).
271 o   Remove invalid memory frees and return codes in pdb_ldap.c.
272 o   Prompt for password when invoking --set-auth-user and no 
273     password is given.
274 o   Bind the nmbd sending socket to the 'socket address'.
275 o   Re-order link command for smbd, rpcclient and smbpasswd to ensure 
276     $LDFLAGS occurs before any library specification (bug 661).
277 o   Fix large number of printf() calls for 64-bit size_t.
278 o   Fix AC_CHECK_MEMBER so that SLES8 does correctly finds the 
279     keyblock in the krb5 structs.
280 o   Remove #include <compat.h> in hopes to avoid problems with 
281     apache header files.
282 o   Correct winbindd build problems on HP-UX 11.
283 o   Lowercase netgroups lookups (bug 703).
284 o   Use the actual size of the buffer in strftime instead of a made
285     up value which just happens to be less than sizeof(fstring).  
286     (bug 713).
287 o   Add ldaplibs to pdbedit link line (bug 651).
288 o   Fix crash bug in smbclient completion (bug 659).
289 o   Fix packet length for browse list reply (bug 771).
290 o   Fix coredump in cli_get_backup_list().
291 o   Make sure that we expand %N (bug 612).
292 o   Allow rpcclient adddriver command to specify printer driver 
293     version (bug 514).
294 o   Compile tdbdump by default.
295 o   Apply patches to fix iconv detection for FreeBSD.
296 o   Do not allow the 'guest account' to be added to a passdb backend 
297     using smbpasswd or pdbedit (bug 624).
298 o   Save LDFLAGS during iconv detection (bug 57).
299 o   Run krb5 logins through the username map if the winbindd 
300     lookup fails (bug 698).
301 o   Add const for lp_set_name_resolve_order() to avoid compiler 
302     warnings (bug 471).
303 o   Add support for the %i macro in smb.conf to stand in for the for
304     the local IP address to which a client connected.
305 o   Allow winbindd to match local accounts to domain SID when 
306     'winbind trusted domains only = yes' (bug 680).
307 o   Remove code in idmap_ldap that searches the user suffix and group 
308     suffix.  It's not needed and provides inconsistent functionality 
309     from the tdb backend.
310 o   Patch to handle munged dial string for Windows 200 TSE.
311 o   Correct the "smbldap_open: cannot access when not root error"
312     messages when looking up group information (bug 281).
313 o   Skip over the winbind separator when looking up a user.
314     This fixes the bug that prevented local users from
315     matching an AD user when not running winbindd (bug 698).
316 o   Fix a problem with configure on *BSD systems. Make sure
317     we add -liconv etc to LDFLAGS.
318 o   Fix core dump bug when "security = server" and the authentication
319     server goes away.
320 o   Correct crash bug due to an empty munged dial string.
321 o   Show files locked by a specific user (smbstatus -u 'user') 
322     (bug 590).
323 o   Fix bug preventing print jobs from display in the queue
324     monitor used by Windows NT and later clients (bug 660).
325 o   Fix several reported problems with point-n-print from
326     Windows 2000/XP clients due to a bug in the EnumPrinterDataEx()
327     reply (bug 338, 527 & 643).
328 o   Fix a handful of potential memory leaks in the LDAP code used
329     by ldapsam[_compat] and the LDAP idmap backend.
330 o   Fix for pdbedit error code returns (bug 763).
331 o   Make sure we only enumerate group mapping entries  (not 
332     /etc/group) even when doing local aliases.
333 o   Relax check on the pipe name in a dce/rpc bind response to work 
334     around issues with establishing trusts to a Windows 2003 domain.
335 o   Ensure we mangle names ending in '.' in hash2 mangling method.
336 o   Correct parsing issues with munged dial string.
337 o   Fix bugs in quota support for XFS.
338 o   Add a cleaner method for applications that need to provide name->SID
339     mappings to do this via NSS rather than having to know the
340     winbindd pipe protocol.
341 o   Adds a variant of the winbindd_getgroups() call called 
342     winbindd_getusersids() that provides direct SID->SIDs listing of a 
343     users supplementary groups. This is enough to allow non-Samba 
344     applications to do ACL checking.
345 o   Make sure we don't append the 'ldap suffix' when writing out the 
346     'ldap XXX suffix' values in SWAT (bug 328).
347 o   Fix renames across file systems.
348 o   Ensure that items in a list of strings containing whitespace are 
349     written out surrounded by single quotes.  This means that both 
350     double and single quotes are now used to surround strings in 
351     smb.conf (bug 481).
352 o   Enable SWAT to correctly determine if winbindd is running (bug 
353     398).
354 o   Include WWW-Authenticate field in 401 response for bad auth 
355     attempt (bug 629).
356 o   Add support for NTLM2 (NTLMv2 session security).
357 o   Add support for variable-length session keys.
358 o   More privilege fixes for group enumeration in LDAP (bug 281).
359 o   Use the dns name (or IP) as the originating client name when
360     using CUPS (bug 467).
361 o   Fix various SMB signing bugs.
362 o   Fix ACL propagation on a DFS root (bug 263).
363 o   Disable NTLM2 for RPC pipes.
364 o   Allow the client to specify the NTLM2 flags got NTLMSSP 
365     authentication.
366 o   Change the name of the job passed off to cups from "Test Page" to 
367     "smbprn.00000033 Test Page" so that we can get the smb jobid back.  
368     This allow users to delete jobs with cups printing backend (partial 
369     work on bug 770).
370 o   Fix build of winbindd with static pdb modules.
371 o   Retrieve the correct ACL group bits if the file has an ACL 
372     (bug 802).
373 o   Implement "net rpc group members": Get members of a domain group 
374     in human-readable format.
375 o   Add MacOSX (Darwin) specific charset module code.
376 o   Use samr_dispinfo(level == 1) for enumerating domain users so we 
377     can include the full name in gecos field (bug 587).
378 o   Add support for winbind's NSS library on FeeeBSD 5.1 (bug 797).
379 o   Implement 'net rpc group list [global|local|builtin]*' for a 
380     select listing of the respective user databases.
381 o   Don't automatically set NT status code flag unless client tells 
382     us it can cope.
383 o   Add 'net status [sessions|shares] [parseable]'.
384 o   Don't mistake pre-existing UNIX jobs for smb jobs (remainder of  
385     bug 770).
386 o   Add 'Replicator' and 'RAS Servers' to list of builtin SIDs 
387    (bug 608).
388 o   Fix inverted logic in hosts allow/deny checks caused by s/strcmp/strequal/
389     (bug 846).
390 o   Implement correct version SamrRemoveSidForeignDomain() (bug 252).
391 o   Fix typo in 'hash' mangling algorithm.
392 o   Support munged dial for ldapsam (bug 800).
393 o   Fix process_incoming_data() to return the number of bytes handled this 
394     call whether we have a complete PDU or not; fixes bug with multiple 
395     PDU request rpc's broken over SMBwriteX calls each.
396 o   Fix incorrect smb flags2 for connections to pre-NT servers (causes
397     smbclient to fail to OS2 for example) (bug 821).
398 o   Update version string in smbldap-tools Makefile to 0.8.2.
399 o   Correct a problem with "net rpc vampire" mis-parsing the 
400     alias member info reply.
401 o   Ensure the ${libdir} is created by the installclientlib script.
402 o   Fix detection of Windows 2003 client architecture in the smb.conf
403     %a variable.
404 o   Ensure that smbd calls the add user script for a missing UNIX 
405     user on kerberos auth call (bug 445).
406 o   Fix bugs in hosts allow/deny when using a mismatched 
407     network/netmask pair.
408 o   Protect alloc_sub_basic() from crashing when the source string 
409     is NULL (partial work on bug 687).
410 o   Fix spinlocks on IRIX.
411 o   Corrected some bad destination paths when running "configure 
412     --with-fhs".
413 o   Add packaging files for Fedora Core 1.
414 o   Correct bug in SWAT install script for non-english languages.
415 o   Support character set ISO-8859-1 internally (bug 558).
416 o   Fixed more LDAP access errors when looking up group mappings 
417     (bug 281).
418 o   Fix UNISTR2 length bug in LsaQueryInfo(3) that caused SID 
419     resolution to fail on local files on on domain members 
420     (bug 875).
421 o   Fix uninitialized variable in passdb.c.
422 o   Fix formal parameter type in get_static() in nsswitch/wins.c.
423 o   Fix problem mounting directories when mount.cifs is installed 
424     with the setuid bit on.
425 o   Fix bug that prevent --mandir from overriding the defaults
426     given in the --with-fhs macro.
427 o   Fix bug in in-memory Kerberos keytab detection routines 
428     in configure.in
429
430
431 ######################################################################
432
433               =======================================
434               The original 3.0.0 release notes follow          
435               =======================================
436
437
438 Major new features:
439 -------------------
440
441 1)  Active Directory support.  Samba 3.0 is now able to  
442     join a ADS realm as a member server and authenticate 
443     users using LDAP/Kerberos.
444
445 2)  Unicode support. Samba will now negotiate UNICODE on the wire 
446     and internally there is now a much better infrastructure for 
447     multi-byte and UNICODE character sets.
448
449 3)  New authentication system. The internal authentication system 
450     has been almost completely rewritten. Most of the changes are 
451     internal, but the new auth system is also very configurable.
452
453 4)  New default filename mangling system.
454
455 5)  A new "net" command has been added. It is somewhat similar to 
456     the "net" command in windows. Eventually we plan to replace 
457     numerous other utilities (such as smbpasswd) with subcommands 
458     in "net".
459
460 6)  Samba now negotiates NT-style status32 codes on the wire. This
461     improves error handling a lot.
462
463 7)  Better Windows 2000/XP/2003 printing support including publishing
464     printer attributes in active directory.
465
466 8)  New loadable module support for passdb backends and character 
467     sets.
468
469 9)  New default dual-daemon winbindd support for better performance.
470
471 10) Support for migrating from a Windows NT 4.0 domain to a Samba 
472     domain and maintaining user, group and domain SIDs.
473
474 11) Support for establishing trust relationships with Windows NT 4.0
475     domain controllers.
476   
477 12) Initial support for a distributed Winbind architecture using
478     an LDAP directory for storing SID to uid/gid mappings.
479   
480 13) Major updates to the Samba documentation tree.
481
482 14) Full support for client and server SMB signing to ensure
483     compatibility with default Windows 2003 security settings.
484
485 15) Improvement of ACL mapping features based on code donated by
486     Andreas Grünbacher.
487
488
489 Plus lots of other improvements!
490
491
492 Additional Documentation
493 ------------------------
494
495 Please refer to Samba documentation tree (included in the docs/ 
496 subdirectory) for extensive explanations of installing, configuring
497 and maintaining Samba 3.0 servers and clients.  It is advised to 
498 begin with the Samba-HOWTO-Collection for overviews and specific 
499 tasks (the current book is up to approximately 400 pages) and to 
500 refer to the various man pages for information on individual options.
501
502 We are very glad to be able to include the second edition of
503 "Using Samba" by Jay Ts, Robert Eckstein, and David Collier-Brown
504 (O'Reilly & Associates) in this release.  The book is available
505 on-line at http://samba.org/samba/docs/ and is included with 
506 the Samba Web Administration Tool (SWAT).  Thanks to the authors and
507 publisher for making "Using Samba" under the GNU Free Documentation 
508 License.
509
510
511 ######################################################################
512 Upgrading from a previous Samba 3.0 beta
513 ########################################
514
515 Beginning with Samba 3.0.0beta3, the RID allocation functions
516 have been moved into winbindd.  Previously these were handled
517 by each passdb backend.  This means that winbindd must be running
518 to automatically allocate RIDs for users and/or groups.  Otherwise,
519 smbd will use the 2.2 algorithm for generating new RIDs.
520
521 If you are using 'passdb backend = tdbsam' with a previous Samba 
522 3.0 beta release (or possibly alpha), it may be necessary to 
523 move the RID_COUNTER entry from /usr/local/samba/private/passdb.tdb
524 to winbindd_idmap.tdb.  To do this:
525
526 1)  Ensure that winbindd_idmap.tdb exists (launch winbindd at least 
527     once)
528 2)  build tdbtool by executing 'make tdbtool' in the source/tdb/ 
529     directory
530 3)  run: (note that 'tdb>' is the tool's prompt for input)
531
532        root# ./tdbtool /usr/local/samba/private/passdb.tdb
533        tdb> show RID_COUNTER
534        key 12 bytes
535        RID_COUNTER
536        data 4 bytes
537        [000] 0A 52 00 00                                       .R.
538
539        tdb> move RID_COUNTER /usr/local/samba/var/locks/winbindd_idmap.tdb
540        ....
541        record moved
542
543 If you are using 'passdb backend = ldapsam', it will be necessary to 
544 store idmap entries in the LDAP directory as well (i.e. idmap backend 
545 = ldap).  Refer to the 'net idmap' command for more information on 
546 migrating SID<->UNIX id mappings from one backend to another.
547
548 If the RID_COUNTER record does not exist, then these instructions are
549 unneccessary and the new RID_COUNTER record will be correctly generated
550 if needed.  
551
552
553
554 ########################
555 Upgrading from Samba 2.2
556 ########################
557
558 This section is provided to help administrators understand the details
559 involved with upgrading a Samba 2.2 server to Samba 3.0.
560
561
562 Building
563 --------
564
565 Many of the options to the GNU autoconf script have been modified 
566 in the 3.0 release.  The most noticeable are:
567
568   * removal of --with-tdbsam (is now included by default; see section
569     on passdb backends and authentication for more details)
570     
571   * --with-ldapsam is now on used to provided backward compatible
572     parameters for LDAP enabled Samba 2.2 servers.  Refer to the passdb 
573     backend and authentication section for more details
574   
575   * inclusion of non-standard passdb modules may be enabled using
576     --with-expsam.  This includes an XML backend and a mysql backend.
577       
578   * removal of --with-msdfs (is now enabled by default)
579   
580   * removal of --with-ssl (no longer supported)
581   
582   * --with-utmp now defaults to 'yes' on supported systems
583   
584   * --with-sendfile-support is now enabled by default on supported 
585     systems
586   
587     
588 Parameters
589 ----------
590
591 This section contains a brief listing of changes to smb.conf options
592 in the 3.0.0 release.  Please refer to the smb.conf(5) man page for
593 complete descriptions of new or modified parameters.
594
595 Removed Parameters (order alphabetically):
596
597   * admin log
598   * alternate permissions
599   * character set
600   * client codepage
601   * code page directory
602   * coding system
603   * domain admin group
604   * domain guest group
605   * force unknown acl user
606   * hide local users
607   * nt smb support
608   * postscript
609   * printer driver
610   * printer driver file
611   * printer driver location
612   * status
613   * strip dot
614   * total print jobs
615   * use rhosts
616   * valid chars
617   * vfs options
618
619 New Parameters (new parameters have been grouped by function):
620
621   Remote management
622   -----------------
623   * abort shutdown script
624   * shutdown script
625
626   User and Group Account Management
627   ---------------------------------
628   * add group script
629   * add machine script
630   * add user to group script
631   * algorithmic rid base
632   * delete group script
633   * delete user from group script
634   * passdb backend
635   * set primary group script
636
637   Authentication
638   --------------
639   * auth methods
640   * realm
641   * passwd chat timeout
642
643   Protocol Options
644   ----------------
645   * client lanman auth
646   * client NTLMv2 auth
647   * client schannel
648   * client signing
649   * client use spnego
650   * disable netbios
651   * ntlm auth
652   * paranoid server security
653   * server schannel
654   * server signing
655   * smb ports
656   * use spnego
657
658   File Service
659   ------------
660   * get quota command
661   * hide special files
662   * hide unwriteable files
663   * hostname lookups
664   * kernel change notify
665   * mangle prefix
666   * map acl inherit
667   * msdfs proxy
668   * set quota command
669   * use sendfile
670   * vfs objects
671   
672   Printing
673   --------
674   * max reported print jobs
675
676   UNICODE and Character Sets
677   --------------------------
678   * display charset
679   * dos charset
680   * unicode
681   * unix charset
682   
683   SID to uid/gid Mappings
684   -----------------------
685   * idmap backend
686   * idmap gid
687   * idmap uid
688   * winbind enable local accounts
689   * winbind trusted domains only
690   * template primary group
691   * enable rid algorithm
692
693   LDAP
694   ----
695   * ldap delete dn
696   * ldap group suffix
697   * ldap idmap suffix
698   * ldap machine suffix
699   * ldap passwd sync
700   * ldap user suffix
701   
702   General Configuration
703   ---------------------
704   * preload modules
705   * private dir
706
707 Modified Parameters (changes in behavior):
708
709   * encrypt passwords (enabled by default)
710   * mangling method (set to 'hash2' by default)
711   * passwd chat
712   * passwd program
713   * restrict anonymous (integer value)
714   * security (new 'ads' value)
715   * strict locking (enabled by default)
716   * unix extensions (enabled by default)
717   * winbind cache time (increased to 5 minutes)
718   * winbind uid (deprecated in favor of 'idmap uid')
719   * winbind gid (deprecated in favor of 'idmap gid')
720
721
722 Databases
723 ---------
724
725 This section contains brief descriptions of any new databases 
726 introduced in Samba 3.0.  Please remember to backup your existing 
727 ${lock directory}/*tdb before upgrading to Samba 3.0.  Samba will 
728 upgrade databases as they are opened (if necessary), but downgrading 
729 from 3.0 to 2.2 is an unsupported path.
730
731 Name                    Description                             Backup?
732 ----                    -----------                             -------
733 account_policy          User policy settings                    yes
734 gencache                Generic caching db                      no
735 group_mapping           Mapping table from Windows              yes
736                         groups/SID to unix groups        
737 winbindd_idmap          ID map table from SIDS to UNIX          yes
738                         uids/gids.
739 namecache               Name resolution cache entries           no
740 netsamlogon_cache       Cache of NET_USER_INFO_3 structure      no
741                         returned as part of a successful
742                         net_sam_logon request 
743 printing/*.tdb          Cached output from 'lpq                 no
744                         command' created on a per print 
745                         service basis
746 registry                Read-only samba registry skeleton       no
747                         that provides support for exporting
748                         various db tables via the winreg RPCs
749
750
751 Changes in Behavior
752 -------------------
753
754 The following issues are known changes in behavior between Samba 2.2 and 
755 Samba 3.0 that may affect certain installations of Samba.
756
757   1)  When operating as a member of a Windows domain, Samba 2.2 would 
758       map any users authenticated by the remote DC to the 'guest account'
759       if a uid could not be obtained via the getpwnam() call.  Samba 3.0
760       rejects the connection as NT_STATUS_LOGON_FAILURE.  There is no 
761       current work around to re-establish the 2.2 behavior.
762       
763   2)  When adding machines to a Samba 2.2 controlled domain, the 
764       'add user script' was used to create the UNIX identity of the 
765       machine trust account.  Samba 3.0 introduces a new 'add machine 
766       script' that must be specified for this purpose.  Samba 3.0 will
767       not fall back to using the 'add user script' in the absence of 
768       an 'add machine script'
769   
770
771 ######################################################################
772 Passdb Backends and Authentication
773 ##################################
774
775 There have been a few new changes that Samba administrators should be
776 aware of when moving to Samba 3.0.
777
778   1) encrypted passwords have been enabled by default in order to 
779      inter-operate better with out-of-the-box Windows client 
780      installations.  This does mean that either (a) a samba account
781      must be created for each user, or (b) 'encrypt passwords = no'
782      must be explicitly defined in smb.conf.
783     
784   2) Inclusion of new 'security = ads' option for integration 
785      with an Active Directory domain using the native Windows
786      Kerberos 5 and LDAP protocols.
787
788      MIT kerberos 1.3.1 supports the ARCFOUR-HMAC-MD5 encryption 
789      type which is neccessary for servers on which the 
790      administrator password has not been changed, or kerberos-enabled 
791      SMB connections to servers that require Kerberos SMB signing.
792      Besides this one difference, either MIT or Heimdal Kerberos
793      distributions are usable by Samba 3.0.
794      
795
796 Samba 3.0 also includes the possibility of setting up chains
797 of authentication methods (auth methods) and account storage 
798 backends (passdb backend).  Please refer to the smb.conf(5) 
799 man page for details.  While both parameters assume sane default 
800 values, it is likely that you will need to understand what the 
801 values actually mean in order to ensure Samba operates correctly.
802
803 The recommended passdb backends at this time are
804
805   * smbpasswd - 2.2 compatible flat file format
806   * tdbsam - attribute rich database intended as an smbpasswd
807     replacement for stand alone servers
808   * ldapsam - attribute rich account storage and retrieval 
809     backend utilizing an LDAP directory.  
810   * ldapsam_compat - a 2.2 backward compatible LDAP account 
811     backend
812     
813 Certain functions of the smbpasswd(8) tool have been split between the 
814 new smbpasswd(8) utility, the net(8) tool, and the new pdbedit(8) 
815 utility.  See the respective man pages for details.
816     
817      
818 ######################################################################
819 LDAP
820 ####
821
822 This section outlines the new features affecting Samba / LDAP 
823 integration.
824
825 New Schema
826 ----------
827   
828 A new object class (sambaSamAccount) has been introduced to replace 
829 the old sambaAccount.  This change aids us in the renaming of attributes 
830 to prevent clashes with attributes from other vendors.  There is a 
831 conversion script (examples/LDAP/convertSambaAccount) to modify and LDIF 
832 file to the new schema.
833   
834 Example:
835   
836         $ ldapsearch .... -b "ou=people,dc=..." > old.ldif
837         $ convertSambaAccount <DOM SID> old.ldif new.ldif
838         
839 The <DOM SID> can be obtained by running 'net getlocalsid <DOMAINNAME>' 
840 on the Samba PDC as root.
841     
842 The old sambaAccount schema may still be used by specifying the 
843 "ldapsam_compat" passdb backend.  However, the sambaAccount and
844 associated attributes have been moved to the historical section of
845 the schema file and must be uncommented before use if needed.
846 The 2.2 object class declaration for a sambaAccount has not changed
847 in the 3.0 samba.schema file. 
848   
849 Other new object classes and their uses include:
850   
851   * sambaDomain - domain information used to allocate rids 
852     for users and groups as necessary.  The attributes are added
853     in 'ldap suffix' directory entry automatically if 
854     an idmap uid/gid range has been set and the 'ldapsam'
855     passdb backend has been selected.
856       
857   * sambaGroupMapping - an object representing the 
858     relationship between a posixGroup and a Windows
859     group/SID.  These entries are stored in the 'ldap 
860     group suffix' and managed by the 'net groupmap' command.
861     
862   * sambaUnixIdPool - created in the 'ldap idmap suffix' entry 
863     automatically and contains the next available 'idmap uid' and 
864     'idmap gid'
865     
866   * sambaIdmapEntry - object storing a mapping between a 
867     SID and a UNIX uid/gid.  These objects are created by the 
868     idmap_ldap module as needed.
869
870   * sambaSidEntry - object representing a SID alone, as a Structural
871     class on which to build the sambaIdmapEntry.
872
873     
874 New Suffix for Searching
875 ------------------------
876   
877 The following new smb.conf parameters have been added to aid in directing
878 certain LDAP queries when 'passdb backend = ldapsam://...' has been
879 specified.
880
881   * ldap suffix         - used to search for user and computer accounts
882   * ldap user suffix    - used to store user accounts
883   * ldap machine suffix - used to store machine trust accounts
884   * ldap group suffix   - location of posixGroup/sambaGroupMapping entries
885   * ldap idmap suffix   - location of sambaIdmapEntry objects
886
887 If an 'ldap suffix' is defined, it will be appended to all of the 
888 remaining sub-suffix parameters.  In this case, the order of the suffix
889 listings in smb.conf is important.  Always place the 'ldap suffix' first
890 in the list.  
891
892 Due to a limitation in Samba's smb.conf parsing, you should not surround 
893 the DN's with quotation marks.
894
895
896 IdMap LDAP support
897 ------------------
898
899 Samba 3.0 supports an ldap backend for the idmap subsystem.  The 
900 following options would inform Samba that the idmap table should be
901 stored on the directory server onterose in the "ou=idmap,dc=plainjoe,
902 dc=org" partition.
903
904  [global]
905     ...
906     idmap backend     = ldap:ldap://onterose/
907     ldap idmap suffix = ou=idmap,dc=plainjoe,dc=org
908     idmap uid         = 40000-50000
909     idmap gid         = 40000-50000
910
911 This configuration allows winbind installations on multiple servers to
912 share a uid/gid number space, thus avoiding the interoperability problems
913 with NFS that were present in Samba 2.2.
914     
915
916
917 ######################################################################
918 Trust Relationships and a Samba Domain
919 ######################################
920
921 Samba 3.0.0beta2 is able to utilize winbindd as the means of 
922 allocating uids and gids to trusted users and groups.  More
923 information regarding Samba's support for establishing trust 
924 relationships can be found in the Samba-HOWTO-Collection included
925 in the docs/ directory of this release.
926
927 First create your Samba PDC and ensure that everything is 
928 working correctly before moving on the trusts.
929
930 To establish Samba as the trusting domain (named SAMBA) from a Windows NT
931 4.0 domain named WINDOWS:
932
933   1) create the trust account for SAMBA in "User Manager for Domains"
934   2) connect the trust from the Samba domain using
935      'net rpc trustdom establish GLASS'
936
937 To create a trustlationship with SAMBA as the trusted domain:
938
939   1) create the initial trust account for GLASS using
940      'smbpasswd -a -i GLASS'.  You may need to create a UNIX
941      account for GLASS$ prior to this step (depending on your
942      local configuration).
943   2) connect the trust from a WINDOWS DC using "User Manager
944      for Domains"
945
946 Now join winbindd on the Samba PDC to the SAMBA domain using
947 the normal steps for adding a Samba server to an NT4 domain:
948 (note that smbd & nmbd must be running at this point)
949
950    root# net rpc join -U root
951    Password: <enter root password from smbpasswd file here>
952
953 Start winbindd and test the join with 'wbinfo -t'.
954
955 Now test the trust relationship by connecting to the SAMBA DC
956 (e.g. POGO) as a user from the WINDOWS domain:
957
958    $ smbclient //pogo/netlogon -U Administrator -W WINDOWS
959    Password:
960
961 Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user:
962
963    $ smbclient //crystal/netlogon -U root -W WINDOWS
964    Password:
965
966 ######################################################################
967 Changes in Winbind
968 ##################
969
970 Beginning with Samba3.0.0beta3, winbindd has been given new account
971 manage functionality equivalent to the 'add user script' family of
972 smb.conf parameters.  The idmap design has also been changed to 
973 centralize control of foreign SID lookups and matching to UNIX 
974 uids and gids.
975
976
977 Brief Description of Changes
978 ----------------------------
979
980 1) The sid_to_uid() family of functions (smbd/uid.c) have been 
981    reverted to the 2.2.x design.  This means that when resolving a 
982    SID to a UID or similar mapping:
983
984         a) First consult winbindd
985         b) perform a local lookup only if winbindd fails to
986            return a successful answer
987
988    There are some variations to this, but these two rules generally
989    apply.
990
991 2) All idmap lookups have been moved into winbindd.  This means that
992    a server must run winbindd (and support NSS) in order to achieve
993    any mappings of SID to dynamically allocated UNIX ids.  This was
994    a conscious design choice.
995
996 3) New functions have been added to winbindd to emulate the 'add user 
997    script' family of smbd functions without requiring that external
998    scripts be defined.  This functionality is controlled by the 'winbind 
999    enable local accounts' smb.conf parameter (enabled by default).
1000
1001    However, this account management functionality is only supported 
1002    in a local tdb (winbindd_idmap.tdb).  If these new UNIX accounts 
1003    must be shared among multiple Samba servers (such as a PDC and BDCs), 
1004    it will be necessary to define your own 'add user script', et. al.
1005    programs that place the accounts/groups in some form of directory
1006    such as NIS or LDAP.  This requirement was deemed beyond the scope
1007    of winbind's account management functions.  Solutions for 
1008    distributing UNIX system information have been deployed and tested 
1009    for many years.  We saw no need to reinvent the wheel.
1010
1011 4) A member of a Samba controlled domain running winbindd is now able 
1012    to map domain users directly onto existing UNIX accounts while still
1013    automatically creating accounts for trusted users and groups.  This
1014    behavior is controlled by the 'winbind trusted domains only' smb.conf
1015    parameter (disabled by default to provide 2.2.x winbind behavior).
1016
1017 5) Group mapping support is wrapped in the local_XX_to_XX() functions
1018    in smbd/uid.c.  The reason that group mappings are not included
1019    in winbindd is because the purpose of Samba's group map is to
1020    match any Windows SID with an existing UNIX group.  These UNIX
1021    groups can be created by winbindd (see next section), but the
1022    SID<->gid mapping is retreived by smbd, not winbindd.
1023
1024
1025 Examples
1026 --------
1027
1028 * security = server running winbindd to allocate accounts on demand
1029
1030 * Samba PDC running winbindd to handle the automatic creation of UNIX
1031   identities for machine trust accounts
1032
1033 * Automtically creating UNIX user and groups when migrating a Windows NT
1034   4.0 PDC to a Samba PDC.  Winbindd must be running when executing
1035   'net rpc vampire' for this to work.
1036
1037    
1038 ######################################################################
1039 Known Issues
1040 ############
1041
1042 * There are several bugs currently logged against the 3.0 codebase
1043   that affect the use of NT 4.0 GUI domain management tools when run
1044   against a Samba 3.0 PDC.  This bugs should be released in an early 
1045   3.0.x release.
1046
1047 Please refer to https://bugzilla.samba.org/ for a current list of bugs 
1048 filed against the Samba 3.0 codebase.
1049
1050
1051 ######################################################################
1052 Reporting bugs & Development Discussion
1053 #######################################
1054
1055 Please discuss this release on the samba-technical mailing list or by
1056 joining the #samba-technical IRC channel on irc.freenode.net.
1057
1058 If you do report problems then please try to send high quality
1059 feedback. If you don't provide vital information to help us track down
1060 the problem then you will probably be ignored.  
1061
1062 A new bugzilla installation has been established to help support the 
1063 Samba 3.0 community of users.  This server, located at 
1064 https://bugzilla.samba.org/, has replaced the older jitterbug server 
1065 previously located at http://bugs.samba.org/.
1066