diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-02 11:36:37 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-02 11:37:34 +0100 |
commit | ca5dd80dac0fe782c55c9c834287dec659e263e2 (patch) | |
tree | c4da51e1096445a0d1332c2bb266bb338790bed9 /docs | |
parent | 726593b365e475da5bdc833740809b83a63dc524 (diff) | |
download | vyos-documentation-ca5dd80dac0fe782c55c9c834287dec659e263e2.tar.gz vyos-documentation-ca5dd80dac0fe782c55c9c834287dec659e263e2.zip |
user-management: remove additional group membership and admin level
Those commands have been removed in T1990.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/user-management.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/system/user-management.rst b/docs/system/user-management.rst index c56a22a1..e1828a3d 100644 --- a/docs/system/user-management.rst +++ b/docs/system/user-management.rst @@ -6,8 +6,7 @@ User Management The default VyOS user account (`vyos`), as well as newly created user accounts, have all capabilities to configure the system. All accounts have sudo -capabilities and therefore can operate as root on the system. Setting the level -to `admin` is optional, all accounts on the system will have admin privileges. +capabilities and therefore can operate as root on the system. Both local administered and remote administered :abbr:`RADIUS (Remote Authentication Dial-In User Service)` accounts are supported. @@ -31,10 +30,6 @@ Local Setup encrypted password for given username. This is useful for transferring a hashed password from system to system. -.. cfgcmd:: set system login user <name> group <group> - - Specify additional group membership for given username `<name>`. - .. _ssh_key_based_authentication: Key Based Authentication |