Re: HTTP + login and Psswrd
- From: "Stephane M" <Stephane@.com>
- Date: Tue, 13 Jun 2006 21:56:44 +0100
"Stephane M" <Stephane@.com> wrote in message
news:e6n8d3$au9$1$8302bc10@xxxxxxxxxxxxxxxxxxx
hi,
I have install a Webserver with passwrod and Login..
My httpd.conf is like :
</Directory /var/www/html/xx>
AllowOverride AuthConfig
AuthType Basic
AuthName "dddd"
AuthUserFile /var/www/users
Require valid-user
</Directory>
now, I setup my password to be like :" aaaaaaaa1111"
With a -> letters
with 1 -> numbers
And I quite surprised to see that : If I use the password :
aaaaaaaa1111 -> Login Correct
abaaaaaa1111 -> Login incorrect
but aaaaaaaa -> Login correct !!!!?!?!!??
If I write the password WITHOUT the last 4 numbers -> the login is
accepted !??
- Do you know if Numbers should not be used ?
- Apache take account a max of 8 characters ??
Thanks for your help
I forgot to mention that I am using CentOS V4.3
Thanks
.
- Follow-Ups:
- Re: HTTP + login and Psswrd
- From: mcss
- Re: HTTP + login and Psswrd
- References:
- HTTP + login and Psswrd
- From: Stephane M
- HTTP + login and Psswrd
- Prev by Date: Https and Http
- Next by Date: Re: Https and Http
- Previous by thread: HTTP + login and Psswrd
- Next by thread: Re: HTTP + login and Psswrd
- Index(es):
Relevant Pages
|