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

Fixes: #2670 Fixed a typo in class_acl

Showing with 1 addition and 1 deletion
+1 -1
...@@ -387,7 +387,7 @@ class acl extends plugin ...@@ -387,7 +387,7 @@ class acl extends plugin
*/ */
static function update_acl_membership($src, $dst) static function update_acl_membership($src, $dst)
{ {
global $config global $config;
$ldap = $config->get_ldap_link(); $ldap = $config->get_ldap_link();
$ldap->cd($config->current['BASE']); $ldap->cd($config->current['BASE']);
$ldap->search("(&(objectClass=gosaAcl)(gosaAclEntry=*".base64_encode($src)."*))", array("gosaAclEntry","dn")); $ldap->search("(&(objectClass=gosaAcl)(gosaAclEntry=*".base64_encode($src)."*))", array("gosaAclEntry","dn"));
......
  • bmortier @bmortier

    mentioned in issue #912

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

    ·

    mentioned in issue #912

    By Côme Chilliet on 2017-09-02T15:04:01 (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