Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ldap search to view aci

Status
Not open for further replies.

ldapgirl

Technical User
Sep 20, 2006
8
US
Hi,
I'm using the folloing command to retrieve aci for a user

ldapsearch -h localhost -p 1250 -D "cn=Directory Manager" -w password -b "uid=userid,ou=people,o=xxx,dc=example,dc=com" "objectclass=*" aci

However i'm unable to retrieve the aci for the user. Could you let me know what is wrong? I have to retrieve the aci using command line as i cannot use the console.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top