Hi All,
I'm trying to retrieve the aci of a particular uid ( the user does not belong to any group). He is in ou=people,o=xxx,dc=xxx,dc=com) using the following ldapsearch command
ldapsearch -h myservername -p 123 -D "cn=Directory Manager" -b " uid=1234,ou=people, o=xxx,dc=xxx,dc=com" -s base "objectclass=*" aci
I havent been successful. Could somebody hlp me out with this?
Thanks