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
f4a67113
Commit
f4a67113
authored
Jan 24, 2017
by
Côme Chilliet
Browse files
Fixes
#5334
fixed DHCP config DN saved in server after migration
parent
5e9845ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/bin/fusiondirectory-setup
View file @
f4a67113
...
...
@@ -1275,7 +1275,7 @@ sub migrate_dhcp {
);
$result
->
code
&&
die
"
Migration of DHCP configuration entry failed, LDAP error:
"
.
$result
->
error
.
"
\n
";
my
$configDn
=
"
$rdn
,
$dhcprdn
,
$entrybase
";
my
$configDn
=
"
$rdn
-
$systemcn
,
$dhcprdn
,
$entrybase
";
# Add DHCP service on server
$mesg
=
$ldap
->
search
(
...
...
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