radius authentication with otp token
Posted: Fri Aug 18, 2006 8:12 am
Hi,
I´ve implemented radius and one time password auth with aladdin token on our linux boxes.
Now i want to use it for webmail, I configured ual.remote in the way documented in "Scalix Pluggable Authentication Modules"
# ual.remote
auth sufficient pam_if -- pam_radius_auth conf=/etc/raddb/server client_id=scalix
don´t know why but it is not working
I could not see any requests in the log of my radius server and I don´´t see anything local in /var/log/messages or omshowlog.
Then I tried florians tip http://www.scalix.com/community/viewtop ... ght=radius
auth required om_om2authid
auth sufficient /lib/security/pam_radius_auth.so conf=/etc/raddb/server client_id=scalix
now I can see the authentication, but it is comming twice from webmail and with "one time password" this will not work because password is not longer valid.
Error from webmail:
methodName=getFolderTree
Are ther additional configurations or actions required or is it a bug?
os is SuSE SLES 9
guido
I´ve implemented radius and one time password auth with aladdin token on our linux boxes.
Now i want to use it for webmail, I configured ual.remote in the way documented in "Scalix Pluggable Authentication Modules"
# ual.remote
auth sufficient pam_if -- pam_radius_auth conf=/etc/raddb/server client_id=scalix
don´t know why but it is not working
I could not see any requests in the log of my radius server and I don´´t see anything local in /var/log/messages or omshowlog.
Then I tried florians tip http://www.scalix.com/community/viewtop ... ght=radius
auth required om_om2authid
auth sufficient /lib/security/pam_radius_auth.so conf=/etc/raddb/server client_id=scalix
now I can see the authentication, but it is comming twice from webmail and with "one time password" this will not work because password is not longer valid.
Error from webmail:
methodName=getFolderTree
Are ther additional configurations or actions required or is it a bug?
os is SuSE SLES 9
guido