I'm trying sssd for LDAP authentication, and while it can show user IDs with the id
command, getent group
and getent passwd
do not show LDAP names, and while I can chown files to ldap users, they ls -lah
as nobody
.
A bit of digging and I found a hint: that this problem may occur when binding LDAP anonymously.
But when I setup sss, there was no option to supply a bind DN or password. I was also unable to locate the correct directive in the manual.
Where do I specify the Bind DN and password for sss+ldap? Does it go in /etc/sssd/sssd.conf
? Or another file?