Networking / Beginners

Crash on Audit Failure

CrashOnAuditFail, or "Audit: Shut down system immediately if unable to log security audits" in Group Policy, causes your system to crash if it cannot log security events. This setting is designed for military intelligence environments and should not be used on the vast majority of systems. Use the feature built in to the OS to alert an administrator when the event logs reach a certain threshold and then go archive them instead. Better yet, get an event log collection system and use it to archive event logs. By the time you read this, Microsoft will hopefully have released its Audit Collection System (ACS), which provides this functionality.

Disable Cached Credentials

Many of the security guides out there recommend disabling cached credentials on all machines. You should consider this carefully, especially on laptops. There is no real problem with disabling them on servers and desktops. However, if you disable them on laptops, you will break domain logon while disconnected from a domain. That means users will have to log on with a local account instead. Not only will this make them irate because their resources no longer show up, but in most cases we have seen they will use the Administrator account, which will (hopefully) degrade security since their domain account is not a local administrator. (It isn't, is it?) Even if they use a local non-admin account, the chances they will use the same password as on their domain account are significant, which means the password is much more exposed than through cached credentials. Be careful where you turn this setting on.

[Previous] [Contents] [Next]