Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hubermat committed Dec 7, 2019
1 parent 7044f24 commit 984c4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctldap.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Object.keys(config.sites).map(function(sitename, index) {
};
} else {
site.uniqueEmails = function (users) {
return s;
return users;
};
}
if (site.ldap_password_bcrypt || ((site.ldap_password_bcrypt === undefined) && config.ldap_password_bcrypt)) {
Expand Down

0 comments on commit 984c4f0

Please sign in to comment.