tmpl/sunstone-server.conf: Correction du problème d'authentification

This commit is contained in:
Philippe Caseiro 2014-11-18 16:50:59 +01:00
parent 3cff443d38
commit 6e1578ad61
1 changed files with 3 additions and 3 deletions

View File

@ -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