diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-22 19:56:11 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-22 20:01:35 +0200 |
commit | 2495ea2f010474f8eb673d9ccd89429a127c1edc (patch) | |
tree | 0e85c138b35d2e80add948aa51e380fe695f9a42 /interface-definitions/vpn_openconnect.xml.in | |
parent | f59277966a43af08e9373ff07d99e2ae568d4b2d (diff) | |
download | vyos-1x-2495ea2f010474f8eb673d9ccd89429a127c1edc.tar.gz vyos-1x-2495ea2f010474f8eb673d9ccd89429a127c1edc.zip |
xml: add building block for "local-users"
Diffstat (limited to 'interface-definitions/vpn_openconnect.xml.in')
-rw-r--r-- | interface-definitions/vpn_openconnect.xml.in | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/interface-definitions/vpn_openconnect.xml.in b/interface-definitions/vpn_openconnect.xml.in index 53c0c22b9..a33ff67ea 100644 --- a/interface-definitions/vpn_openconnect.xml.in +++ b/interface-definitions/vpn_openconnect.xml.in @@ -32,26 +32,7 @@ </completionHelp> </properties> </leafNode> - <node name="local-users"> - <properties> - <help>Local user authentication for SSL VPN server</help> - </properties> - <children> - <tagNode name="username"> - <properties> - <help>User name for authentication</help> - </properties> - <children> - #include <include/generic-disable-node.xml.i> - <leafNode name="password"> - <properties> - <help>Password for authentication</help> - </properties> - </leafNode> - </children> - </tagNode> - </children> - </node> + #include <include/auth-local-users.xml.i> #include <include/radius-server-ipv4.xml.i> <node name="radius"> <children> |