diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-03-14 03:43:06 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-03-14 03:43:06 +0000 |
commit | 5744c3ea4b476f7cdc8bad113432673e88f884d9 (patch) | |
tree | 7501c6227e88729d03e1e5bbde68b6badc2c10aa /config | |
parent | 9a872491dd3d5846b772bdf2dc93873b7e8a688a (diff) | |
download | ampache-5744c3ea4b476f7cdc8bad113432673e88f884d9.tar.gz ampache-5744c3ea4b476f7cdc8bad113432673e88f884d9.tar.bz2 ampache-5744c3ea4b476f7cdc8bad113432673e88f884d9.zip |
Remove null auth method.
Diffstat (limited to 'config')
-rw-r--r-- | config/ampache.cfg.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 1d0339f0..424c9907 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -82,7 +82,7 @@ session_cookiesecure = 0 ; to use and in which order, if auto_create isn't enabled ; The user must exist locally. Local method uses PHP's PAM Auth module ; DEFAULT: mysql -; VALUES: mysql,ldap,http,local,null +; VALUES: mysql,ldap,http,local auth_methods = "mysql" ; Logout redirection target |