Kerberos MaxTokenSize value
Posted on March 23rd, 2009
The default setting on Windows 2003 x64 servers is 12000 for the Kerberos MaxTokenSize entry. This is not enough for large environments.
Changing this entry to the maximum available (65535) resolves the issue and enables all the user groups to be enumerated and the correct group policies applied.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\Kerberos\Parameters]
“MaxTokenSize”=dword:0000ffff
The server will need a reboot.
Tags: group policy, Kerberos, maxtokensize
Filed under Windows 2003 |
2 Responses to “
Kerberos MaxTokenSize value”
-
RP Says:
March 24th, 2009 at 12:23 pmIf a RSOP gives and invalid namespace error after this, you may also need to rebuild the MOF:
from the following folder:
c:\program files\citrix\system32\citrix\wmifor /f %s in (‘dir /b *.mof *.mfl’)do mofcomp %s
-
RP Says:
March 24th, 2009 at 12:26 pmfor /f %s in (‘dir /b *.mof *.mfl’)do mofcomp %s”
as seen here















