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

Allow LDAP server to reference domain name #85

Closed
basildane opened this issue Oct 31, 2019 · 6 comments
Closed

Allow LDAP server to reference domain name #85

basildane opened this issue Oct 31, 2019 · 6 comments

Comments

@basildane
Copy link

LDAP login is working great, but only if I specify a specific LDAP server.
Example: ldap://myserver.mydomain.com

This will fail if myserver is unavailable for some reason.
A better way is to use ldap://mydomain.com

Active directory will give you a list of LDAP servers and you get full redundancy. I have not been able to get this to work with Authorizer.

@figureone
Copy link
Member

Do you know if this is a feature specific to Active Directory, and can you link to any docs?

We're trying to maintain compatibility between LDAP offerings (openldap, AD, etc.), so that would be the main consideration.

@basildane
Copy link
Author

I read the RFC and don't specifically see this. But that's how we do it at work (50,000 users). Here's another idea, is there a way for me to specify at least one additional server? Just having one is a problem. It's going to be a problem for everyone, I expect.

@figureone
Copy link
Member

That sounds good, I've seen that elsewhere and it should work across all LDAP servers. We will get that integrated into the next version and keep you updated here. Thanks!

@figureone
Copy link
Member

073a533

@figureone
Copy link
Member

Version 2.9.9 has been released with the feature. You can now add multiple LDAP hosts to the LDAP Host settings field (one per line). Thanks!

Changelog:
https://wordpress.org/plugins/authorizer/#developers

@basildane
Copy link
Author

Great news! Thank you.

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

No branches or pull requests

2 participants