Commit 2cead23f authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch...

Merge branch '5799-when-we-rename-a-department-foreignkeys-on-subobjects-dn-are-not-updated' into '1.3-dev'

Resolve "When we rename a department foreignKeys on subobjects DN are not updated"

See merge request fusiondirectory/fd!235
Showing with 5 additions and 1 deletion
+5 -1
......@@ -256,7 +256,8 @@ class LDAP
$this->clearResult($srp);
switch (strtolower($scope)) {
case 'base':
throw new FusionDirectoryException('not implemented');
$this->sr[$srp] = @ldap_read($this->cid, $this->basedn, $filter, $attrs);
break;
case 'one':
$this->sr[$srp] = @ldap_list($this->cid, $this->basedn, $filter, $attrs);
break;
......
......@@ -194,6 +194,9 @@ class ogroup extends simplePlugin
array('terminalGeneric'),
array('phoneGeneric'),
array('printGeneric'),
),
'owner' => array(
array('user'),
)
),
......
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