Last active
February 15, 2017 10:30
-
-
Save ftiff/67a9a4fa7a6468f962ee5ca77232e4a1 to your computer and use it in GitHub Desktop.
Default Login Window payload profile for Casper Suite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1"> | |
<dict> | |
<key>SHOWFULLNAME</key> | |
<false/> | |
<key>HideLocalUsers</key> | |
<false/> | |
<key>HideMobileAccounts</key> | |
<false/> | |
<key>IncludeNetworkUser</key> | |
<false/> | |
<key>HideAdminUsers</key> | |
<false/> | |
<key>SHOWOTHERUSERS_MANAGED</key> | |
<true/> | |
<key>ShutDownDisabled</key> | |
<true/> | |
<key>UseComputerNameForComputerRecordName</key> | |
<false/> | |
<key>EnableExternalAccounts</key> | |
<true/> | |
<key>DisableConsoleAccess</key> | |
<false/> | |
<key>AdminMayDisableMCX</key> | |
<false/> | |
<key>LocalUserLoginEnabled</key> | |
<true/> | |
<key>LocalUsersHaveWorkgroups</key> | |
<false/> | |
<key>FlattenUserWorkgroups</key> | |
<false/> | |
<key>CombineUserWorkgroups</key> | |
<true/> | |
<key>AlwaysShowWorkgroupDialog</key> | |
<false/> | |
<key>RetriesUntilHint</key> | |
<integer>3</integer> | |
<key>AllowList</key> | |
<array/> | |
<key>DenyList</key> | |
<array/> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1"> | |
<dict> | |
<key>DisableGuestAccount</key> | |
<false/> | |
<key>EnableGuestAccount</key> | |
<true/> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1"> | |
<dict> | |
<key>skipLoginHook</key> | |
<false/> | |
<key>skipLogoutHook</key> | |
<false/> | |
</dict> | |
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1"> | |
<dict> | |
<key>MultipleSessionEnabled</key> | |
<false/> | |
<key>com.apple.autologout.AutoLogOutDelay</key> | |
<integer>1800</integer> | |
<key>com.apple.logout.AutoLogOutDelay</key> | |
<integer>1800</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment