Matt Juszczak wrote:
the system so that all authentication is done via LDAP? I know OpenBSD does not have NSS/PAM like FreeBSD does, so I'm trying to investigate how quick and easy it would be to switch our solution to OpenBSD.

Well, PAM is not included with OpenBSD which uses bsd_auth instead. You can use the login_ldap port (/usr/ports/sysutils/login_ldap) to authenticate against an LDAP server just like you would do with PAM. However, there's no clean way to use an LDAP server to get user info under OpenBSD like you would do under FreeBSD/Linux with nss_ldap.

Regards,

Antoine

Reply via email to