Re: Windows Client to auth against linux Kerberos server

2005-05-26 Thread Sam Hartman
Using KFW to talk to an Apple OpenDirectory server will work fine. There are probably other solutions that will work too. Assuming DNS is correctly configured (unlikely) you may just be able to use SSPI calls on XP and above. Kerberos mailing list

Re: Commercial use of MIT Kerberos

2005-05-26 Thread 吳建東\(James Wu\)
Thank you very much. Best Regard, James WU - Original Message - From: "Rachel Elizabeth Dillon" <[EMAIL PROTECTED]> To: "XdXXXF(James Wu)" <[EMAIL PROTECTED]> Cc: Sent: Thursday, May 26, 2005 3:20 AM Subject: Re: Commercial use of MIT Kerberos The license is available here: http:/

Windows Client to auth against linux Kerberos server

2005-05-26 Thread Warrick FitzGerald
Hi All, I'm taking in a login and password on a windows client app, and would like to authenticate against a MIT Kerberos implementation. I found the following site http://web.mit.edu/kerberos/www/dist/#KFW2.6.5 which looks like it has what I'm looking for. To be more specific I'm trying to vali

ckermit on Mac OS 10.3.9 with Kerberos?

2005-05-26 Thread Ed Ravin
I want to build ckermit on Mac OS 10.3.9 (Panther) so that it will use the same credentials as the built-in Kerberos. After hacking away at the ckermit make file, I came up with this: cc -o wermit \ ckcmai.o ckclib.o ckutio.o ckufio.o \ ckcfns.o ckcfn2.o ckcfn3.o ckuxla.o \

Re: mixing sun solaris's rpc with mit's rpc

2005-05-26 Thread fariba
maybe i was not clear enough. the server is mit rpc/gssrpc and the clients are both sun rpc and mit rpc/gssrpc. the main thing is how mit gssrpc include files have changed and causing compilation errors. Sam Hartman wrote: It is almost certain that the same source file will not be able to incl

Re: mixing sun solaris's rpc with mit's rpc

2005-05-26 Thread Sam Hartman
It is almost certain that the same source file will not be able to include both MIT's RPC and Sun's RPC. Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinfo/kerberos