On Sun, 2003-11-02 at 14:19, Zoran Vasiljevic wrote: > Bottom line (for me): If people are happy with tossing in a custom > Tcl layer atop of AS everytime they need to overcome some internal > "limitations", this is ok for me. But this is bad for the AS itself.
Zoran I think you make a lot of good points. Mainly, there is already a place to do authentication. Before or after this point requires a little hackery. But I'm still a little confused. I thought all you had to do to add a new authentication method was to use the Ns_SetRequestAuthorizeProc to provide a pointer to a custom C function. The point where this would be executed is hard wired in (which is the whole point), but is the method also limited to only basic auth? I understand this isn't available via a tcl api, but what are the limitations if you do it in C? tom jackson -- 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.
