summaryrefslogtreecommitdiffstats
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-22 15:16:52 +1300
committerAndreas Schneider <asn@cryptomilk.org>2014-04-15 10:13:12 +0200
commit3fa67e634696ac5b01a3de34892f4c0f978ff9e3 (patch)
treed3e6c77e59635c26cc1affca9a3bdd9c5fc5afb5 /source4/auth
parent94f0716fffdd4a29055ff47943cae85106e42847 (diff)
downloadsamba-3fa67e634696ac5b01a3de34892f4c0f978ff9e3.tar.gz
samba-3fa67e634696ac5b01a3de34892f4c0f978ff9e3.tar.xz
samba-3fa67e634696ac5b01a3de34892f4c0f978ff9e3.zip
auth: Remove afs_auth() from pass_check.c and s4's auth_unix
The waf build does not have code to detect support for AFS plaintext authentication, so this is dead code. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/ntlm/auth_unix.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/auth/ntlm/auth_unix.c b/source4/auth/ntlm/auth_unix.c
index 86139b4409b..4cff61b60a9 100644
--- a/source4/auth/ntlm/auth_unix.c
+++ b/source4/auth/ntlm/auth_unix.c
@@ -513,10 +513,6 @@ static NTSTATUS password_check(const char *username, const char *password,
{
bool ret;
-#ifdef WITH_AFS
- if (afs_auth(username, password))
- return NT_STATUS_OK;
-#endif /* WITH_AFS */
#ifdef OSF1_ENH_SEC