|
|
|
|
|
by tinus_hn
1945 days ago
|
|
Linux User IDs since decades are 32 bit integers; you can just use some mapping system to allocate them automatically and you’ll never run out. The limitation is that there is one user ID, 0 which can do everything and all the other IDs can do almost nothing. This has nothing to do with domains and everything with the distinction you describe between the Windows Administrator, local system or even more powerful trustedinstaller accounts. |
|