10-15-2024 12:41 PM - last edited on 10-15-2024 02:00 PM by shule
Hello,
I installed pam_radius on a red hat/linux server and configured it with ISE radius authentication. Was able to ssh to it with configured user on the radius server. But one issue is that the user name must be on both of the linux host and ISE although passwd is only created on ISE. If a user name is not created on the linux server and only created on ISE, the login will fail. Does anyone know a work around for this problem ?
Thanks,
10-15-2024 03:03 PM
I dont believe is possible. Anyway, it should be configured on the linux side. There a few queries for similar situation on the internet
https://unix.stackexchange.com/questions/202233/simple-radius-authentication
10-16-2024 11:37 AM
In your setup, the issue arises because, while the authentication process is handled by ISE via RADIUS, the Linux system still needs a local user account to associate with the session. Essentially, RADIUS only verifies the user's credentials, but the local Linux system requires a corresponding local user to manage permissions, home directories, etc.
There are a couple of potential workarounds for this:
Here’s how to configure pam_mkhomedir:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide