diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-02-25 16:36:21 +0100 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-02-25 16:36:21 +0100 | 
| commit | 7183d786563547bf5cb2852663608c0a437aa6b7 (patch) | |
| tree | ab8a37ccaa04b8317ac40eeadbe2290c50d128f2 /docs/system | |
| parent | aee753b9ff4b0d734f813bc21b47e7cacd2a9a49 (diff) | |
| download | vyos-documentation-7183d786563547bf5cb2852663608c0a437aa6b7.tar.gz vyos-documentation-7183d786563547bf5cb2852663608c0a437aa6b7.zip | |
user-management: radius: document possibility to disable individual server
Diffstat (limited to 'docs/system')
| -rw-r--r-- | docs/system/user-management.rst | 10 | 
1 files changed, 7 insertions, 3 deletions
| diff --git a/docs/system/user-management.rst b/docs/system/user-management.rst index e1828a3d..d3dcc378 100644 --- a/docs/system/user-management.rst +++ b/docs/system/user-management.rst @@ -122,10 +122,9 @@ Configuration     Setup the `<timeout>` in seconds when querying the RADIUS server. -.. hint:: If you want 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. +.. cfgcmd:: set system login radius server <address> disable +   Temporary disable this RADIUS server. It won't be queried.  .. cfgcmd:: set system login radius source-address <address> @@ -136,6 +135,11 @@ Configuration     it error prone on e.g. OSPF networks when a link fails and a backup route is     taken. +.. hint:: If you want 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. + +  Login Banner  ============ | 
