During a migration, it is sometimes necessary to allow users with the same UID to log into a Unix system without being denied by a "UID conflict" checking rule at PAM level.
To allow the login of UID sharing accounts by means of disabling the UID conflict checking at PAM level, the following modification needs to be done in at least the following PAM configuration files:
/etc/pam.d/system-auth
/etc/pam.d/password-auth
From something like:
/etc/pam.d/password-auth:auth sufficient pam_vas3.so create_homedir get_nonvas_pass
to
/etc/pam.d/password-auth:auth sufficient pam_vas3.so create_homedir get_nonvas_pass no_uidconflict_check
This change does not need a system reboot, or Authentication Services reload as PAM changes are instantly applied.
Note: the change may need to be applied in other /etc/pam.d/ modules depending on the customer environment.
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center