Loading bin/lauch-server-dev.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # A exécuter depuis le dossier développement PORT=8888 PORT=8181 APPLICATION_ENV=production php -q -S 127.0.0.1:$PORT -t public/ config/autoload/unicaen-auth.local.php.dist +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ * drop this config file in it and change the values as you wish. */ $settings = array( /** * Attribut LDAP utilisé pour le username des utilisateurs */ //'ldap_username' => "supannaliaslogin", /** // -------------------------------------- Authentification BDD/LDAP 'local' => [ Loading config/autoload/unicaen-authentification.global.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ $settings = [ /** * Attribut LDAP utilisé pour le username des utilisateurs */ 'ldap_username' => "username", 'ldap_username' => "supannaliaslogin", /** * Gestion des autorisations d'usurpation Loading Loading
bin/lauch-server-dev.sh +1 −1 Original line number Diff line number Diff line #!/bin/bash # A exécuter depuis le dossier développement PORT=8888 PORT=8181 APPLICATION_ENV=production php -q -S 127.0.0.1:$PORT -t public/
config/autoload/unicaen-auth.local.php.dist +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ * drop this config file in it and change the values as you wish. */ $settings = array( /** * Attribut LDAP utilisé pour le username des utilisateurs */ //'ldap_username' => "supannaliaslogin", /** // -------------------------------------- Authentification BDD/LDAP 'local' => [ Loading
config/autoload/unicaen-authentification.global.php +1 −1 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ $settings = [ /** * Attribut LDAP utilisé pour le username des utilisateurs */ 'ldap_username' => "username", 'ldap_username' => "supannaliaslogin", /** * Gestion des autorisations d'usurpation Loading