I am trying to setup Linux logins for users in an LDAP directory. The directory contains users which have a UID under 1000 and I believe this is causing problems with logins to those accounts as UID under 1000 is reserved on Linux for system use. The LDAP admin does not want to change the UID for all those people because he says it will break many Windows files.
Is there a way to override (or re-map) a specific user's UID coming from LDAP? Either an entry in /etc/ldap.conf
using something like nss_override_attribute_value
or another way?