Commit ac1def3e authored by Mortier Benoit's avatar Mortier Benoit Committed by Côme Chilliet
Browse files

Fixes: #4530 in the department and organization we need to add the labeledUri


Added missing labeledURI into gosaDepartment

Signed-off-by: default avatarMortier Benoit <benoit.mortier@opensides.be>
Showing with 1 addition and 1 deletion
+1 -1
...@@ -108,7 +108,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.3 NAME 'gosaCacheEntry' SUP top STRUCTU ...@@ -108,7 +108,7 @@ objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.3 NAME 'gosaCacheEntry' SUP top STRUCTU
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.4 NAME 'gosaDepartment' SUP top AUXILIARY objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.4 NAME 'gosaDepartment' SUP top AUXILIARY
DESC 'GOsa - Class to mark Departments for GOsa' DESC 'GOsa - Class to mark Departments for GOsa'
MUST ( ou $ description ) MUST ( ou $ description )
MAY ( manager $ co ) ) MAY ( manager $ co $ labeledURI ) )
objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY objectclass ( 1.3.6.1.4.1.10098.1.2.1.19.6 NAME 'gosaAccount' SUP top AUXILIARY
DESC 'GOsa - Class for GOsa Accounts' DESC 'GOsa - Class for GOsa Accounts'
......
  • bmortier @bmortier

    mentioned in issue #1445 (closed)

    By bmortier on 2017-09-02T15:26:44 (imported from GitLab)

    ·

    mentioned in issue #1445 (closed)

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