A number of things to clean up the auth subsytem a bit...
authorAndrew Bartlett <abartlet@samba.org>
Mon, 26 Nov 2001 06:47:04 +0000 (06:47 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 26 Nov 2001 06:47:04 +0000 (06:47 +0000)
commite89b47f65e7eaf5eb288a3d6ba2d3d115c628e7e
tree4965d14d3989ee91af73bfe53321aea11c2d35a9
parentb175c42080b15f27589cb6b6d61af5cbbedf5d02
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
source/auth/auth.c
source/auth/auth_builtin.c
source/auth/auth_domain.c
source/auth/auth_info.c
source/auth/auth_sam.c
source/auth/auth_server.c
source/param/loadparm.c