Skip to content
Snippets Groups Projects
Commit 4a3fe42b authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

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

parent f9b4f5f4
Branches
No related tags found
No related merge requests found
......@@ -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 ' .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment