On 9/2/20 3:26 PM, Umar Draz wrote:
Hi,

I am running OpenLDAP server on Ubuntu 18.

*ldapsearch -Y external -H ldapi:/// -b dc=example,dc=com memberOf*

# udraz, Users, example.com <http://example.com/>
dn: uid=udraz,ou=Users,dc=example,dc=com
memberOf: cn=developers,ou=Users,dc=example,dc=com

Would you please help me how to solve this


memberOf is an operational attribute; you either have to specify it directly or use + to return all operationals.

It's mentioned in ldapsearch manual as well.

Reply via email to