"Yannick F." <toto_y.fetre RemoveThis @wanadoo.fr> wrote in message
news:3F4C8005.9000406@wanadoo.fr...
>
> .htacces doesn't work !
> I give the name and password, but i don't have access to the /webtest
> directory
> In error.log, i can see :
> [error] user yannick not found : /webtest
Ok what Distro?
If SuSE thia is a known bug with mod_auth_ldap and mod_auth_dbm (or is it
dbn)
Remove those and add the following to your .htaccess
AuthAuthoritative on
hope this helps
Mike.
>
> In httpd.conf, I've added :
> <Directory /var/www/webtest>
> AllowOverride All
> </Directory>
>
> my .htaccess is :
> AuthUserFile /var/www/.htpasswd
> AuthGroupFile /dev/null
> AuthName "Interdit"
> AuthType Basic
> <Limit GET>
> require valid-user
> </limit>
>
> and I created the .htpasswd with
> htpasswd -c /var/www/.htpasswd yannick
>
> and if I edit it, i can see a line with yannick:***********
>
> what happens ?
>
> thanks
>
>
>
> --
> Yannick F.
> enlever toto_ pour me répondre....
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: htacess and user not found !