Feature #1060
Add a LDAP-filter using external auth sources
Status: | Closed | Start date: | 2008-04-15 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | LDAP | |||
Target version: | 1.4.0 | |||
Resolution: | Fixed |
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
Related issues
Associated revisions
Adds an optional LDAP filter (#1060).
Fixes error message for LDAP filter (#1060).
History
#1
Updated by Paul Rivier almost 15 years ago
Yes, this possibility is desirable.
#2
Updated by Jeffrey Price almost 15 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.
#3
Updated by Lionel Molinier over 14 years ago
- File ldap_filter.0.7.3.x3n.patch
added
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
#4
Updated by Youssef Abou-Kewik over 14 years ago
+1
#5
Updated by Toshi MARUYAMA almost 12 years ago
- Category set to LDAP
#6
Updated by Florian Mutter almost 12 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.
#7
Updated by Florian Mutter over 11 years ago
- File ldap_filter_r5657.patch
added
- File 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
#8
Updated by Terence Mill over 11 years ago
Does this support ldap groups also?
#9
Updated by Florian Mutter over 11 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.
#10
Updated by Jean-Philippe Lang almost 11 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.
#11
Updated by Etienne Massip almost 11 years ago
- Status changed from Closed to Reopened
Field name translation is not hit on validation error: filter n'est pas valide.
#12
Updated by Jean-Philippe Lang almost 11 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.