[BACK]Return to login_ldap.conf CVS log [TXT][DIR] Up to [local] / src / etc / examples

File: [local] / src / etc / examples / login_ldap.conf (download)

Revision 1.1, Sat Sep 12 15:11:15 2020 UTC (3 years, 8 months ago) by martijn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD

Add an example file so login_ldap.conf maybe becomes a little more
intelligible.

OK bluhm@

host=ldap+tls://1.2.3.4:8389
host=ldap://localhost
cacert=/etc/ssl/ca-ldap.pem
scope=sub
basedn=dc=openbsd,dc=org
binddn=cn=admin,dc=openbsd,dc=org:\
bindpw=password
filter=(&(objectClass=user)(sAMAccountName=%u))