Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW] Add support for login when LDAP is enabled. #83

Merged
merged 3 commits into from
Mar 6, 2018

Conversation

philipbrito
Copy link
Contributor

No description provided.

@philipbrito philipbrito added this to the 1.0.0 milestone Mar 5, 2018
@philipbrito philipbrito self-assigned this Mar 5, 2018
@philipbrito philipbrito merged commit 3979a09 into develop Mar 6, 2018
@philipbrito philipbrito deleted the feature/login-with-ldap branch March 6, 2018 19:30
val ldapPass: String,
val ldapOptions: Array<String> = emptyArray()) {

override fun equals(other: Any?): Boolean {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data classes automatically generate equals and hashCode.

What is the reason to manually add this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed internally, it is a recommended to override equals() and hashCode() when there is an Array property in data class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants