From 7c7c5594b3dfd460d09bccd409ccbf64c6b42338 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 7 Apr 2003 23:45:22 +0000 Subject: [PATCH] We never actually got an 'ads' auth module, so don't send the auth subsystem off on a wild probing spree looking for it. Andrew Bartlett --- source/auth/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/auth/auth.c b/source/auth/auth.c index f9df255595d..71e9ab04281 100644 --- a/source/auth/auth.c +++ b/source/auth/auth.c @@ -443,7 +443,7 @@ NTSTATUS make_auth_context_subsystem(struct auth_context **auth_context) break; case SEC_ADS: DEBUG(5,("Making default auth method list for security=ADS\n")); - auth_method_list = str_list_make("guest sam ads winbind ntdomain", NULL); + auth_method_list = str_list_make("guest sam winbind ntdomain", NULL); break; default: DEBUG(5,("Unknown auth method!\n")); -- 2.11.4.GIT