Originally posted by: SystemAdmin
hi, i'm trying the module nss_ldap (
http://www.padl.com/OSS/nss_ldap.html) on my Aix 5.3.
In the past (with Aix 4.3) worked perfectly but with 5.3 not works.
My problem is with telnet, for example, if i try to login with ldap user obtain the following error:
3004-008 Failed setting credentials.
Connection closed by foreign host.
However i see the ldap user with the command "id":
AIX:/# id ldapuser
uid=1000(ldapuser) gid=1000(ldapgroup)
My config:
/etc/ldap.conf
HOST 192.168.1.100
BASE o=rootldap
URI ldap://192.168.1.100
nss_base_passwd o=rootldap?sub
nss_base_shadow o=rootldap?sub
nss_base_group o=rootldap?sub
/usr/lib/security/methods.cfg (module compiled successfully)
LDAP:
program = /usr/lib/security/NSS_LDAP
perms of module:
AIX:/# ls -l /usr/lib/security/NSS_LDAP
-rwxr-xr-x 1 root root 1541242 Oct 23 16:21 /usr/lib/security/NSS_LDAP
/etc/security/user
SYSTEM = "compat or LDAP"
also tried
SYSTEM = "LDAP or compat"
The previous configuration works with Aix 4.3
Anyone help me?
Thanks