mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
docs: Update missed add_members command (#2018)
e33beea89d
Updated add_members ->
add-members, but the radius.md was missed
This commit is contained in:
parent
05b35df413
commit
ed563d2416
|
@ -30,6 +30,7 @@
|
||||||
- Kenton Groombridge (0xC0ncord)
|
- Kenton Groombridge (0xC0ncord)
|
||||||
- Martin Weinelt (hexa)
|
- Martin Weinelt (hexa)
|
||||||
- Samuel Cabrero (scabrero)
|
- Samuel Cabrero (scabrero)
|
||||||
|
- philipcristiano
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ service accounts should not be part of this group:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kanidm group create --name idm_admin radius_access_allowed
|
kanidm group create --name idm_admin radius_access_allowed
|
||||||
kanidm group add_members --name idm_admin radius_access_allowed william
|
kanidm group add-members --name idm_admin radius_access_allowed william
|
||||||
```
|
```
|
||||||
|
|
||||||
## RADIUS Server Service Account
|
## RADIUS Server Service Account
|
||||||
|
@ -91,7 +91,7 @@ First, create the service account and add it to the group:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
kanidm service-account create --name admin radius_service_account "Radius Service Account"
|
kanidm service-account create --name admin radius_service_account "Radius Service Account"
|
||||||
kanidm group add_members --name admin idm_radius_servers radius_service_account
|
kanidm group add-members --name admin idm_radius_servers radius_service_account
|
||||||
```
|
```
|
||||||
|
|
||||||
Now reset the account password, using the `admin` account:
|
Now reset the account password, using the `admin` account:
|
||||||
|
|
Loading…
Reference in a new issue