CVS update: samba/source/auth

abartlet at samba.org abartlet at samba.org
Mon Nov 26 17:47:04 EST 2001


Date:	Sun Nov 25 22:47:04 2001
Author:	abartlet

Update of /data/cvs/samba/source/auth
In directory va:/tmp/cvs-serv9279/auth

Modified Files:
	auth.c auth_builtin.c auth_domain.c auth_info.c auth_sam.c 
	auth_server.c 
Log Message:
A number of things to clean up the auth subsytem a bit...

We now default encrypt passwords = yes

We now check plaintext passwords (however aquired) with the 'sam' backend
rather than unix, if encrypt passwords = yes.

(this kills off the 'local' backed.  The sam backend may be renamed in its 
place)
 
The new 'samstrict' wrapper backend checks that the user's domain is one of
our netbios aliases - this ensures that we don't get fallback crazies with
security = domain.

Similarly, the code in the 'ntdomain' and 'smbserver' backends now checks
that the user was not local before contacting the DC.

The default ordering has changed, we now check the local stuff first - but 
becouse of the changes above, we will really only ever contact one 
auth source.

Andrew Bartlett 


Revisions:
auth.c		1.21 => 1.22
	http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth.c?r1=1.21&r2=1.22
auth_builtin.c		1.2 => 1.3
	http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_builtin.c?r1=1.2&r2=1.3
auth_domain.c		1.12 => 1.13
	http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_domain.c?r1=1.12&r2=1.13
auth_info.c		1.4 => 1.5
	http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_info.c?r1=1.4&r2=1.5
auth_sam.c		1.28 => 1.29
	http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_sam.c?r1=1.28&r2=1.29
auth_server.c		1.13 => 1.14
	http://www.samba.org/cgi-bin/cvsweb/samba/source/auth/auth_server.c?r1=1.13&r2=1.14




More information about the samba-cvs mailing list