Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
fa0229a6
Commit
fa0229a6
authored
Mar 03, 2015
by
Côme Bernigaud
Committed by
Benoit Mortier
Mar 03, 2015
Browse files
Fixes
#3623
fixed role filter to exclude DSA objects
parent
64f9fda6
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/admin/groups/class_roleGeneric.inc
View file @
fa0229a6
...
...
@@ -35,7 +35,7 @@ class roleGeneric extends simplePlugin
'name'
=>
_
(
'Role'
),
'description'
=>
_
(
'Organizational role'
),
'ou'
=>
get_ou
(
'roleRDN'
),
'filter'
=>
'objectClass=organizationalRole'
,
'filter'
=>
'
(&(
objectClass=organizationalRole
)(!(objectClass=simpleSecurityObject)))
'
,
'icon'
=>
'geticon.php?context=types&icon=role&size=16'
,
'mainAttr'
=>
'cn'
,
)
...
...
Jonathan Swaelens
@jswaelens
mentioned in issue #1207
·
Sep 02, 2017
mentioned in issue #1207
mentioned in issue #1207
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment