You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/01/20 16:46:04 UTC

DO NOT REPLY [Bug 16261] New: - mod_auth_ldap documentation is wrong when using space in name.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16261>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16261

mod_auth_ldap documentation is wrong when using space in name.

           Summary: mod_auth_ldap documentation is wrong when using space in
                    name.
           Product: Apache httpd-2.0
           Version: 2.0.43
          Platform: All
               URL: N/A
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: l_faillie@yahoo.com


Hi all,

My web server is runing under an HP-UX 10.20 workstation (but I think it's the 
same w/ other OS).

The documentation says we must following syntaxe if username have space in it :

require user Barbara Jenson

It doesn't work because Apache try to grand access to user w/ name "Barbara" or 
"Jenson". To make it work, I have to enclose the name in double cote like :

require user "laurent faillie"

Same problem w/ use of a redundant LDAP server :

     AuthLDAPURL ldap://ldap1.airius.com ldap2.airius.com/ou=People, o=Airius
     require valid-user

I have to use double cote around LDAP URL :

AuthLDAPURL "ldap://ldap2.sgp.st.com ldap1.sgp.st.com/ou=People"

or I got a misconfiguration error.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org