Bug 17135 - require group doesn't like tabulation.
Summary: require group doesn't like tabulation.
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_auth_ldap (show other bugs)
Version: 2.0-HEAD
Hardware: All All
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL: Interanet server
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-17 17:51 UTC by Laurent Faillie
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Faillie 2003-02-17 17:51:22 UTC
Hi all,

I duno if it's realy related to mod_auth_ldap itself or not ...

Well, I use LDAP authentification to protect some pages, and I try to use 
groups.So I use following line :

require group cn=my_group ...

The problem is :
- if I use 1 (or more) space b/w "group" and "cn=", it's working.
- if I use a tab b/w "group" and "cn=", the authentification always fails.

I have made some checks w/ "require user" with both separator, so it seems it's 
only related to groups.

Bye

Laurent
Comment 1 André Malo 2003-05-06 00:35:49 UTC
yeah, it's looking for a space. will fix.

Thanks for your report and thanks for using Apache.
Comment 2 André Malo 2003-05-13 23:11:32 UTC
FYI: The fix has been merged into the stable tree and will be in the next
release (2.0.46).