auth4: implement the deprecated 'auth methods' in auth_methods_from_lp()
commitb48dc10f1ebfa77933f839ec1bf83c35f2471c80
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Mar 2017 08:50:13 +0000 (22 09:50 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 24 Mar 2017 10:57:10 +0000 (24 11:57 +0100)
tree046a96ce42b1bb6286a95c1a4e44a37c7fd2cde2
parent7f2d30215e5b669e04e6c4c9c884fc387b13d565
auth4: implement the deprecated 'auth methods' in auth_methods_from_lp()

This might be used to explicitly configure the old auth methods list
from Samba 4.6 and older, if required:
 "auth methods = anonymous sam_ignoredomain"

But this option will be removed again in future releases.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=2976
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12709

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/ntlm/auth.c