Universal Security Groups
I am a student pursuingMCSE Server 2003 Certification, and I am confused about when to use Universal Security Groups versus Global Security Groups in cross domain scenarios. (AGLP vs. AGULP)I know that when the domain/forest functional level does not support Universal groups they are not available and AGLP would prevail. But I get mixed messages about the appropriate useof Universal groups. I have seen references to the impact of Universal groupson Global Catalog Servers and to slow (56 kbs) WAN links between domains, but nothing definative.Is it ever inappropriate to use Universal groups when the functional level does support them?
November 19th, 2008 11:24pm
Hi,
The members of a global group must all belong to the same domain. Ifyou want to create a group containing users from multiple domains,you must create a universal group.Universal groups can contain accounts, global groups, and other universal groups.There can also be replicationdrawbacks if universal groups are used, becauseuniversal groups and all of their members are listed in the global catalog.So, replication traffic will occur whenever the members of a universal group change. Global groups are listed in the global catalog but their members are not and so replication traffic will not occur when the members of a global group change.Have a nice day!
The Masterplan - MCSE,MCITP-EA
http://winmasterplan.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
November 20th, 2008 11:37am
Hi,
In addition, here are some good articles for your reference:
Group scope
http://technet.microsoft.com/en-us/library/cc755692.aspx
Group Type and Scope Usage in Windows
http://support.microsoft.com/kb/231273
Universal Group
Universal groups can be used anywhere in the same Windows forest. They are only available in a Native-mode enterprise. Universal groups may be an easier approach for some administrators because there are no intrinsic limitations on their use. Users can be directly assigned to Universal groups, they can be nested, and they can be used directly with access-control lists to denote access permissions in any domain in the enterprise.
Universal groups are stored in the global catalog (GC); this means that all changes made to these groups engender replication to all global catalog servers in the entire enterprise. Changes to universal groups must therefore be made only after a careful examination of the benefits of universal groups as compared to the cost of the increased global catalog replication load. If an organization has but a single, well-connected LAN, no performance degradation should be experienced, while widely dispersed sites might experience a significant impact. Typically, organizations using WANs should use Universal groups only for relatively static groups in which memberships change rarely.
Global Group
Global groups are the primary scope of groups into which users are placed in Mixed-mode domains. Global groups can be placed only in the security descriptors of resource objects that reside in the same domain. This means that you cannot restrict access to an object based solely on user membership in a global group from another domain.
Global group membership for a user is evaluated when that user logs on to a domain. Because global group membership is domain-centric, changes in global group membership do not impose global catalog replication throughout an entire enterprise.
In a Native-mode domain, global groups can be nested within each other. This may be useful when administrators have nested organizational units, and want to delegate Organizational Unit (OU) administrative functionality in a gracefully decreasing manner down an OU tree. In this situation, a global group tree can be used as a parallel construct, for the assignment of such decreasing privileges.
Hope the information is helpful.
November 21st, 2008 10:48am
Thank you both for your replies. Itis still not clear to mebased onconflicting information presented in the two links:1.) (From the knowledgebase link)"Universal groups are stored in the global catalog (GC); this means that all changes made to these groups engender replication to all global catalog servers in the entire enterprise. Changes to universal groups must therefore be made only after a careful examination of the benefits of universal groups as compared to the cost of the increased global catalog replication load. If an organization has but a single, well-connected LAN, no performance degradation should be experienced, while widely dispersed sites might experience a significant impact. Typically, organizations using WANs should use Universal groups only for relatively static groups in which memberships change rarely.2.) (From the technet library link)"When to use groups with universal scopeUse groups with universal scope to consolidate groups that span domains. To do this, add the accounts to groups with global scope, and then nest these groups within groups that have universal scope. When you use this strategy, any membership changes in the groups that have global scope do not affect the groups with universal scope.
For example, in a network with two domains, Europe and United States create a group that has global scope called GLAccounting in each domain, create a group with universal scope called UAccounting that has as its members the two GLAccounting groups, UnitedStates\GLAccounting and Europe\GLAccounting. The UAccounting group can then be used anywhere in the enterprise. Any changes in the membership of the individual GLAccounting groups will not cause replication of the UAccounting group."
Free Windows Admin Tool Kit Click here and download it now
November 24th, 2008 1:15am
Hi,As it says in the first link,organizations using WANs should use Universal groups only for relatively static groups in which memberships change rarely, statement that is also find in the technet library link,where theUAccounting universal group hastwo GLAccounting global groups(andthe members of this universal group will change very rarely, because those groups are assigned to two big geographic regions). When you add users, you add them to the specific global groups, not to the universal group, so "any changes in the membership of the individual GLAccounting groups will not cause replication of the UAccounting group".Hope I was clear!Have a nice day!
The Masterplan - MCSE,MCITP-EA
http://winmasterplan.blogspot.com
November 24th, 2008 10:52am
That was my understanding based on Microsoft's best practice of AGULP (i.e. notAULP):Accounts-->Global Security Groups-->Universal SecurityGroups-->Domain Local Security Groups-->Permissions.Thanks.
Free Windows Admin Tool Kit Click here and download it now
December 3rd, 2008 2:44am
There are some other considerations to take into account, like external trusts to domains in other forests. You should also read the Universal Group Limitations KB article at NetworkAdminKB.com
http://networkadminkb.com/kb/Knowledge%20Base/Universal%20Group%20Limitations.aspx
December 11th, 2008 8:52am


