[64] in pc-kerberos
Re: windows user authentication to unix service
daemon@ATHENA.MIT.EDU (Paul B. Hill )
Thu Oct 20 16:16:09 1994
To: tasha@elvis.tgivan.wimsey.bc.ca (Anastacia Alfonso (Tasha))
Cc: pc-kerberos@MIT.EDU
Date: Thu, 20 Oct 94 16:08:25
From: pbh@MIT.EDU (Paul B. Hill )
Reply-To: pc-kerberos@MIT.EDU
>Does the pc kerberos software enable a user to run kinit from windows?
>Would this kinit program communicate with a kerberos server running
>on Unix? Would an application running on windows have access to the
>library of kerberos function calls ( eg mk_app_req() ) inorder to
>obtain a ticket for a unix service from a TGS running on unix?
There is a function in the krbv4win.dll that easily allows an application
to call the equivalent of kinit. Check out the source for leash to get a
feeling for the existing API. Leash also gives you users an equivalent to a
stand alone kinit for Windows. Put it into the startup group and run it
minimized.
mk_app_req() is one of the many functions supported in the DLL and in the
static libraries for DOS. The API is a superset of the MIT UNIX Kerberos
libraries.
>I don't see these issues addressed in the kerberos.FAQ. Does a
>pc-kerberos FAQ exist?
No, not yet. Anyone volunteering to write one?
Paul