Thanks buddy,
i ran a command in my solaris 8 box
ldapclient -i -w secret -D cn=Manager,dc=example,dc=com -d example.com -r true -b defaultSearchBase=dc=example,dc=com -S "passwd
u=People,dc=example,dc=com" -S "shadow
u=People,dc=example,dc=com" -S "group
u=Group,dc=example,dc=com" -s one 192.168.1.142:389
command did not give any error msg and got msg as "System successfully configured" once i disabled the ACL in my ldap server ( openldap ) which is in Linux EL 4.
Now i can able to get list by command getent passwd, ldaplist passwd , ldaplist passwd < U.name >, id < U.Name >, su <U.Name >.
where, my problem is
1.getent passwd command gives only few entry amoung around 800 entries.
but id command shows rest of the user's list.
2.i can not ssh to this machine by ldap user.
3.from root i can able to su to another user who is located in ldap database.
4.From one ldap user to another ldap does not allow to login. which means when i give password, it says "password: Sorry".
Its mean user name resolving from ldap database but password does not allow?
can you help me on this please?
thanks in advance .....