add MOD.dn to pre/postModify actions

This commit is contained in:
Roland Gruber 2012-06-02 17:45:37 +00:00
parent 1f52edb550
commit 56a5007df5
1 changed files with 3 additions and 0 deletions

View File

@ -1686,6 +1686,9 @@ class accountContainer {
}
}
$prePostModifyAttributes['dn'][0] = $this->finalDN;
if (!$this->isNewAccount && ($this->finalDN != $this->dn_orig)) {
$prePostModifyAttributes['MOD.dn'] = $this->finalDN;
}
logNewMessage(LOG_DEBUG, 'Edit page pre/postModify attributes: ' . print_r($prePostModifyAttributes, true));
$preModifyOk = true;
foreach ($module as $singlemodule) {