Hello,
I need to port a legacy application from Solaris to FreeBSD, heavily dependant on large UIDs. In Solaris, UID can be
up to 2147483647.
In regards to User ID, the Handbook states:
How likely is the cited "compatibility issues with some software" aspect?
Can somebody offer some real-world examples where using large UID caused problems?
In respects to pure FreeBSD userland, would one be safe in using UID > 65535? If so, what would then be the upper limit for UID?
Thank you in advance for any clarification.
I need to port a legacy application from Solaris to FreeBSD, heavily dependant on large UIDs. In Solaris, UID can be
up to 2147483647.
In regards to User ID, the Handbook states:
The User ID (UID) is a number used to uniquely identify the user to the FreeBSD system. Commands that allow a user name to be specified will first convert it to the UID. It is recommended to use a UID less than 65535, since higher values may cause compatibility issues with some software.
How likely is the cited "compatibility issues with some software" aspect?
Can somebody offer some real-world examples where using large UID caused problems?
In respects to pure FreeBSD userland, would one be safe in using UID > 65535? If so, what would then be the upper limit for UID?
Thank you in advance for any clarification.