dicos/92_one-frontend.xml : Rendre le type d'authentification configurable
Le type d'authentification pour sunstone peut être "sunstone" ou "opennebula" (pour l'authentification LDAP par exemple)
This commit is contained in:
parent
afcecbb621
commit
c2ff14bc54
|
@ -16,6 +16,9 @@
|
|||
<variable name='langue_sunstone' type='string' description="Langue par défaut de l'interface" mode='expert'>
|
||||
<value>fr_FR</value>
|
||||
</variable>
|
||||
<variable name='sunstone_auth' type='string' description="Mode d'authentification des utilisateurs" mode='expert'>
|
||||
<value>sunstone</value>
|
||||
</variable>
|
||||
</family>
|
||||
</variables>
|
||||
|
||||
|
|
|
@ -64,7 +64,8 @@
|
|||
# opennebula, the authentication will be done by the opennebula core using the
|
||||
# driver defined for the user
|
||||
#
|
||||
:auth: sunstone
|
||||
#:auth: sunstone
|
||||
:auth: %%sunstone_auth
|
||||
|
||||
# Authentication driver to communicate with OpenNebula core
|
||||
# cipher, for symmetric cipher encryption of tokens
|
||||
|
|
Loading…
Reference in New Issue