diff options
Diffstat (limited to 'config/ampache.cfg.php.dist')
-rw-r--r-- | config/ampache.cfg.php.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ampache.cfg.php.dist b/config/ampache.cfg.php.dist index 99fbe786..d215bf1d 100644 --- a/config/ampache.cfg.php.dist +++ b/config/ampache.cfg.php.dist @@ -78,9 +78,9 @@ 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 as well +; The user must exist locally. Local method uses PHP's PAM Auth module ; DEFAULT: mysql -; VALUES: mysql,ldap,http +; VALUES: mysql,ldap,http, local auth_methods = "mysql" ;##################### |