1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-04 16:58:42 +03:00

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
This commit is contained in:
Andrew Bartlett -
parent 0a5b5d00db
commit 7c7c5594b3

@ -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"));