Hi,
I am running OpenLDAP server on Ubuntu 18.
The memberOf attribute is not showing in ldap simple search, if I do the following then memberOf attribute is hidden.
ldapsearch -Y external -H ldapi:/// -b dc=example,dc=com
# udraz, Users, example.comBut if I do the following then memberOf attribute appear
ldapsearch -Y external -H ldapi:/// -b dc=example,dc=com memberOf
# udraz, Users, example.comWould you please help me how to solve this