<[EMAIL PROTECTED]> wrote: > i want to use securid with freeradius on my debian. > I have choosen and installed the pam_securid.so Module from RSA und set > up pam and freeradius.
PAM may have memory leaks. If at all possible, I would suggest using a command-line tool from SecurID to do the authentication. > if a make a radtest everytime a get the following errors in syslog: > Nov 17 14:31:49 abrakadabra freeradius: PAM unable to > dlopen(/lib/security/pam_securid.so) It's probably not in the default library path. See /etc/ld.so.conf, or edit radiusd.conf, and add ':/lib/security' to the end of the 'libdir' directive. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

