Switch to PAM for system authentication

- Add sshd 'UsePAM yes'
 - Buildroot automatically adds and enables:
   - /etc/pam.d/ with authentication for login, sshd, and sudo
   - PAM support in BusyBox login

Also, prepare for adding RADIUS authentication support to ietf-system
the only tricky part is testing against a RADIUS server.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-05-15 16:06:08 +02:00
committed by Mattias Walström
parent 406dbfdff4
commit 23dc237403
4 changed files with 7 additions and 0 deletions
@@ -0,0 +1 @@
UsePAM yes