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
a0a406c0
Commit
a0a406c0
authored
Dec 16, 2015
by
Côme Chilliet
Browse files
Fixes
#4380
Fixed syntax error
parent
286ecc5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/bin/fusiondirectory-setup
View file @
a0a406c0
...
...
@@ -1199,7 +1199,7 @@ sub migrate_users {
@delete
=
('
sambaLMPassword
','
sambaNTPassword
','
sambaPwdLastSet
','
sambaBadPasswordCount
','
sambaBadPasswordTime
');
}
}
if
(
$
@delete
>
0
)
{
if
(
scalar
(
@delete
)
>
0
)
{
$mesg
=
$ldap
->
modify
(
$entry
->
dn
(),
delete
=>
\
@delete
);
$mesg
->
code
&&
print
$mesg
->
error
;
}
...
...
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