Added missing SteamAuthstringValidation config option (bug 4837, r=asherkin).

This commit is contained in:
Ryan Stecker 2012-05-27 02:11:01 +01:00
parent 745b2f0668
commit 6aca18193a

View File

@ -107,4 +107,12 @@
* Currently this will log details about the gamedata updating process.
*/
"DebugSpew" "no"
/**
* If set to yes, SourceMod will validate steamid auth strings with the Steam backend before giving out admin access.
* This can prevent malicious users from impersonating admins with stolen Steam apptickets.
* If Steam is down, admins will not be authenticated until Steam comes back up.
* In general, this option should be set to "yes" to increase the security of your server.
*/
"SteamAuthstringValidation" "yes"
}