Archive for the 'PAM' Category
Cyrus-IMAP and PAM interactions on x86_64
0 Comments Published by Felipe Alfaro Solana May 20th, 2006 in Linux, PAM, Security, x86_64In Red Hat Enterprise Linux ES 4.1 Update 3, both /etc/pam.d/imap and /etc/pam.d/pop contain hard-coded paths pointing to pam_stack.so, actually /lib/security/pam_stack.so. This causes problems on x86_64 since pam_stack.so is located under /lib64/security/pam_stack.so.
A workaround is to modify /etc/pam.d/imap and /etc/pam.d/pop to look like this:
#%PAM-1.0
auth required pam_stack.so [...]
AboutYou are currently browsing the Felipe Alfaro Solana weblog archives for the 'PAM' category. Longer entries are truncated. Click the headline of an entry to read it in its entirety. |
||||