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

Add LDAP support #779

Closed
wants to merge 3 commits into from
Closed

Conversation

matt0x6F
Copy link
Contributor

@matt0x6F matt0x6F commented Feb 9, 2020

Closes #690

var err error

if am.server.AccountConfig().LDAP.Enabled {
account, err = am.checkLDAPPassphrase(accountName, passphrase)
Copy link
Member

Choose a reason for hiding this comment

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

This needs a return statement on success

This was referenced Feb 9, 2020
@slingamn
Copy link
Member

I cherry-picked these and continued from them in #783.

@slingamn slingamn closed this Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support LDAP
2 participants