Hi,
I able to setup Basic Authentication using "AuthBasicProvider ldap" for
Apache HTTPD in Fedora 13. However, the Basic Authentication send plain text
password from browser to server.
I wish to use digest authentication that provider additional security.
However, I only success setup digest aut
On Jun 7, 2009, at 1:32 PM, aman parashar wrote:
i installed php correctly(i.e when i used following code it shows
all the tables i was expecting
)
but still m having problem with other statements i.e when i treid to
run echo statement it just wont read it.
If the phpinfo(); works, t
On Jun 7, 2009, at 7:12 AM, Stuart P. Bentley wrote:
Why is this httpd.conf code working:
DAV svn
SVNPath /srv/repo
AuthType Basic
AuthName "NONE SHALL PASS"
AuthDigestDomain /repo
AuthUserFile /srv/auth/svn-auth-basic-file
#AuthUserFile /srv/auth/svn-auth-digest
Require vali
i installed php correctly(i.e when i used following code it shows all the
tables i was expecting
)
but still m having problem with other statements i.e when i treid to run
echo statement it just wont read it.
Why is this httpd.conf code working:
DAV svn
SVNPath /srv/repo
AuthType Basic
AuthName "NONE SHALL PASS"
AuthDigestDomain /repo
AuthUserFile /srv/auth/svn-auth-basic-file
#AuthUserFile /srv/auth/svn-auth-digest
Require valid-user
#Allow users of a certain authenticat
Thanks a lot. That was it. I was using notepad. I switched to wordpad and
now it works.
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Sunday, March 15, 2009 2:51 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Digest Authentication
Tirtza Bernstein
Tirtza Bernstein wrote:
Hi,
I have basic authentication working for svn on apache 2.2. When I try to
switch it to digest authenticated it does not work.
Configuration with Digest Authentication:
DAV svn
SVNListParentPath on
SVNParentPath C:\server\repos
Hi,
I have basic authentication working for svn on apache 2.2. When I try to
switch it to digest authenticated it does not work.
Configuration with Digest Authentication:
DAV svn
SVNListParentPath on
SVNParentPath C:\server\repos
AuthType Digest
Hi,
I have basic authentication working for svn on apache 2.2. When I try to
switch it to digest authenticated it does not work.
Configuration with Digest Authentication:
DAV svn
SVNListParentPath on
SVNParentPath C:\server\repos
AuthType