lib/junoser/parser.rb in junoser-0.5.1 vs lib/junoser/parser.rb in junoser-0.5.2
- old
+ new
@@ -82408,10 +82408,10 @@
c(
b(str("authentication-order"),
(str("radius") | str("tacplus") | str("password"))
),
b(str("root-login"),
- (str("allow") | str("deny") | str("deny-password"))
+ (str("allow") | str("deny-password") | str("deny"))
),
str("no-challenge-response"),
str("no-password-authentication"),
str("no-passwords"),
str("no-public-keys"),