Skip to content
GitLab
Menu
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
eaaa02fe
Commit
eaaa02fe
authored
Oct 26, 2016
by
Côme Chilliet
Browse files
Fixes
#5196
Fixed unicity check for object with empty RDN (like departments)
parent
55c63678
Changes
1
Show whitespace changes
Inline
Side-by-side
include/simpleplugin/class_Attribute.inc
View file @
eaaa02fe
...
...
@@ -496,7 +496,11 @@ class Attribute
},
array_keys
(
$infos
[
'plObjectType'
]),
array_values
(
$infos
[
'plObjectType'
])
)
),
function
(
$ou
)
{
return
(
$ou
!==
FALSE
);
}
);
while
(
$attrs
=
$ldap
->
fetch
())
{
if
(
$attrs
[
'dn'
]
!=
$this
->
plugin
->
dn
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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