summaryrefslogtreecommitdiff
path: root/templates/system/login/user
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-16 18:11:39 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-16 18:11:39 -0700
commitb292119dd94c8e93032147e3135b4bff17564ff4 (patch)
treeb06b283f4e5f60db06df14f5e7aab263ff48ea9f /templates/system/login/user
parent1a86e15787cdda44b8702895bb97acf107ef3a07 (diff)
downloadvyatta-cfg-system-b292119dd94c8e93032147e3135b4bff17564ff4.tar.gz
vyatta-cfg-system-b292119dd94c8e93032147e3135b4bff17564ff4.zip
Remove verbs from all help messages
Per current policy remove verb from all help messages in th is package
Diffstat (limited to 'templates/system/login/user')
-rw-r--r--templates/system/login/user/node.def2
-rw-r--r--templates/system/login/user/node.tag/authentication/encrypted-password/node.def2
-rw-r--r--templates/system/login/user/node.tag/authentication/node.def2
-rw-r--r--templates/system/login/user/node.tag/authentication/plaintext-password/node.def2
-rw-r--r--templates/system/login/user/node.tag/authentication/public-keys/node.def2
-rw-r--r--templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def2
-rw-r--r--templates/system/login/user/node.tag/authentication/public-keys/node.tag/options/node.def2
-rw-r--r--templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def2
-rw-r--r--templates/system/login/user/node.tag/full-name/node.def2
-rw-r--r--templates/system/login/user/node.tag/group/node.def2
-rw-r--r--templates/system/login/user/node.tag/home-directory/node.def2
-rw-r--r--templates/system/login/user/node.tag/level/node.def2
12 files changed, 12 insertions, 12 deletions
diff --git a/templates/system/login/user/node.def b/templates/system/login/user/node.def
index 3b9b570a..caa53f1b 100644
--- a/templates/system/login/user/node.def
+++ b/templates/system/login/user/node.def
@@ -1,6 +1,6 @@
tag:
type: txt
-help: Set user account information
+help: User account information
syntax:expression: exec "/opt/vyatta/sbin/vyatta_check_username.pl $VAR(@)"
diff --git a/templates/system/login/user/node.tag/authentication/encrypted-password/node.def b/templates/system/login/user/node.tag/authentication/encrypted-password/node.def
index 49b7fd04..823fc45f 100644
--- a/templates/system/login/user/node.tag/authentication/encrypted-password/node.def
+++ b/templates/system/login/user/node.tag/authentication/encrypted-password/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set encrypted password
+help: Encrypted password
# Allow * or ! to disable account
# DES format password (13 characters)
# MD5 format ($1) and SHA format passwords
diff --git a/templates/system/login/user/node.tag/authentication/node.def b/templates/system/login/user/node.tag/authentication/node.def
index 488acd8c..4306d008 100644
--- a/templates/system/login/user/node.tag/authentication/node.def
+++ b/templates/system/login/user/node.tag/authentication/node.def
@@ -1 +1 @@
-help: Set authentication password
+help: Authentication password
diff --git a/templates/system/login/user/node.tag/authentication/plaintext-password/node.def b/templates/system/login/user/node.tag/authentication/plaintext-password/node.def
index d712db20..12a74a36 100644
--- a/templates/system/login/user/node.tag/authentication/plaintext-password/node.def
+++ b/templates/system/login/user/node.tag/authentication/plaintext-password/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set plaintext password for encryption
+help: Plaintext password for encryption
# if plaintext is empty, assume this is left-over from blanking the plaintext
# and do nothing. to set password to empty, user needs to set the
# "encrypted-password" to an empty string (which actually allows login without
diff --git a/templates/system/login/user/node.tag/authentication/public-keys/node.def b/templates/system/login/user/node.tag/authentication/public-keys/node.def
index 6c1ffbc2..a9089d6f 100644
--- a/templates/system/login/user/node.tag/authentication/public-keys/node.def
+++ b/templates/system/login/user/node.tag/authentication/public-keys/node.def
@@ -1,6 +1,6 @@
tag:
type: txt
-help: Set remote access public keys
+help: Remote access public keys
comp_help: The key identifier is a usually user@host as generated by ssh-keygen
commit:expression: $VAR(./type/) != "" ; \
diff --git a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def
index 70af5961..a5744bfe 100644
--- a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def
+++ b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/key/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set public key value (base64)
+help: Public key value (base64)
syntax:expression: pattern $VAR(@) "^[0-9A-Za-z+/=]*$" ; \
"Invalid public key character not base-64"
diff --git a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/options/node.def b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/options/node.def
index e24d9fca..2677594b 100644
--- a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/options/node.def
+++ b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/options/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Set additional public key options
+help: Additional public key options
diff --git a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def
index 30138fe6..5ad1c58b 100644
--- a/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def
+++ b/templates/system/login/user/node.tag/authentication/public-keys/node.tag/type/node.def
@@ -1,4 +1,4 @@
type: txt
-help: Set public key type
+help: Public key type
allowed: echo "ssh-dss ssh-rsa"
syntax:expression: $VAR(@) in "ssh-rsa", "ssh-dss" ; "Unknown key type"
diff --git a/templates/system/login/user/node.tag/full-name/node.def b/templates/system/login/user/node.tag/full-name/node.def
index c3cba58b..42d9dfac 100644
--- a/templates/system/login/user/node.tag/full-name/node.def
+++ b/templates/system/login/user/node.tag/full-name/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Set full name of the user (use quotes for names with spaces)
+help: Full name of the user (use quotes for names with spaces)
syntax:expression: pattern $VAR(@) "^[^:]*$"; "Cannot use ':' in full name"
diff --git a/templates/system/login/user/node.tag/group/node.def b/templates/system/login/user/node.tag/group/node.def
index 77af8199..2dc0abc9 100644
--- a/templates/system/login/user/node.tag/group/node.def
+++ b/templates/system/login/user/node.tag/group/node.def
@@ -1,6 +1,6 @@
multi:
type: txt
-help: Set additional group membership
+help: Additional group membership
syntax:expression: pattern $VAR(@) "^[a-zA-Z_][a-zA-Z0-9_-]*\\$?$"
; "Invalid group name $VAR(@)"
syntax:expression: ! $VAR(@) in \
diff --git a/templates/system/login/user/node.tag/home-directory/node.def b/templates/system/login/user/node.tag/home-directory/node.def
index 3dbd8a19..90b62195 100644
--- a/templates/system/login/user/node.tag/home-directory/node.def
+++ b/templates/system/login/user/node.tag/home-directory/node.def
@@ -1,2 +1,2 @@
type: txt
-help: Set home directory
+help: Home directory
diff --git a/templates/system/login/user/node.tag/level/node.def b/templates/system/login/user/node.tag/level/node.def
index d64a6441..2596bd7a 100644
--- a/templates/system/login/user/node.tag/level/node.def
+++ b/templates/system/login/user/node.tag/level/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set user privilege level
+help: User privilege level
default: "admin"
syntax:expression: $VAR(@) in "admin", "operator"; "Allowed levels are \"admin\" and \"operator\""
comp_help:Possible completions: