Friday, July 9, 2021

[389-users] ldapsearch Please help!

Current Environment:-
389-Directory/1.4.3.22 B2021.082.0613
Oracle Linux 8.2

I want to make the user raduser able to execute ldapsearch to get the record output. 
The raduser's objectClass
- directoryServerFeature (structural)
- inetOrgPerson (structural)
- organisationalPerson  (structural)
- person  (structural)
- top (abstract)

# ldapsearch -LLL -w password -H ldap://localhost:389 -D "cn=Directory Manager"
- output the ldap records.

# ldapsearch -LLL -w password -H ldap://localhost:389 -D "uid=raduser,ou=Administrator,o=mydatabase"
- NO OUTPUT, confirmed the credential is valid


DIT > ROOT DSE as below:-

- o=mydatabase
-- cn=Directory Manager

- ou=Administrator
-- uid=raduser

- ou=subscriber
-- uid=user1
-- uid=user2
-- uid=user3
-- and more...

No comments:

Post a Comment