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 AcquireCredentialsHandle: No credentials are
> available in the security package
> 
You get this if you're not logged into an Active Directory.  If you're
only logged into an MIT domain you can only be a client
(SECPKG_CRED_INBOUND) not a server.

Tony

________________________________________________
Kerberos mailing list           [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to