summaryrefslogtreecommitdiffstats
path: root/source4/auth
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-22 10:54:29 +1300
committerAndreas Schneider <asn@cryptomilk.org>2014-04-15 10:13:12 +0200
commit94f0716fffdd4a29055ff47943cae85106e42847 (patch)
tree63855dfc8c69d8d3cacc8001120c5cc683f18f14 /source4/auth
parentf5cff447130e4984d96812cfecc00465fbe4cb34 (diff)
downloadsamba-94f0716fffdd4a29055ff47943cae85106e42847.tar.gz
samba-94f0716fffdd4a29055ff47943cae85106e42847.tar.xz
samba-94f0716fffdd4a29055ff47943cae85106e42847.zip
auth: Remove dfs_auth() from pass_check.c and s4's auth_unix
The waf build has no logic to detect DCE/DFS, so this plaintext authentication mechanism 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 57bca6cc5b5..86139b4409b 100644
--- a/source4/auth/ntlm/auth_unix.c
+++ b/source4/auth/ntlm/auth_unix.c
@@ -518,10 +518,6 @@ static NTSTATUS password_check(const char *username, const char *password,
return NT_STATUS_OK;
#endif /* WITH_AFS */
-#ifdef WITH_DFS
- if (dfs_auth(username, password))
- return NT_STATUS_OK;
-#endif /* WITH_DFS */
#ifdef OSF1_ENH_SEC