We have our AIX fleet configured for ldap and it is working. The issue I am running into is there is another OU I need to add in order to access other groups. I am trying to figure out how to add this into the ldap.cfg to get it working. Below is our config:
##
ldapservers:unixldap.test.com
binddn:cn=LDAPUNIX,ou=UNIX,ou=DATA,o=AUTH
bindpwd:XXxxXXxx
authtype:ldap_auth
useSSL: yes
ldapsslkeyf:/etc/security/ldap/clientkey.kdb
userattrmappath:/etc/security/ldap/2307user.map
groupattrmappath:/etc/security/ldap/2307group.map
userbasedn:ou=USERS,ou=USERS,o=AUTH??(|(groupmembership=cn= RPAU_N_UT_Unix-Servers,ou=Resource,ou=Groups,ou=UNIX,ou=DATA,o=AUTH)(groupmembership=cn=RPAU_N_UT_Unix-Server-srvtest1195,ou=Resource,ou=Groups,ou=UNIX,ou=DATA,o=hnbauth))
userbasedn:ou=Accounts,ou=UNIX,ou=data,o=AUTH??(|(groupmembership=cn= RPAU_N_UT_Unix-Servers,ou=Resource,ou=Groups,ou=UNIX,ou=DATA,o=AUTH)(groupmembership=cn=RPAU_N_UT_Unix-Server-srvtest1195,ou=Resource,ou=Groups,ou=UNIX,ou=DATA,o=auth))
groupbasedn:ou=UNIX,ou=DATA,o=AUTH??(gidnumber<=20000)
userclasses:posixAccount
groupclasses:posixGroup
ldapversion:3
ldapport:389
ldapsslport:636
defaultentrylocation:local
ldaptimeout:90
memberfulldn: no
host unixldap.test.com
base ou=USERS,ou=USERS,o=AUTH
binddn cn=LDAPUNIX,ou=UNIX,ou=data,o=auth
bindpw XXxxXXxx
SUDOERS_SEARCH_FILTER (sudoHost=srvtest1195)
SUDOERS_BASE ou=sudoers,ou=UNIX,ou=DATA,o=AUTH
##
OU to add
ou=GROUPS,o=AUTH
Not sure what else is needed to look at it.
------------------------------
Joshua Krause
------------------------------