From e54cccde2c7052a20137d2f87909534738f2f8b9 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 1 Jul 2003 19:40:33 +0000 Subject: fix some typos --- WHATSNEW.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index ea2e27bf6bb..929b0bd6c68 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -85,16 +85,16 @@ Please refer to the CVS log for the SAMBA_3_0 branch for complete details 1) Rework our smb signing code again, this factors out some of - the common MAC calcuation code, and now supports multiple + the common MAC calculation code, and now supports multiple outstanding packets (bug #40) 2) Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth' 3) Correct timestamp problem on 64-bit machines (bug #140) -4) Add extra debugging staements to winbindd for tracking down +4) Add extra debugging statements to winbindd for tracking down failures 5) Fix bug when aliased 'winbind uid/gid' parameters 6) Added an auth flag that indicates if we should be allowed - to fallback to NTLMSSP for SASL if krb5 fails + to fall back to NTLMSSP for SASL if krb5 fails 7) Fixed the bug that forced us not to use the winbindd cache when we have a primary ADS domain and a secondary (trusted) NT4 domain. 8) Use lp_realm() to find the default realm for 'net ads password' @@ -118,10 +118,10 @@ details 20) Fix various memory leaks in server and client code 21) Remove the short option to --set-auth-user for wbinfo (-A) to prevent confusion with the -a option (bug #158) -22) Added new 'map acl inheritence' parameter +22) Added new 'map acl inheritance' parameter 23) Removed unused 'privileges' code from group mapping database 24) Don't segfault on empty passdb backend list (bug #136) -25) Fixed acl sorting algorithm forWwindows 2000 clients +25) Fixed acl sorting algorithm for Windows 2000 clients 26) Replace universal group cache with netsamlogon_cache from APPLIANCE_HEAD branch 27) Fix autoconf detection issues surrounding --with-ads=yes @@ -130,7 +130,7 @@ details joined using NT4 protocols to a native mode AD domain 29) Fix backend method selection for trusted NT 4 (or 2k mixed mode) domains -30) Fixed bug that caused us to enuemrate dmain local groups +30) Fixed bug that caused us to enumerate domain local groups from native mode AD domains other than our own 31) Correct group enumeration for viewing in the Windows security tab (bug #110) @@ -139,7 +139,7 @@ details backwards compatibility 34) Fix winbindd_idmap tdb upgrades from a 2.2 installation ( if you installed beta1, be sure to - 'mv idmap.tdb winbindd_idamap.tdb' ) + 'mv idmap.tdb winbindd_idmap.tdb' ) 35) Fix pdb_ldap segfaults, and wrong default values for ldapsam_compat 36) Enable negative connection cache for winbindd's ADS backend @@ -286,7 +286,7 @@ New Parameters (new parameters have been grouped by function): * hostname lookups * kernel change notify * mangle prefix - * map acl inheritence + * map acl inheritance * msdfs proxy * set quota command * use sendfile @@ -547,7 +547,7 @@ To create a trustlationship with SAMBA as the trusted domain: 1) create the initial trust account for GLASS using 'smbpasswd -a -i GLASS'. You may need to create a UNIX - account for GLASS$ prior to this stpe (depending on your + account for GLASS$ prior to this step (depending on your local configuration). 2) connect the trust from a WINDOWS DC using "User Manager for Domains" @@ -567,7 +567,7 @@ Now test the trust relationship by connecting to the SAMBA DC $ smbclient //pogo/netlogon -U Administrator -W WINDOWS Password: -Nowe connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user: +Now connect to the WINDOWS DC (e.g. CRYSTAL) as a Samba user: $ smbclient //crystal/netlogon -U root -W WINDOWS Password: -- cgit v1.2.1