diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-10-17 22:01:46 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-10-17 22:01:46 +0200 | 
| commit | d0ca509e506f5357c86007a250f2b26f8252a3c4 (patch) | |
| tree | e013cdfd4770c449eaebec26caf2587ed6f7ea1d | |
| parent | c1ee40afde0524b772c7cc0222388ac2db4c37cc (diff) | |
| download | vyos-documentation-d0ca509e506f5357c86007a250f2b26f8252a3c4.tar.gz vyos-documentation-d0ca509e506f5357c86007a250f2b26f8252a3c4.zip | |
system: login: add note for RADIUS users
| -rw-r--r-- | docs/system/index.rst | 2 | ||||
| -rw-r--r-- | docs/system/login-users.rst (renamed from docs/system/system-users.rst) | 4 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/docs/system/index.rst b/docs/system/index.rst index f52ea3d8..4e23f5a1 100644 --- a/docs/system/index.rst +++ b/docs/system/index.rst @@ -16,7 +16,7 @@ should be ready for further configuration which is described in this chapter.     host-information     ntp     serialconsole -   system-users +   login-users     syslog     task-scheduler     config-management diff --git a/docs/system/system-users.rst b/docs/system/login-users.rst index a2e62024..f330183f 100644 --- a/docs/system/system-users.rst +++ b/docs/system/login-users.rst @@ -96,6 +96,10 @@ This configuration results in:         secret s3cr3t0816     } +.. note:: If you wan't to have admin users to authenticate via RADIUS it is +   essential to sent the ``Cisco-AV-Pair shell:priv-lvl=15`` attribute. Without +   the attribute you will only get regular, non privilegued, system users. +  Source Address  ************** | 
