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=15536>.
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=15536

Grant access to users with the first 8 caracters of the password

           Summary: Grant access to users with the first 8 caracters of the
                    password
           Product: Apache httpd-2.0
           Version: 2.0.40
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: mod_auth
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


I had install a REDHAT 8.0 with version httpd-2.0.40-8 of apache.
I have  a Direcory configured with this parameters:

<Directory /home/xxx/>
        order allow,deny
        allow from all
        AllowOverride All
        Options Indexes
        AuthName "xxx"
AuthType Basic
require group admin
AuthUserFile /pathto/users
AuthGroupFile /pathto/groups
HeaderName /external/.HEADER.html
</Directory>

I created some users with password with more the 8 caracters, the module
mod_auth, grant access to user with the first 8 caracters of the password.

Adrian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to