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
d1fbdc3a
Commit
d1fbdc3a
authored
Jul 30, 2014
by
Côme Bernigaud
Committed by
Benoit Mortier
Jul 30, 2014
Browse files
Fixes
#2919
removed unnecessary comma after people ou
parent
ba6d44a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup/class_setupStep_Migrate.inc
View file @
d1fbdc3a
...
...
@@ -1154,9 +1154,6 @@ class Step_Migrate extends setup_step
$ldap
->
cd
(
$config
->
current
[
'BASE'
]);
$people_ou
=
trim
(
get_ou
(
'userRDN'
));
if
(
!
empty
(
$people_ou
))
{
$people_ou
.
=
","
;
}
if
(
$config
->
get_cfg_value
(
'accountPrimaryAttribute'
)
==
'cn'
)
{
$dn
=
"cn=System Administrator-"
.
$uid
.
","
.
$people_ou
.
$config
->
current
[
'BASE'
];
...
...
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