From: Jon Langseth Date: Sat, 21 Jan 2012 01:34:46 +0000 (+0100) Subject: Forgot to add backend config-var to .sample X-Git-Url: https://git.defcon.no/?p=hermes;a=commitdiff_plain;h=22bb1a082f9df6cace9c1c41bc4d38b9cd33cfdc Forgot to add backend config-var to .sample --- diff --git a/api/config.php.sample b/api/config.php.sample index c09eb67..58a26b4 100644 --- a/api/config.php.sample +++ b/api/config.php.sample @@ -3,6 +3,7 @@ function get_config() { return array( + 'auth_backend' => 'permitall', 'sql_server' => 'localhost', 'sql_username' => 'dbusername', 'sql_password' => 'dbuserpass',