[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapsearch problem
Hi I am trying to run this command
ldapsearch -x -b 'uid=ramuthuk,ou=person,dc=mailer-dev.cisco,dc=com'
'(objectclass=*)'
and gives this result
ldapsearch -x -b 'uid=ramuthuk,ou=person,dc=mailer-dev.cisco,dc=com'
# extended LDIF
#
# LDAPv3
# filter: (objectclass=*)
# requesting: ALL
#
# search result
search: 2
result: 0 Success
# numResponses: 1
but nothing is coming.
but if I change base little bit like this
ldapsearch -x -b 'ou=person,dc=mailer-dev.cisco,dc=com' '(objectclass=*)'
and I got erroe 32 ....means no object found. Can anybody help me.
I am trying this for last two days. After that I came to one point...
this ldap thing sucks...