I'm trying to log into my OpenBSD server with an LDAP user and it's not working:

Jan  8 10:41:57 aagico-postgres-nextcloud sshd[15381]: Failed password
for dcorbe from 73.57.99.182 port 45222 ssh2

Although login.conf is configured properly:

# /usr/libexec/auth/login_-ldap -d -s login dcorbe ldap
Password:
...
authorize

And so is ypbind:

aagico-postgres-nextcloud# getent group | grep dcorbe
_dcorbe:*:2001:dcorbe
aagico-postgres-nextcloud# getent passwd | grep dcorbe
dcorbe:*:2001:2001:Daniel Corbe:/home/dcorbe:/bin/sh

What do I need to change about OpenSSH to get this working?

Reply via email to