How can I let users log on to the domain when they can't contact the Global Catalog (GC)?
August 31, 2003
A. When a native-mode user logs on to the domain, a GC checks Universal group memberships. If the user can't contact a GC, the logon will fail. To let users log on even though they can't contact the GC, perform the following steps on the servers that service the client logons:
Start a registry editor (e.g., regedit.exe) on each domain controller (DC).
Navigate to the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsa registry subkey.
From the Edit menu, select New, DWORD Value.
Enter the name IgnoreGCFailures, set the value to 1, then press Enter.
Close the registry editor.
Restart the DC.
Be aware that performing these steps can cause security problems. For example, imagine that you're a member of the Universal group that's denied access to a particular network resource. If your system can't contact the GC when you log on, your user token won't have the SID of the Universal group. In that case, you might be able to access the denied resource just as if you weren't a member of the Universal group.
About the Author
You May Also Like