summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-28 17:39:04 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-28 21:23:05 -0500
commitead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c (patch)
treec23378426c45b415dd74aea047c95c517fbe4b32 /config
parent58a3ab692ec3a61c270e5a7b0953b6bb4b48b39c (diff)
downloadampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.tar.gz
ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.tar.bz2
ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.zip
Rename vauth to Auth
Diffstat (limited to 'config')
-rw-r--r--config/ampache.cfg.php.dist7
1 files changed, 3 insertions, 4 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist
index 4e677594..d46b9514 100644
--- a/config/ampache.cfg.php.dist
+++ b/config/ampache.cfg.php.dist
@@ -78,11 +78,10 @@ session_cookielife = 0
session_cookiesecure = 0
; Auth Methods
-; This defines which auth methods vauth will attempt
-; 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
+; This defines which auth methods Auth will attempt to use and in which order.
+; If auto_create isn't enabled the user must exist locally.
; DEFAULT: mysql
-; VALUES: mysql,ldap,http,local
+; VALUES: mysql,ldap,http,pam
auth_methods = "mysql"
; Automatic local password updating