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
|
||||
#
|
||||
#: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
|
||||
|
|
Loading…
Reference in New Issue