mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
OpenVPN: remove passwords
This commit is contained in:
parent
38aa3f263a
commit
7993a63a95
@ -308,16 +308,16 @@ If you only wan't to check if the user account is enabled and can authenticate
|
|||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
<LDAP>
|
<LDAP>
|
||||||
URL ldap://ds0001.gefoekom.de
|
URL ldap://dc01.example.com
|
||||||
BindDN CN=SA_OPENVPN,OU=ServiceAccounts,OU=GS,OU=GeFoekoM,DC=gefoekom,DC=de
|
BindDN CN=SA_OPENVPN,OU=ServiceAccounts,DC=example,DC=com
|
||||||
Password g7LjfjmlPhhHnvmal75hbfdknms-44
|
Password ThisIsTopSecret
|
||||||
Timeout 15
|
Timeout 15
|
||||||
TLSEnable no
|
TLSEnable no
|
||||||
FollowReferrals no
|
FollowReferrals no
|
||||||
</LDAP>
|
</LDAP>
|
||||||
|
|
||||||
<Authorization>
|
<Authorization>
|
||||||
BaseDN "OU=GeFoekoM,DC=gefoekom,DC=de"
|
BaseDN "DC=example,DC=com"
|
||||||
SearchFilter "sAMAccountName=%u"
|
SearchFilter "sAMAccountName=%u"
|
||||||
RequireGroup false
|
RequireGroup false
|
||||||
</Authorization>
|
</Authorization>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user