diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-05-09 13:42:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:51 -0500 |
commit | c041077856badf5fa3f52e47267a24e6f5a11e3d (patch) | |
tree | 5972f0399bcf374e736ff46270eb9ee8357d1c3d /source4/auth/auth.c | |
parent | 5ae9bd7535140e65b6c4e0b73f7a9504db3d0e47 (diff) | |
download | samba-c041077856badf5fa3f52e47267a24e6f5a11e3d.tar.gz samba-c041077856badf5fa3f52e47267a24e6f5a11e3d.tar.bz2 samba-c041077856badf5fa3f52e47267a24e6f5a11e3d.zip |
r614: Clean out the POSIX assumptions from the Samba4 auth subsystem.
This removes the code that tried to lookup posix groups, as well as
the code that was tied to the SAM_ACCOUNT.
This should make auth_ldb much easier to write :-)
Andrew Bartlett
(This used to be commit e096ee2112adecaa69b6b3eb155a4e8f80dfc0f7)
Diffstat (limited to 'source4/auth/auth.c')
-rw-r--r-- | source4/auth/auth.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/auth/auth.c b/source4/auth/auth.c index 720b8149bd..83446721e6 100644 --- a/source4/auth/auth.c +++ b/source4/auth/auth.c @@ -231,12 +231,6 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context, } } - /* This is one of the few places the *relies* (rather than just sets defaults - on the value of lp_security(). This needs to change. A new paramater - perhaps? */ - if (lp_security() >= SEC_SERVER) - smb_user_control(user_info, *server_info, nt_status); - if (NT_STATUS_IS_OK(nt_status)) { if (NT_STATUS_IS_OK(nt_status)) { DEBUG((*server_info)->guest ? 5 : 2, |