This is a 64bit OS, I would think that it would suppport 32bit UID/GID numbers. Is there a way that I can verify that?
Thank you.
Daryl
Update:
I just found another posting that said that kernels 2.6 and above support unsigned 32-bit integers as UIDs and GIDs and as a test create a test user with 4294967295 as the UID. I tried this test, and it worked just fine.
useradd -u 4294967295 test
I confirmed that the OS supports 32bit UID/GID's.
Any other thoughts?
Thank you.
Daryl