GenConfig clean up
This commit is contained in:
parent
0f25183778
commit
2afe4dceb4
|
@ -52,6 +52,9 @@
|
||||||
<variable name='ssoDebug' type='string' description="Activer le Debug pour la lib php-CAS" mode="expert">
|
<variable name='ssoDebug' type='string' description="Activer le Debug pour la lib php-CAS" mode="expert">
|
||||||
<value>non</value>
|
<value>non</value>
|
||||||
</variable>
|
</variable>
|
||||||
|
<variable name='llSkin' type='string' description="Skin utilisé par LemonLDAP::NG">
|
||||||
|
<value>bootstrap</value>
|
||||||
|
</variable>
|
||||||
<variable name='llCheckLogins' type='oui/non' description="Permettre aux utilisateurs d'afficher l'historique de connection">
|
<variable name='llCheckLogins' type='oui/non' description="Permettre aux utilisateurs d'afficher l'historique de connection">
|
||||||
<value>non</value>
|
<value>non</value>
|
||||||
</variable>
|
</variable>
|
||||||
|
@ -63,15 +66,12 @@
|
||||||
</variable>
|
</variable>
|
||||||
<variable name='llRegisterDB' type='string' description="Base de comptes pour l'enregistrement"/>
|
<variable name='llRegisterDB' type='string' description="Base de comptes pour l'enregistrement"/>
|
||||||
<variable name='llRegisterURL' type='string' description="Adresse de l'application de création de compte"/>
|
<variable name='llRegisterURL' type='string' description="Adresse de l'application de création de compte"/>
|
||||||
<variable name='llSkin' type='string' description="Skin utilisé par LemonLDAP::NG">
|
|
||||||
<value>bootstrap</value>
|
|
||||||
</variable>
|
|
||||||
</family>
|
</family>
|
||||||
<separators>
|
<separators>
|
||||||
<separator name="managerWebName">Configuration DNS</separator>
|
<separator name="managerWebName">Configuration DNS</separator>
|
||||||
<separator name="ldapScheme">Configuration LDAP</separator>
|
<separator name="ldapScheme">Configuration LDAP</separator>
|
||||||
<separator name="casAttribute">Configuration CAS</separator>
|
<separator name="casAttribute">Configuration CAS</separator>
|
||||||
<separator name="llCheckLogins">Personnalisation de la mire SSO</separator>
|
<separator name="llSkin">Personnalisation de la mire SSO</separator>
|
||||||
</separators>
|
</separators>
|
||||||
</variables>
|
</variables>
|
||||||
<constraints>
|
<constraints>
|
||||||
|
|
Loading…
Reference in New Issue