Hi, I've setup my openbsd machines so that ldap users can log into it.
I've installed login_ldap, configured /etc/login.conf, /etc/ypldap.conf, domainname in /etc/defaultdomain, and added the + user and group in master.passwd and /etc/group. As far as I read ypldap cannot speak ldaps, so I configured relayd to do an ssl tunnel and made ypldap connect through the tunnel. Everything worked fine until I moved my server infrastructure (shutdown everything). ypbind is stuck because the ldap server is not yet reachable, which is understandable. I read that I won't be able to log in if this happens, but that I can use netid so that local non-ldap users can still log in. I've done this but boot process is stuck and even if sshd is already started, I'm not able to ssh in with the users defined in netid (ssh connection closed by server after a timeout). Is it possible to setup ypbind and ypldap so that even if the ldap server is not available I'm able to login with the local users either by having the login prompt on the console or by being able to ssh in? Thanks Michel