64 lines
2.6 KiB
YAML
64 lines
2.6 KiB
YAML
# This file is auto-generated during the composer install
|
|
parameters:
|
|
mode_auth: CAS # SQL / LDAP / CAS
|
|
|
|
ldap_sync: true
|
|
|
|
ldap_host: 127.0.0.1
|
|
ldap_port: 389
|
|
ldap_user: cn=admin,o=gouv,c=fr
|
|
ldap_password: eole
|
|
ldap_basedn: o=gouv,c=fr
|
|
ldap_baseuser: ou=users,ou=cadoles,o=gouv,c=fr
|
|
ldap_baseniveau01: ou=departement,ou=cadoles,o=gouv,c=fr
|
|
ldap_baseniveau02: ou=service,ou=cadoles,o=gouv,c=fr
|
|
ldap_basegroup: ou=groups,ou=cadoles,o=gouv,c=fr
|
|
|
|
colormain: 428BCA # Couleur principale
|
|
fontcolorhover: FFFFFF # Couleur des polices sur fond de couleur principale
|
|
keyterm: 8 # Taille mini du password
|
|
moderegistration: byadmin # Mode de registration : none / byuser / byadmin
|
|
labelniveau01: Département # Label singulier du niveau 01 d'organisation
|
|
labelsniveau01: Départements # Label pluriel du niveau 01 d'organisation
|
|
iconniveau01: fa-building # Icon du niveau 01 d'organisation
|
|
labelniveau02: Service # Label singulier du niveau 02 d'organisation
|
|
labelsniveau02: Services # Label pluriel du niveau 02 d'organisation
|
|
iconniveau02: fa-sitemap # Icon du niveau 02 d'organisation
|
|
|
|
eportail_sync: false
|
|
eportail_url: # /eportail
|
|
eportail_login: # /eportail/login.php
|
|
eportail_database_host: # 172.27.7.64
|
|
eportail_database_port: # 3306
|
|
eportail_database_name: # eportail
|
|
eportail_database_user: # eportail
|
|
eportail_database_password: # "changme"
|
|
|
|
mailer_port: '2525'
|
|
mailer_encryption: null
|
|
mailer_authmode: null
|
|
noreply: noreply@ldapbundle.ac-arno.fr
|
|
|
|
# Doctrine Configuration for eportail
|
|
#doctrine:
|
|
# dbal:
|
|
# connections:
|
|
# eportail:
|
|
# driver: pdo_mysql
|
|
# host: '%eportail_database_host%'
|
|
# port: '%eportail_database_port%'
|
|
# dbname: '%eportail_database_name%'
|
|
# user: '%eportail_database_user%'
|
|
# password: '%eportail_database_password%'
|
|
# charset: UTF8
|
|
# orm:
|
|
# default_entity_manager: default
|
|
# entity_managers:
|
|
# default:
|
|
# connection: default
|
|
# mappings:
|
|
# CadolesCoreBundle: ~
|
|
# eportail:
|
|
# connection: eportail
|
|
# mappings:
|
|
# CadolesCoreBundle: ~ |