Unable to log into a Debian Jessie system using an UCS domain username

Hi Sylvain,

It’s look like, that this is a local user and not the domain user.
Do you set up an additional user (next to root) during the Debian installation?

Your information is not really clear. One time you get a user with “getent” and than not.

Maybe your nsswitch is not set up right. Please check this

sudo nss_updatedb ldap
ls -l /var/lib/misc/*.db

also your “/etc/nsswitch.conf” should search in ldap:

passwd:         files ldap [NOTFOUND=return] db
group:          files ldap [NOTFOUND=return] db

For more infos and hints see PamsCcredsHowto (this should work on Debian as well).

Best regards,
Tobi