a corrected email attribute needs to be saved, not only returned

remotes/origin/fix-10825
Arthur Schiwon 10 years ago
parent f9b4f5f4e5
commit 4a3fe42b16
  1. 2
      apps/user_ldap/lib/wizard.php

@ -233,7 +233,7 @@ class Wizard extends LDAPUtility {
}
if($winner !== '') {
$this->result->addChange('ldap_email_attr', $winner);
$this->applyFind('ldap_email_attr', $winner);
if($writeLog) {
\OCP\Util::writeLog('user_ldap', 'The mail attribute has ' .
'automatically been reset, because the original value ' .

Loading…
Cancel
Save