-
Notifications
You must be signed in to change notification settings - Fork 178
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
LDAP Authenticator does not allow multiple bind template #21
Comments
Hello! This sounds like a very useful feature! I won't have any time to Thanks! On Tue, Sep 27, 2016 at 7:04 AM, mrinmoyprasad [email protected]
Yuvi Panda T |
I have a solution implemented for this, will fork and submit a pull request. Thanks. |
Submitted a pull request #23 Support for multiple bind templates |
I'm trying to make use of the multiple c.LDAPAuthenticator.bind_dn_template configuration - however this does not appear to be present in the standard pip install method. How should I go about using this newer feature? |
Hey all!
Thank you for the patch + discussion. I'll try to set aside some time
tomorrow to take a look and merge + do a release!
Also if anyone else wants to become an additional maintainer, I'll be happy
to set you up :)
…On Thu, Apr 6, 2017 at 8:43 AM, Dan Chapman ***@***.***> wrote:
I'm trying to make use of the multiple c.LDAPAuthenticator.bind_dn_template
configuration - however this does not appear to be present in the standard
pip install method. How should I go about using this newer feature?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB23qJigsfJPXXWlFC-akPVLiwiwlrCks5rtQgOgaJpZM4KHtLX>
.
--
Yuvi Panda T
http://yuvi.in/blog
|
Thanks for this - I installed the latest locally and it is working. Would be great to get a release so I can pass to our admins. |
I use this form c.LDAPAuthenticator.bind_dn_template = '{domain_name} \ {username}' |
Closing as this is supported in master so will be available in the next release - #70 |
c.LDAPAuthenticator.bind_dn_template configuration only takes one value? I have my users spread across multilple OUs
For Eg: 'cn={username},ou=Developers,ou=All Users,dc=abc,dc=ds,dc=xyz,dc=com'
'cn={username},ou=Analysts,ou=All Users,dc=abc,dc=ds,dc=xyz,dc=com'
'cn={username},ou=Bigdata,ou=All Users,dc=abc,dc=ds,dc=xyz,dc=com'
Is there a way I can use multiple bind template in this configuration?
The text was updated successfully, but these errors were encountered: