docs: Update missed add_members command (#2018)

e33beea89d Updated add_members ->
add-members, but the radius.md was missed
This commit is contained in:
Philip Cristiano 2023-08-21 18:17:04 -04:00 committed by GitHub
parent 05b35df413
commit ed563d2416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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: