If I do this command, sudo slapcat -a '(uid=barbara)' , the result is: dn:
If I do this command, sudo slapcat -a '(uid=barbara)' , the result is:
ldapsearch -x -D 'cn=Manager,dc=example,dc=com' -b 'ou=Users,dc=example,dc=com' -LLL '(userID=barbara)' + I get this: No such object (32)
ldapsearch -x -D 'cn=Manager,dc=example,dc=com' -b 'ou=Users,dc=example,dc=com' -LLL '(userID=barbara)' +
I get this: No such object (32)
Ciao, Michael.