At 5:40 PM -0400 9/20/96, Brian W. Spolarich wrote:
>  Has anyone written an NSAPI module that would query an AFS kerberos
>server to proxy AFS kerberos authentication over SSL?  i.e the user would
>submit their username/password over an SSL authenticated/encrypted HTTP
>session, and the Netscape HTTP server would query the AFS K4 server to
>determine if the username/key pair are valid.
>
>  I'm looking to do something like this.

I tried doing this once, and ran into problems, because the NSAPI modules
have to be shared objects, which doesn't exactly agree with non-shared
libraries.

What I eventually did (which led to me apache external-auth module) is
wrote a small/simply NSAPI module that just called an external routine to
do the checking...

So, just write a very simple call that uses system() or something and
checks the result code... Pass the userid and password either on command
line or in the environment.

-- Nathan

------------------------------------------------------------
Nathan Neulinger                  Univ. of Missouri - Rolla
EMail: [EMAIL PROTECTED]                  Computing Services
WWW: http://www.umr.edu/~nneul      SysAdmin: rollanet.org


Reply via email to