blob: 8d165fe6282e69489cb177030e1be0b2604714ff (
plain)
1
2
3
4
5
6
7
8
|
tag:
type: u32
help: Set MD5 authentication key ID
syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 255; \
"ID must be between 1 and 255"
commit:expression: $VAR(../plaintext-password/) == "" ; \
"plaintext-password already set"
|