Originally posted by: dado32123
Hello to all
I'm trying to configure AIX 6.1 with LDAP authentication
oslevel -s
6100-08-02-1316
package installed trought AIX 6 Expansion Pack :
idsldap.clt32bit62.rte 6.2.0.3 C F Directory Server - 32 bit
idsldap.clt64bit62.rte 6.2.0.3 C F Directory Server - 64 bit
idsldap.cltbase62.adt 6.2.0.3 C F Directory Server - Base Client
idsldap.cltbase62.rte 6.2.0.3 C F Directory Server - Base Client
After I performed the following steps :
1 ) Insert into the /etc/hosts
192.168.39.90 vm-ldap
2) mksecldap -c -h vm-ldap -a uid=uid,ou=People,dc=slapd,dc=cs,dc=poste,dc=it -p passwd -A ldap_auth
3) chsec -f /etc/security/user -s default -a "SYSTEM=LDAP or files"
4) chsec -f /etc/security/user -s default -a "registry=LDAP"
5) stop-secldapclntd
6) start-secldapclntd
7) stopsrc -s sshd
8) startsrc -s sshd
9) chsec -f /etc/security/login.cfg -s usw -a mkhomeatlogin=true
10 ) i have test ldap query with this command :
lsuser -R LDAP acim
acii id=50487 pgrp=postaff groups=postaff home=/home/aci shell=/bin/bash login=true su=true rlogin=true daemon=true admin=false sugroups=ALL admgroups= tpath=nosak ttys=ALL expires=0 auth1=SYSTEM auth2=NONE umask=22 registry=LDAP SYSTEM=LDAP or files logintimes= loginretries=0 pwdwarntime=0 account_locked=false minage=0 maxage=0 maxexpired=21914 minalpha=0 minloweralpha=0 minupperalpha=0 minother=0 mindigit=0 minspecialchar=0 mindiff=0 maxrepeats=8 minlen=0 histexpire=0 histsize=0 pwdchecks= dictionlist= default_roles= fsize=2097151 cpu=-1 data=262144 stack=65536 core=2097151 rss=65536 nofiles=2000 roles=
1) i have test the process secldapclntd :
ps -ef | grep secld
root 4128946 1 0 11:27:37 - 0:00 /usr/sbin/secldapclntd
Despite all these settings access via LDAP does not work?
can someone help me?
with the same configuration on AIX 5.3 works