From ad3fd441a4c3c29cc26ce976f0c6c4e7c32f1cd4 Mon Sep 17 00:00:00 2001 From: Steven Roose Date: Mon, 24 Aug 2015 15:23:01 +0200 Subject: [PATCH] One more edit to enable LDAP login --- conf/ampache.cfg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ampache.cfg.php b/conf/ampache.cfg.php index cdc4526..fa494eb 100644 --- a/conf/ampache.cfg.php +++ b/conf/ampache.cfg.php @@ -120,7 +120,7 @@ auth_methods = "ldap" ; Logout redirection target ; Defaults to our own login.php, but we can override it here if, for instance, ; we want to redirect to an SSO provider instead. -logout_redirect = "https://DOMAINTOCHANGE/yunohost/sso/?action=logout" +; logout_redirect = "https://DOMAINTOCHANGE/yunohost/sso/?action=logout" ;##################### ; Program Settings #