Bug 264 - Support RADIUS authentication for SSH and WEBUI login
Review Request #444 — Created Sept. 5, 2024 and updated
| Information | |
|---|---|
| timlai | |
| AVX2 | |
| rel_avx_2_7_2 | |
| 264 | |
| Reviewers | |
| kevin.poh, weikai, wli | |
- To let
sshdsupports RADIUS login, create two common PAM settings and adjust PAM setting ofsshdso that user can enable/disable RADIUS authentication in will.- To map non-existed local users when login with RADIUS credential, adjust NSS settings so that the user will be mapped to
radiusafter accepting RADIUS credentail. Thelibnss-atois used for this.- Create
admin aaaseries commands to let user to set and enable/disable RADIUS authentication settings.- Use
pam-radiuspython library to login WEBUI by radius
Test login AVX with SSH and WEBUI by using radius (server address can be ipv4, ipv6 and domain name)
