diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-05 21:03:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-05 21:03:54 +0100 |
commit | 62596a64f2155208075352024f5279e723e667e0 (patch) | |
tree | bc00d569c332644a4a6a59ce2d15c9616a3793ba | |
parent | 66f9a2880dc57ff566d8d918006562d3d980da0c (diff) | |
download | vyos-build-62596a64f2155208075352024f5279e723e667e0.tar.gz vyos-build-62596a64f2155208075352024f5279e723e667e0.zip |
login: T1948: level node has been dropped from user
There is no sense in having a user level when infact there is only the one
level "admin".
-rw-r--r-- | data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default b/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default index 9a98fb05..76cd5fa6 100644 --- a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default +++ b/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default @@ -6,7 +6,6 @@ system { encrypted-password $6$QxPS.uk6mfo$9QBSo8u1FkH16gMyAVhus6fU3LOzvLR9Z9.82m3tiHFAxTtIkhaZSWssSgzt4v4dGAL8rhVQxTg0oAG9/q11h/ plaintext-password "" } - level admin } } syslog { |