From: Alan T. DeKok Date: Sun, 6 Dec 2009 16:02:08 +0000 (+0100) Subject: Added sample ntlm_auth module X-Git-Tag: release_2_1_8~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b24107296914c866914d86e5f55369de3ca8a6;p=thirdparty%2Ffreeradius-server.git Added sample ntlm_auth module --- diff --git a/raddb/modules/ntlm_auth b/raddb/modules/ntlm_auth new file mode 100644 index 00000000000..9ee11aa72bf --- /dev/null +++ b/raddb/modules/ntlm_auth @@ -0,0 +1,12 @@ +# +# For testing ntlm_auth authentication with PAP. +# +# If you have problems with authentication failing, even when the +# password is good, it may be a bug in Samba: +# +# https://bugzilla.samba.org/show_bug.cgi?id=6563 +# +exec ntlm_auth { + wait = yes + program = "/path/to/ntlm_auth --request-nt-key --domain=MYDOMAIN --username=%{mschap:User-Name} --password=%{User-Password}" +}