summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-07-22 19:56:11 +0200
committerChristian Poessinger <christian@poessinger.com>2021-07-22 20:01:35 +0200
commit2495ea2f010474f8eb673d9ccd89429a127c1edc (patch)
tree0e85c138b35d2e80add948aa51e380fe695f9a42 /interface-definitions/include
parentf59277966a43af08e9373ff07d99e2ae568d4b2d (diff)
downloadvyos-1x-2495ea2f010474f8eb673d9ccd89429a127c1edc.tar.gz
vyos-1x-2495ea2f010474f8eb673d9ccd89429a127c1edc.zip
xml: add building block for "local-users"
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/auth-local-users.xml.i22
1 files changed, 22 insertions, 0 deletions
diff --git a/interface-definitions/include/auth-local-users.xml.i b/interface-definitions/include/auth-local-users.xml.i
new file mode 100644
index 000000000..8ef09554e
--- /dev/null
+++ b/interface-definitions/include/auth-local-users.xml.i
@@ -0,0 +1,22 @@
+<!-- include start from auth-local-users.xml.i -->
+<node name="local-users">
+ <properties>
+ <help>Local user authentication</help>
+ </properties>
+ <children>
+ <tagNode name="username">
+ <properties>
+ <help>Username used for authentication</help>
+ </properties>
+ <children>
+ #include <include/generic-disable-node.xml.i>
+ <leafNode name="password">
+ <properties>
+ <help>Password used for authentication</help>
+ </properties>
+ </leafNode>
+ </children>
+ </tagNode>
+ </children>
+</node>
+<!-- include end -->