[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapsearch for dn
On Wednesday, October 9, 2002, at 06:19 PM, GCS wrote:
I tried to search for the dn of the entry like:
ldapsearch -x -W -D "cn=admin,dc=gcs.org,dc=hu" -b 'dc=gcs.org,dc=hu'
'(dn='groupName=uj,o=Groups,dc=gcs.org,dc=hu')' But it does not return
anything. If I search for an attribute, it works. Am I doing someting
wrong?
ldapsearch -x -W -D "cn=admin,dc=gcs.org,dc=hu" \
-b "groupName=uj,o=Groups,dc=gcs.org,dc=hu" \
-s base "objectclass=*"