Sure,
Here is what I am doing.

I am working on WebDAV access to content in an OpenACS intsallation.

If a reqest doesn't send an authentication header, I want to ask for the
info, so I figured it would be best to use what is already built into
AOLserver. It looks like auth.c was written to allow this, but noone
exposed the command that registers the user tcl procedure as a tcl
procedure itself.

Dave

On Fri, Oct 31, 2003 at 10:22:45AM -0700, Ross Simpson wrote:
> Isn't the HTTP authentication implementation already built into
> AOLserver, via ns_conn authuser and ns_conn authpassword?
>
> I have a site which has a filter registered to /*.  That filter merely
> looks at ns_conn authuser/ns_conn authpassword and then authenticates
> against a file -- you could to the same, and do a db call to validate
> the user's credentials.
>
> Ross
>
>
>
> Zoran Vasiljevic wrote on 10/31/2003, 9:52 AM:
>
>  > On Friday 31 October 2003 17:07, you wrote:
>  > > Not really.
>  > >
>  > > I need to do HTTP authentication. I could write an HTTP authentication
>  > > implementation and register that as a filter, but I'd rather not.
>  > >
>  >
>  > I agree with you. In the same go, we might even introduce hooks
>  > for entirely different auth methods like digest etc.
>  >
>  > Cheers
>  > Zoran
>  >
>  >
>  > --
>  > AOLserver - http://www.aolserver.com/
>  >
>  > To Remove yourself from this list, simply send an email to
>  > <[EMAIL PROTECTED]> with the
>  > body of "SIGNOFF AOLSERVER" in the email message. You can leave the
>  > Subject: field of your email blank.
>  >
>
>
> --
> AOLserver - http://www.aolserver.com/
>
> To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with 
> the
> body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field 
> of your email blank.
>

--
Dave Bauer
[EMAIL PROTECTED]
http://www.thedesignexperience.org


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of 
your email blank.

Reply via email to