Hallo - Freeradius frage
Thomas Glanzmann
thomas at glanzmann.de
Wed Apr 25 16:30:22 CEST 2012
Hallo Axel,
Dein Deutsch ist gut, aber ich antworte auf Englisch.
You can download the daemon from the freeradius mailing list or the
attachment of this e-mail, I configured the following:
users:
DEFAULT Auth-Type := smsotp
sites-enabled/default:
authenticate {
Auth-Type smsotp {
ntlm_auth
smsotp
}
Auth-Type smsotp-reply {
smsotp
}
}
modules/ntlm_auth:
exec ntlm_auth {
wait = yes
program = "/home/sithglan/work/smsotpd/ntlm_auth.pl %{User-Name} %{User-Password}"
}
I compiled freeradius using the following command line on debian:
sudo apt-get install ssh sudo gcc libssl-dev make openssl
./configure --with-openssl --prefix=/local/freeradius-server-2.1.9; make; make install
cd /local/freeradius-server-2.1.9/etc/raddb/certs; make
Cheers,
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smsotpd.pl
Type: application/x-perl
Size: 6867 bytes
Desc: not available
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20120425/aaaa6c75/attachment-0002.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ntlm_auth.pl
Type: application/x-perl
Size: 264 bytes
Desc: not available
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20120425/aaaa6c75/attachment-0003.bin>
More information about the Freeradius-Users
mailing list