Error on call to SSPI function AcquireCredentialsHandle

2002-11-08 Thread Christian
Hello, I have a Kerberized application on a Win2k machine. The KDC is on a Linux machine (named calimero.cisoft.lan) along with the Kerberized service. The realm name is CISOFT.LAN . ksetup on the Win2k gives : C:\>ksetup default realm = CISOFT.LAN (ex

Re: Error on call to SSPI function AcquireCredentialsHandle

2002-11-08 Thread Sam Hartman
Where does your kinit come from? I think you want to be getting credentials at the w2k layer not via kinit. Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos

Re: Error on call to SSPI function AcquireCredentialsHandle

2002-11-09 Thread Tony Hoyle
On Fri, 08 Nov 2002 17:56:19 +0100, Christian wrote: > Now, when calling AcquireCredentialsHandle in my SSPI application ( > AcquireCredentialsHandle( NULL, "Kerberos", SECPKG_CRED_OUTBOUND, NULL, > NULL, NULL, NULL, &cred_handle, &expiry ); > ), I get : > SEC_E_NO_CREDENTIALS : Error in Acquire

Re: Error on call to SSPI function AcquireCredentialsHandle

2002-11-11 Thread Christian
"Sam Hartman" <[EMAIL PROTECTED]> wrote in message news:87wunn51n4.fsf@;luminous.mit.edu... > Where does your kinit come from? I think you want to be getting > credentials at the w2k layer not via kinit. > > > Kerberos mailing list [EMAIL

Re: Error on call to SSPI function AcquireCredentialsHandle

2002-11-12 Thread Christian
"Tony Hoyle" <[EMAIL PROTECTED]> wrote in message news:pan.2002.11.09.22.13.51.341635@;nodomain.org... > On Fri, 08 Nov 2002 17:56:19 +0100, Christian wrote: > > > > Now, when calling AcquireCredentialsHandle in my SSPI application ( > > AcquireCredentialsHandle( NULL, "Kerberos", SECPKG_CRED_OUTBO

Re: Error on call to SSPI function AcquireCredentialsHandle

2002-11-12 Thread Christian
"Christian" <[EMAIL PROTECTED]> wrote in message news:3dd0b1e6$0$12227$4d4eb98e@;read.news.fr.uu.net... > "Tony Hoyle" <[EMAIL PROTECTED]> wrote in message > news:pan.2002.11.09.22.13.51.341635@;nodomain.org... > > On Fri, 08 Nov 2002 17:56:19 +0100, Christian wrote: > > > > > > > Now, when callin