Skip to content
Snippets Groups Projects
Commit 49f95161 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
parent 54445f83
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"require" : { "require" : {
"php" : "^7.0", "php" : "^7.0",
"unicaen/app" : "1.3.11", "unicaen/app" : "1.3.11",
"unicaen/auth" : "1.2.11", "unicaen/auth" : "1.2.12",
"zendframework/zend-code" : "^2.4", "zendframework/zend-code" : "^2.4",
"zendframework/zend-text" : "^2.4", "zendframework/zend-text" : "^2.4",
"bjyoungblood/bjy-authorize": "dev-master", "bjyoungblood/bjy-authorize": "dev-master",
......
...@@ -29,6 +29,11 @@ $settings = [ ...@@ -29,6 +29,11 @@ $settings = [
'role_entity_class' => 'UnicaenAuth\Entity\Db\Role', 'role_entity_class' => 'UnicaenAuth\Entity\Db\Role',
'privilege_entity_class' => 'UnicaenAuth\Entity\Db\Privilege', 'privilege_entity_class' => 'UnicaenAuth\Entity\Db\Privilege',
/**
* Attribut LDAP utilisé pour le username des utilisateurs
*/
'ldap_username' => strtolower(AppConfig::get('ldap', 'loginAttribute')),
/** /**
* Activation ou non de l'authentification Shibboleth. * Activation ou non de l'authentification Shibboleth.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment