Maximum UID
From Brandonhutchinson.com
(Difference between revisions)
(New page: == Solaris == * "Previous Solaris 2.x software releases used 32-bit data types to contain the user IDs (UIDs) and group IDs (GIDs), but UIDs and GIDs were constrained to a maximum useful ...) |
|||
| Line 1: | Line 1: | ||
== Solaris == | == Solaris == | ||
| - | * | + | * From ''Solaris 2.5 Server Release Notes''[http://docs.sun.com/app/docs/doc/802-5366/6i94lvccc?l=ru&a=view]: |
| + | Previous Solaris 2.x software releases used 32-bit data types to contain the user IDs (UIDs) and group IDs (GIDs), but UIDs and GIDs were constrained to a maximum useful value of 60000. In the Solaris 2.5.1 release, the limit on UID and GID values has been raised to the maximum value of a signed integer, or 2147483647." | ||
* "Caution - UIDs and GIDs over 60000 do not have full functionality and are incompatible with many Solaris features, so avoid using UIDs or GIDs over 60000. See Table 2-1 for a complete list of interoperability issues with Solaris 2.x products and commands."[http://docs.sun.com/app/docs/doc/802-5366/6i94lvccc?l=ru&a=view] | * "Caution - UIDs and GIDs over 60000 do not have full functionality and are incompatible with many Solaris features, so avoid using UIDs or GIDs over 60000. See Table 2-1 for a complete list of interoperability issues with Solaris 2.x products and commands."[http://docs.sun.com/app/docs/doc/802-5366/6i94lvccc?l=ru&a=view] | ||
* "However, UIDs and GIDs over 60000 do not have full functionality and are incompatible with many Solaris features. So, avoid using UIDs or GIDs over 60000."[http://docs.sun.com/app/docs/doc/817-1985/userconcept-36940?a=view] | * "However, UIDs and GIDs over 60000 do not have full functionality and are incompatible with many Solaris features. So, avoid using UIDs or GIDs over 60000."[http://docs.sun.com/app/docs/doc/817-1985/userconcept-36940?a=view] | ||
Revision as of 20:32, 30 May 2008
Solaris
- From Solaris 2.5 Server Release Notes[1]:
Previous Solaris 2.x software releases used 32-bit data types to contain the user IDs (UIDs) and group IDs (GIDs), but UIDs and GIDs were constrained to a maximum useful value of 60000. In the Solaris 2.5.1 release, the limit on UID and GID values has been raised to the maximum value of a signed integer, or 2147483647."
- "Caution - UIDs and GIDs over 60000 do not have full functionality and are incompatible with many Solaris features, so avoid using UIDs or GIDs over 60000. See Table 2-1 for a complete list of interoperability issues with Solaris 2.x products and commands."[2]
- "However, UIDs and GIDs over 60000 do not have full functionality and are incompatible with many Solaris features. So, avoid using UIDs or GIDs over 60000."[3]
