summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/service_ssh.xml.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/interface-definitions/service_ssh.xml.in b/interface-definitions/service_ssh.xml.in
index 14d358c78..2ab9db48b 100644
--- a/interface-definitions/service_ssh.xml.in
+++ b/interface-definitions/service_ssh.xml.in
@@ -281,6 +281,25 @@
</properties>
<children>
#include <include/pki/ca-certificate.xml.i>
+ <tagNode name="bind-user">
+ <properties>
+ <help>user-name</help>
+ <constraint>
+ #include <include/constraint/login-username.xml.i>
+ </constraint>
+ </properties>
+ <children>
+ <leafNode name="principal">
+ <properties>
+ <help>principal-name</help>
+ <constraint>
+ #include <include/constraint/login-username.xml.i>
+ </constraint>
+ <multi/>
+ </properties>
+ </leafNode>
+ </children>
+ </tagNode>
</children>
</node>
#include <include/vrf-multi.xml.i>