summaryrefslogtreecommitdiff
path: root/templates/service/snmp/v3/user/node.def
blob: 32e0f61f1f53c3be93a35745076f98d5693fb042 (plain)
1
2
3
4
5
6
7
tag:
type: txt
help: Specifies the user with name username
syntax:expression: pattern $VAR(@) "^[^\(\)\|\&-]+$" ; "illegal characters in name"
syntax:expression: exec "/opt/vyatta/sbin/vyatta_check_snmp_name.pl $VAR(@)"
commit:expression: $VAR(auth/) != "" || $VAR(tsm-key/) != ""; "must specify auth or tsm-key"
commit:expression: $VAR(mode/) != ""; "must specify mode"