Skip to content

Commit 494879b

Browse files
committed
Updated passkey leaf length to work with encrypted string too
1 parent 382690e commit 494879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sonic-yang-models/yang-models/sonic-system-tacacs.yang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module sonic-system-tacacs {
9393

9494
leaf passkey {
9595
type string {
96-
length "1..65";
96+
length "1..256";
9797
pattern "[^ #,]*" {
9898
error-message 'TACACS shared secret (Valid chars are ASCII printable except SPACE, "#", and ",")';
9999
}

0 commit comments

Comments
 (0)