Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
20 lines
465 B
Text
20 lines
465 B
Text
# {{ ansible_managed }}
|
|
<LDAP>
|
|
URL {{ openvpn_ldap_URL }}
|
|
BindDN {{ openvpn_ldap_BindDN }}
|
|
Password {{ openvpn_ldap_Password }}
|
|
Timeout 15
|
|
{% if openvpn_ldap_TLSEnable %}
|
|
TLSEnable yes
|
|
{% endif %}
|
|
FollowReferrals yes
|
|
{% if openvpn_ldap_TLSEnable %}
|
|
TLSCACertFile {{ openvpn_ldap_TLSCACertFile }}
|
|
{% endif %}
|
|
</LDAP>
|
|
|
|
<Authorization>
|
|
BaseDN "{{ openvpn_ldap_BaseDN }}"
|
|
SearchFilter "{{ openvpn_ldap_SearchFilter }}"
|
|
RequireGroup false
|
|
</Authorization>
|