Commit 03189f13 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4206 Fixing unicity check for group names

Showing with 7 additions and 0 deletions
+7 -0
...@@ -272,6 +272,13 @@ class ogroup extends simplePlugin ...@@ -272,6 +272,13 @@ class ogroup extends simplePlugin
return 'cn='.$this->attributesAccess['cn']->getValue().','.get_ou('ogroupRDN').$this->base; return 'cn='.$this->attributesAccess['cn']->getValue().','.get_ou('ogroupRDN').$this->base;
} }
/*! \brief This function returns an LDAP filter for this plugin object classes
*/
function getObjectClassFilter ()
{
return '(objectClass=groupOfNames)';
}
function prepare_save() function prepare_save()
{ {
$this->reload(); $this->reload();
......
  • bmortier @bmortier

    mentioned in issue #1384

    By bmortier on 2017-09-02T15:24:48 (imported from GitLab)

    ·

    mentioned in issue #1384

    By bmortier on 2017-09-02T15:24:48 (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