OpenVPN: remove passwords

This commit is contained in:
Christian Poessinger 2019-09-15 17:30:43 +02:00
parent 38aa3f263a
commit 7993a63a95

View File

@ -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>