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 2004/05/21 01:15:43 UTC

DO NOT REPLY [Bug 19248] - mod_auth_ldap documentation default scope is wrong

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=19248

mod_auth_ldap documentation default scope is wrong

minfrin@sharp.fm changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From minfrin@sharp.fm  2004-05-20 23:15 -------
In the function mod_auth_ldap_parse_url(), the following code sets the scope:

    sec->scope = urld->lud_scope == LDAP_SCOPE_ONELEVEL ?
        LDAP_SCOPE_ONELEVEL : LDAP_SCOPE_SUBTREE;

The result of this function can only be LDAP_SCOPE_ONELEVEL or
LDAP_SCOPE_SUBTREE, and when I tested it with an URL that had no scope defined,
it defaulted to sub.

Can you confirm whether this bug still exists in v2.0.49?

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