summaryrefslogtreecommitdiff
path: root/templates/service/snmp/v3/user/node.def
blob: e6a8bc87ccda9dc945da70a14c7189370c9c9baa (plain)
1
2
3
4
5
6
tag:
type: txt
help: Specifies the user with name username
syntax:expression: pattern $VAR(@) "^[^-]*$" ; "characters '-' in name is not supported yet"
commit:expression: $VAR(auth/) != "" || $VAR(tsm-key/) != ""; "must specify auth or tsm-key"
commit:expression: $VAR(mode/) != ""; "must specify mode"