From 6c0917208c59d11e0e00ec247756734a80321e67 Mon Sep 17 00:00:00 2001 From: rebortg Date: Wed, 10 May 2023 15:58:06 +0200 Subject: Configexample: migrate openvpn-ldap to autotest --- .../autotest/OpenVPN_with_LDAP/_include/ldap-auth.config | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/configexamples/autotest/OpenVPN_with_LDAP/_include/ldap-auth.config (limited to 'docs/configexamples/autotest/OpenVPN_with_LDAP/_include/ldap-auth.config') diff --git a/docs/configexamples/autotest/OpenVPN_with_LDAP/_include/ldap-auth.config b/docs/configexamples/autotest/OpenVPN_with_LDAP/_include/ldap-auth.config new file mode 100644 index 00000000..0ae3dbc0 --- /dev/null +++ b/docs/configexamples/autotest/OpenVPN_with_LDAP/_include/ldap-auth.config @@ -0,0 +1,13 @@ + +URL ldap://192.168.1.10 +BindDN bind_user@vyos.local +Password P4ssw0rd123 +Timeout 15 +TLSEnable no +FollowReferrals no + + +BaseDN "DC=vyos,DC=local" +SearchFilter "sAMAccountName=%u" +RequireGroup false + \ No newline at end of file -- cgit v1.2.3