diff options
| author | rebortg <github@ghlr.de> | 2023-01-31 21:46:57 +0100 | 
|---|---|---|
| committer | rebortg <github@ghlr.de> | 2023-01-31 21:46:57 +0100 | 
| commit | ee91e1d5c1d58a3a165dba26c4c8b3396d5489b9 (patch) | |
| tree | 951ea303098c4486cda464fbef0d5af610457e1b /docs/configexamples | |
| parent | 704901aef5895cc998b03c80a85790758999896e (diff) | |
| download | vyos-documentation-ee91e1d5c1d58a3a165dba26c4c8b3396d5489b9.tar.gz vyos-documentation-ee91e1d5c1d58a3a165dba26c4c8b3396d5489b9.zip  | |
fix build warnings and errors
Diffstat (limited to 'docs/configexamples')
| -rw-r--r-- | docs/configexamples/index.rst | 1 | ||||
| -rw-r--r-- | docs/configexamples/openvpn-ldap.rst | 8 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/configexamples/index.rst b/docs/configexamples/index.rst index b90f25ad..c25b3ee8 100644 --- a/docs/configexamples/index.rst +++ b/docs/configexamples/index.rst @@ -18,6 +18,7 @@ This chapter contains various configuration examples:     pppoe-ipv6-basic     l3vpn-hub-and-spoke     inter-vrf-routing-vrf-lite +   openvpn-ldap  Configuration Blueprints (autotest) diff --git a/docs/configexamples/openvpn-ldap.rst b/docs/configexamples/openvpn-ldap.rst index 7fcc6b5f..402ab7f1 100644 --- a/docs/configexamples/openvpn-ldap.rst +++ b/docs/configexamples/openvpn-ldap.rst @@ -2,11 +2,13 @@  .. _examples-openvvpn-ldap: +#########################  OpenVPN with LDAP example -------------------- +#########################  Configuration AD and a windows server -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +===================================== +  We aim to configure LDAP authentication between the VYOS router and Windows Server 2019 (role: Active Directory) when our customers connect to our privet network using the OpenVPN client.  Using the general schema for example: @@ -38,7 +40,7 @@ Picture 1 - Adding the AD role  Picture 2 - Adding the AD role  Configuration VyOS router -^^^^^^^^^^^^^^^^^^^^^^^^^ +=========================  Make the configuration file for the LDAP plugin.  | 
