Update smart-card-group-policy-and-registry-settings.md to fix CCS

Registry key shows CCS instead of CurrentControlSet.  Customers are taking this literally and stuff is breaking.
This commit is contained in:
chcart 2025-05-08 13:42:37 -05:00 committed by GitHub
parent 3da688e19f
commit e83e627ff6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,8 +357,8 @@ The following table lists the keys and the corresponding values to turn off cert
| Registry Key | Details | | Registry Key | Details |
|--|--| |--|--|
| `HKEY_LOCAL_MACHINE\SYSTEM\CCS\Services\Kdc\UseCachedCRLOnlyAndIgnoreRevocationUnknownErrors` | Type = DWORD<br>Value = 1 | | `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Kdc\UseCachedCRLOnlyAndIgnoreRevocationUnknownErrors` | Type = DWORD<br>Value = 1 |
| `HKEY_LOCAL_MACHINE\SYSTEM\CCS\Control\LSA\Kerberos\Parameters\UseCachedCRLOnlyAndIgnoreRevocationUnknownErrors` | Type = DWORD<br>Value = 1 | | `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\LSA\Kerberos\Parameters\UseCachedCRLOnlyAndIgnoreRevocationUnknownErrors` | Type = DWORD<br>Value = 1 |
## Additional smart card Group Policy settings and registry keys ## Additional smart card Group Policy settings and registry keys