summaryrefslogtreecommitdiff
path: root/docs/configexamples/autotest/OpenVPN_with_LDAP/_include/ldap-auth.config
blob: 0ae3dbc0e9ce5f7d0a1c1018c174524d5cefc09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<LDAP>
URL ldap://192.168.1.10
BindDN bind_user@vyos.local
Password P4ssw0rd123
Timeout 15
TLSEnable no
FollowReferrals no
</LDAP>
<Authorization>
BaseDN "DC=vyos,DC=local"
SearchFilter "sAMAccountName=%u"
RequireGroup false
</Authorization>