fixed $extldap_user_correspondance key 'cas_user'

pull/3075/head
Sébastien Ducoulombier 6 years ago
parent 5df5a8f077
commit 57b3888b07
  1. 2
      app/config/auth.conf.dist.php

@ -99,7 +99,7 @@ $extldap_user_correspondance = array(
'department' => 'department', 'department' => 'department',
'country' => 'co', 'country' => 'co',
'bu' => 'Company', 'bu' => 'Company',
'casUser' => 'uid', 'cas_user' => 'uid',
) )
); );

Loading…
Cancel
Save