[EMAIL PROTECTED] Client Authentication Setup

2005-10-18 Thread Eric Brown
Hello- Sorry if I'm posting this in the wrong location.  Didn't know where to file this one under. I'm having a problem setting up access and authentication using subversion and tortoise. Client: WinXP, Tortoise 1.1.4 Server: Solaris 9, subversion 1.0.5 Apache 2.0.54 When I use tortoise's

Re: [users@httpd] problem with require directive

2005-06-02 Thread Eric Brown
olute/path/to/docroot, and would use whatever options I place inside of the tags. Correct? On 6/2/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 6/2/05, Eric Brown <[EMAIL PROTECTED]> wrote: > > Here's what worked: I put all of the Auth directives in a Direc

Re: [users@httpd] problem with require directive

2005-06-02 Thread Eric Brown
Here's what worked: I put all of the Auth directives in a Directory tag #how to authenticate a user AuthType Basic AuthName "Restricted Files" AuthUserFile /etc/site-passwd #Only authenticated users may have access Require valid-user brownec I could only get the site to authentic

[users@httpd] problem with require directive

2005-06-01 Thread Eric Brown
Hello- Trying to setup basic authentication. Using the following in my httpd.conf file: #how to authenticate a user AuthType Basic AuthName "Restricted Files" AuthUserFile /etc/site-passwd #Only authenticated users may have access Require valid-user brownec Here are the modu