We currently have some local users with the uid 5001-5010 and some users with the range 1001-1010.
The issue we are seeing is when a user in the 5000 range tries to authenticate it would appear it keeps trying to use the same uid=1001 regardless of who is trying to authenticate. If I change the uid of one user in the 5001 to 1001, authentication works.
I can't quite tell where in the configuration this could be causing the issue.
pam file
auth required pam_nologin.so
auth required pam_securetty.so
auth required pam_env.so
auth include system-auth service=system-auth
account include system-auth service=system-auth
session include system-auth service=system-auth
Auth error
Mar 1 14:52:08 dev-host apphttpd: pam_unix(pamwebapp:auth): authentication failure; logname= uid=1001 euid=1001 tty= ruser= rhost= user=user1
As previously mentioned. If I change a user to match uid=1001 then they can authenticate. Any guidance would be greatly appreciated.
Thanks