Displaying 1 result from an estimated 1 matches for "pam_cap_auth".
2006 Sep 19
1
CryptoCard - PAM or RADIUS?
...able to get it to work one of two ways, 
either through the use of CryptoCard's provided PAM module, or through 
RADIUS authentication.
Currently, I cannot seem to get PAM authentication to work at all. This 
is what is in the 'samba' file for PAM:
auth       required     /lib/security/pam_cap_auth.so 
server=<insertSERVERipHERE>:624 noeus debug echo
auth       requires     /lib/security/pam_nologin.so
account    required     /lib/security/pam_stack.so service=system-auth
account    required     /lib/security/pam_permit.so
session    required     /lib/security/pam_stack.so service=syste...