From 6e1578ad61d1bba93f3bee701d4de73b102671ba Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 18 Nov 2014 16:50:59 +0100 Subject: [PATCH] =?UTF-8?q?tmpl/sunstone-server.conf:=20Correction=20du=20?= =?UTF-8?q?probl=C3=A8me=20d'authentification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmpl/sunstone-server.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index 880c1ee..afb2dbe 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -65,10 +65,10 @@ # driver defined for the user # #:auth: sunstone -%if %%getVar('sunstone_auth_modes', None) -:auth: sunstone -%else +%if %%getVar('sunstone_auth_modes', 'sunstone') == 'ldap' :auth: opennebula +%else +:auth: sunstone %end if # Authentication driver to communicate with OpenNebula core