Displaying 1 result from an estimated 1 matches for "pam_cached_radius".
2009 Sep 14
1
Dovecot+PAM advice please?
...ecot 1.2.4 to authenticate
against a customised PAM module. In short, we're using a specialised OTP
radius backend. One of my colleagues has coded up a PAM module for this
backend. The IMAP service is on HP-UX11.23, IA64.
The module is compiles into /usr/lib/security/hpux32 and is called
"pam_cached_radius.so.0.0". The entry in /etc/pam.conf is:
cached-radius auth required pam_cached_radius.so.0.0
The PAM module compiles OK, and my colleague's test suite (run, both as
root and as our local "dovecot" user) works fine.
When I use the following options in dovecot.conf:
auth defa...