Hi,
Yes, I use LDAP.
Here are the outputs (all run as root):
- id: nx: No such user
- nothing is returned
- useradd: Invalid configuration: SYS_UID_MIN (201), UID_MIN (200), SYS_UID_MAX (199)
useradd: can’t create user
Following up on the error message from point 3 I added in /etc/login.defs
SYS_UID_MIN=101
SYS_UID_MAX=199
Those are default values according to manual of /etc/login.defs. With this modification NX installs and works correctly. This behavior is a bit strange because I didn’t modify /etc/login.defs ever before, so the default values should be used from the start.
Problem is solved, thank you for the help.