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
dca4892d
Commit
dca4892d
authored
Mar 14, 2019
by
Côme Chilliet
Browse files
🚑
fix(core) Fixed error in password method locking
issue
#5970
parent
fc44f96d
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/password-methods/class_password-methods.inc
View file @
dca4892d
...
...
@@ -181,6 +181,8 @@ class passwordMethod
}
}
$modify
[
'userPassword'
]
=
$pwd
;
$ldap
=
$config
->
get_ldap_link
();
$ldap
->
cd
(
$dn
);
$ldap
->
modify
(
$modify
);
...
...
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