Feature #1060
closedAdd a LDAP-filter using external auth sources
0%
Description
For now, the LDAP authentication does not support LDAP-filter, which can be helpful for some installation. This patch is providing this filter, directly configurable in the web interface
Files
Related issues
Updated by Jeffrey Price over 16 years ago
I would love to see a patch from 0.6.4 with this feature (or even 0.7 when it comes out). The above patch appears to be 0.6.3.
Updated by Lionel Molinier about 16 years ago
I've recently updated my server to the 0.7.3 release and so my patch. I've been using it for months now and it works quite good.
I hope it will be integrated into the trunk one day. I can do the adaptation job if developers are too busy.
Thanks,
x3n
Updated by Florian Mutter over 13 years ago
This Patch is available since 3 Years now and still not in Redmine... Is there any chance it will be included some day? I think this feature is mandatory for LDAP authentication.
Updated by Florian Mutter over 13 years ago
- File ldap_filter_r5657.patch ldap_filter_r5657.patch added
- File net-ldap-0.2.2_r5657.patch net-ldap-0.2.2_r5657.patch added
Hey,
I adapted the patch above to the current svn version (r5657). I also added some things to prevent crashes, if no filter is supplied. I also created a patch to update net::Ldap to the latest stable version (0.2.2). I hope you can give me some feedback on these two patches.
Greets elm
Updated by Florian Mutter over 13 years ago
Hey,
This Patch does allow to restrict the possible Users that are allowed to Login. It does not make any informations that are in the ldap Directory available to redmine. You can specify a Filter As described here: http://www.selfadsi.de/ldap-filter.htm
This provides a simple method to specify a ldapgroup that is allowd to login. But it does not allow you to specify groups that will Be admins if the Login or groups that will Be developers. For this purpose there are other patches here available. I think they can Be combined with this patch if they are based on net::ldap which some are.
Updated by Jean-Philippe Lang over 12 years ago
- Tracker changed from Patch to Feature
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Target version set to 1.4.0
- Resolution set to Fixed
Feature added in r9044.
Updated by Etienne Massip over 12 years ago
- Status changed from Closed to Reopened
Field name translation is not hit on validation error: filter n'est pas valide.
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from Reopened to Closed
Etienne Massip wrote:
Field name translation is not hit on validation error: filter n'est pas valide.
Fixed in r9258.