tmpl/sunstone-server.conf: Correction du problème d'authentification
This commit is contained in:
parent
3cff443d38
commit
6e1578ad61
|
@ -65,10 +65,10 @@
|
||||||
# driver defined for the user
|
# driver defined for the user
|
||||||
#
|
#
|
||||||
#:auth: sunstone
|
#:auth: sunstone
|
||||||
%if %%getVar('sunstone_auth_modes', None)
|
%if %%getVar('sunstone_auth_modes', 'sunstone') == 'ldap'
|
||||||
:auth: sunstone
|
|
||||||
%else
|
|
||||||
:auth: opennebula
|
:auth: opennebula
|
||||||
|
%else
|
||||||
|
:auth: sunstone
|
||||||
%end if
|
%end if
|
||||||
|
|
||||||
# Authentication driver to communicate with OpenNebula core
|
# Authentication driver to communicate with OpenNebula core
|
||||||
|
|
Loading…
Reference in New Issue