Displaying 6 results from an estimated 6 matches for "pam_aix".
Did you mean:
pam_abl
2006 Feb 06
0
SAMBA Winbind and AIX and chown not showing ad user id
.../usr/lib/security/PAM
WINBIND:
program = /usr/lib/security/WINBIND
options = authonly
* options = auth=PAM,db=BUILTIN
(haven't had luck with pam either. It will not let me log in if I use
it too)
pam.conf:
sshd auth required /usr/lib/security/pam_aix
OTHER auth required /usr/lib/security/pam_aix
# Account management
sshd account required /usr/lib/security/pam_aix
OTHER account required /usr/lib/security/pam_aix
# Password management
sshd password required /usr/lib/secur...
2006 Feb 15
0
winbind and pam and ssh that's pam enabled
...onf has;
su auth sufficient
/usr/lib/security/pam_winbind.so
login auth sufficient
/usr/lib/security/pam_winbind.so debug
sshd auth sufficient
/usr/lib/security/pam_winbind.so debug
OTHER auth required /usr/lib/security/pam_aix
su account sufficient
/usr/lib/security/pam_winbind.so
login account sufficient
/usr/lib/security/pam_winbind.so debug
sshd account sufficient
/usr/lib/security/pam_winbind.so debug
OTHER account required /usr/lib/security/pam_aix...
2006 Feb 09
0
SAMBA configuration nightmare (AIX) - idmaps do not work (core dump), ldap/nss_ldap and pam fail
...rogram = /usr/lib/security/WINBIND
options = authonly
* options = auth=PAM,db=BUILTIN
* LDAP:
* program = /usr/lib/security/NSS_LDAP
(haven't had luck with pam either. It will not let me log in if I use
it too)
PAM:
Added to pam.conf:
sshd auth required /usr/lib/security/pam_aix
OTHER auth required /usr/lib/security/pam_aix
# Account management
sshd account required /usr/lib/security/pam_aix
OTHER account required /usr/lib/security/pam_aix
# Password management
sshd password required /usr/lib/security/pam_aix
OTHER password required /usr/lib/security/pam_aix
# Sessio...
2007 Apr 17
0
PAM on AIX - resolved
...curity:err|error dovecot-auth PAM: load_modules: can not open
> module /usr/lib/security/pam_prohibit
FWIW, it turned out that the default PAM libraries are 32 bit, while I
had compiled DC at 64bit.
The /etc/pam.conf lines come standard like this:
telnet auth required /usr/lib/security/pam_aix
To get 64 bit, you can either change the line like this:
dovecot auth required /usr/lib/security/64/pam_aix
OR, you can let PAM figure which bit-width library to use
dovecot auth required pam_aix
Needless to say, it would have been better if the IBM default was the second
--
=...
2013 Jan 18
1
pam_smbpass.so on AIX
...following in /etc/security/login.cfg:
usw:
auth_type = PAM_AUTH
and that makes telnetd, passwd, etc all go through pam.
However, when I try to log in via telnet or run passwd, I get this in syslog.log:
Jan 18 10:59:06 systst auth|security:debug login PAM: load_modules: /usr/lib/security/pam_aix
Jan 18 10:59:06 systst auth|security:debug login PAM: load_function: successful load of pam_sm_authenticate
Jan 18 10:59:06 systst auth|security:debug login PAM: load_modules: /opt/samba-4.0.0/lib/security/pam_smbpass.so
Jan 18 10:59:06 systst auth|security:debug login PAM: open_module: /opt/samba-...
2001 Apr 14
0
PAM under AIX
I apologize in advance for this slightly-off-topic message, but I
thought it would be of interest to those running OpenSSH under AIX...
Earlier today, I submitted a patch to the Linux-PAM folks to port the
library to AIX. The patch includes a pam_aix module to provide
backward compatibility to the traditional AIX authentication methods.
My main impetus for doing this is that I don't want to continue
maintaining my version of the TIS authentication patch for OpenSSH.
I've already written a pam_authsrv module which provides TIS
authentic...