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

Fixes #3238 fixed departments dns

Showing with 1 addition and 1 deletion
+1 -1
...@@ -189,7 +189,7 @@ class department extends simplePlugin ...@@ -189,7 +189,7 @@ class department extends simplePlugin
$namingAttr = $this->getNamingAttr(); $namingAttr = $this->getNamingAttr();
$nAV = preg_replace('/,/', '\,', $this->$namingAttr); $nAV = preg_replace('/,/', '\,', $this->$namingAttr);
$nAV = preg_replace('/"/', '\"', $nAV); $nAV = preg_replace('/"/', '\"', $nAV);
return @LDAP::convert(self::$namingAttr.'='.$nAV.','.$this->base); return @LDAP::convert($namingAttr.'='.$nAV.','.$this->base);
} }
function prepare_save() function prepare_save()
......
  • bmortier @bmortier

    mentioned in issue #1082 (closed)

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

    ·

    mentioned in issue #1082 (closed)

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