3 Apr
2022
3 Apr
'22
8:26 a.m.
On Apr 2, 2022, at 12:09 AM, zhangguo200588@126.com wrote:
I am new to freeradius and trying pam_radius_auth now. Is it possible that an account might be workable, while the user is not available on device(Ubuntu PC). It is always failed in my test environmen.
The PAM system only does name / password checking. It doesn't assign UID / GID / home directory, etc. As a result, the user must exist on the device in order for PAM to work. Alan DeKok.