Kristen Walker wrote:
If I do this command, sudo slapcat -a '(uid=barbara)' , the result is:
dn:
That's an empty DN - teh DN of the rootDSE. The data you imported/added was likely wrong.
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)
This means the entry ou=Users,dc=example,dc=com does not exist. Fix your data when loading your directory.
Ciao, Michael.