-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support SASL LDAP binds and Start TLS #2
base: master
Are you sure you want to change the base?
Conversation
Hi Bradley, Thanks for the patch! I've taken a look at it, and have some changes I'd like to see. Overall, this commit should really be split into two: one for TLS and the other for SASL. Other changes I'd like to see:
Are you up for making those changes and repushing your branch / creating a new pull request? |
sure, I can do that |
It looks like META{...}->{Type} = 'HASH' would have to be set before the loading of, or inside of, the user's siteconfig file, is that correct? Should this plugin be providing an etc/LDAPImport_Config.pm file where we could put that as well as the defaults? |
You can set the type in LDAPImport.pm. The type is not necessary when setting values from the config files, but is necessary for calls to |
sorry I havent finished this yet. I'm wondering, are there any plans to roll group support into RT::Authen::ExternalAuth? Being able to grab groups from a shibboleth assertion for instance, seems really nice. |
ping, TLS support would be awesome |
If someone else wants to make those changes that'd be great, I no longer deal very much with RT. |
Adapted from https://rt.cpan.org/Public/Bug/Display.html?id=50334