ClearFoundation Tracker - ClearOS
View Issue Details
0000073ClearOSpublic2010-04-20 12:272010-06-02 13:23
dloper 
 
normalmajoralways
closedfixed 
5.1 
5.25.2 
0000073: allusers group mapped to low number RID.
The allusers group gives unpredictable behavior because its RID is too low (sub1000, typically around 400). For future versions of ClearOS, new systems installations should be assign the next available RID above 1000. For existing systems or systems being upgraded, the RID should be validated with the following command:

net groupmap list |grep allusers

A typical result would be:

allusers (S-1-5-21-1244819374-4214811992-3147932985-400) -> allusers

If the number in the RID of the result is < 1000 then the following should be run:

net groupmap delete ntgroup=allusers

Which will state:
Sucessfully removed allusers from the mapping db

net groupmap add ntgroup=allusers unixgroup=allusers

Which will state:
No rid or sid specified, choosing a RID
Got RID -94967295
Successfully added group allusers to the mapping db as a domain group

net groupmap list |grep allusers
allusers (S-1-5-21-1597500725-3060052246-2658335623-4200000001) -> allusers
No tags attached.
duplicate of 0000045closed jterpstra All Users group RID needs to be changed from the default 400 
Issue History
2010-04-20 12:27dloperNew Issue
2010-04-20 13:33user2Relationship addedduplicate of 0000045
2010-04-20 13:33user2Statusnew => confirmed
2010-04-20 13:33user2Target Version => 5.2
2010-04-20 21:09user2Note Added: 0000088
2010-04-29 12:31user2Checkin
2010-04-29 12:31user2Note Added: 0000096
2010-04-29 12:31user2Statusconfirmed => resolved
2010-04-29 12:31user2Resolutionopen => fixed
2010-04-29 17:03user2Checkin
2010-04-29 17:03user2Note Added: 0000101
2010-05-12 14:38user2Checkin
2010-05-12 14:38user2Note Added: 0000116
2010-05-19 11:27user2Fixed in Version => 5.2
2010-06-02 13:23user2Statusresolved => closed
2010-08-18 15:05user2Note Deleted: 0000096
2010-08-18 15:06user2Note Deleted: 0000101
2010-08-18 15:07user2Note Edited: 0000116

Notes
(0000088)
user2   
2010-04-20 21:09   
Added document on the topic of UIDs, GIDs, and RIDs @ http://www.clearfoundation.com/docs/developer/features/cleardirectory/uids_gids_and_rids [^]
(0000116)
user2   
2010-05-12 14:38   
(edited on: 2010-08-18 15:07)
Source Code Changelog
---------------------------------------------------
- Changed allusers gidNumber [tracker 0000073]

File Changes
---------------------------------------------------
U legacy/modules/trunk/app-users/upgrade-4xusers