Commit eb66ab00 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #3907 Fixed a bug of disappearing uids

Showing with 1 addition and 1 deletion
+1 -1
......@@ -670,7 +670,7 @@ class LDAP
if ($this->hascon) {
if ($this->reconnect) $this->connect();
$r = ldap_rename($this->cid, @LDAP::fix($source), @LDAP::fix($dest_rdn), @LDAP::fix($parent), TRUE);
$r = ldap_rename($this->cid, @LDAP::fix($source), @LDAP::fix($dest_rdn), @LDAP::fix($parent), FALSE);
$this->error = ldap_error($this->cid);
/* Check if destination dn exists, if not the
......
  • bmortier @bmortier

    mentioned in issue #1297 (closed)

    By Côme Chilliet on 2017-09-02T15:21:19 (imported from GitLab)

    ·

    mentioned in issue #1297 (closed)

    By Côme Chilliet on 2017-09-02T15:21:19 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment