(e-mail address removed) (Nick42) wrote in @posting.google.com:
If there is indeed a 5000 user per group limitation, would this not
limit the number of user objects a domain can have? The Domain Users
group conforms to the same schema as "normal" groups?
I have heard some people remark that this differs if the Forest is in
Native Mode. I don't see that because the Schema doesn't change in
regards to group size limitations - or does it?
"Domain Users" is the default "Primary Group" for all users ("Domain
Computers" is the equiv Primary Group for Computers). An objects Primary
Group is not stored in the group, it is stored in the 'primaryGroupID'
attribute on the object itself (actually the RID of the users Primary
Group is stored in that attribute, but that's another story). This was
done specfically to get around the replication issues caused by everyone
being in Domain Users. If everyone's Primary Group is Domain Users then
Domain Users is empty (in other words, it's "members" attribute is
empty).
As long as you don't change the Primary Group of your users accounts,
everything works fine. If you DO change the Primary Group, you may well
run in to replication problems because Domain Users will no longer be
empty. We had to redesign our logon scripting environment, which used
the seemingly appropriately named 'primary group' to assign the users
'primary group share', to get around the problems that having 25,000
users in Domain users would have caused.
Hope that helps,
Wayne