On Mon, Feb 13, 2006, Doug Summers wrote: > Here are samples from OpenSSH & Sudo: > > #<OpenPKG id="/syscfg/opkg:openssh"> > openssh auth required /usr/lib/security/pam_aix try_first_pass > openssh account required /usr/lib/security/pam_aix > openssh password required /usr/lib/security/pam_aix > openssh session required /usr/lib/security/pam_aix > #</OpenPKG> > #<OpenPKG id="/syscfg/opkg:sudo"> > sudo auth required /usr/lib/security/pam_aix try_first_pass > sudo account required /usr/lib/security/pam_aix > sudo password required /usr/lib/security/pam_aix > sudo session required /usr/lib/security/pam_aix > #</OpenPKG> > > So far all I've had to do is replace 'pam_unix.so' with > '/usr/lib/security/pam_aix'.
Ok, so we have to add AIX support to the "pam" package. The replacement of "pam_unix.so" with "pam_aix" is ok. I've added this to the "pamtool" script in the "pam" package now. But why was the /usr/lib/security" directory not determined by "pam.spec"? Can you provide the output of a complete "openpkg rpm --rebuild" of the "pam" package plus the result of "openpkg rc pam info" plus the output of "cat /etc/pam.conf /etc/pam.d/*"? Perhaps this way we see why the directory prefix is not correctly determined. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List openpkg-users@openpkg.org