Michal Soltys msoltyspl@yandex.pl schrieb am 02.09.2020 um 17:22 in Nachricht
3ab77434-434a-0d46-16b5-0917e7dc3995@yandex.pl:
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.
Hi!
I thought operational attributes are mainly for "internal management purposes". Are there any rules what makes an attribute operational? I don't mean the implementation that makes them operational, but guidelines.
Regards, Ulrich