diff options
Diffstat (limited to 'interface-definitions')
| -rw-r--r-- | interface-definitions/service_ssh.xml.in | 19 | ||||
| -rw-r--r-- | interface-definitions/system_login.xml.in | 9 |
2 files changed, 9 insertions, 19 deletions
diff --git a/interface-definitions/service_ssh.xml.in b/interface-definitions/service_ssh.xml.in index 2ab9db48b..14d358c78 100644 --- a/interface-definitions/service_ssh.xml.in +++ b/interface-definitions/service_ssh.xml.in @@ -281,25 +281,6 @@ </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> diff --git a/interface-definitions/system_login.xml.in b/interface-definitions/system_login.xml.in index 9865e3d32..a13ba10ea 100644 --- a/interface-definitions/system_login.xml.in +++ b/interface-definitions/system_login.xml.in @@ -103,6 +103,15 @@ <help>Plaintext password used for encryption</help> </properties> </leafNode> + <leafNode name="principal"> + <properties> + <help>Accepted principal names for certificate authentication</help> + <constraint> + #include <include/constraint/login-username.xml.i> + </constraint> + <multi/> + </properties> + </leafNode> <tagNode name="public-keys"> <properties> <help>Remote access public keys</help> |
