When issuing a show configuration command from op-mode private information is redacted from e.g. user names or VPN private keys. The RADIUS shared-secret is not redacted - but it should.
system {
login {
radius-server 192.0.2.1 {
port 1812
secret secret123
timeout 2
}
user admin {
authentication {
encrypted-password ****************
plaintext-password ****************
}
level admin
}
}