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:
2014-02-14 16:42:13 +01:00
parent afcecbb621
commit c2ff14bc54
2 changed files with 5 additions and 1 deletions

View File

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