开发者

Win32 API used to get active directory tickets?

Does anyone know the Win32 API used to get active directory(k开发者_运维问答erberos) tickets?

Based on this question my understanding is that the SQL Server driver uses the Win32 API to get TGT tokens from the local OS instance. (Providing trusted connections)

Does anyone know what this API is and the doco and examples for using it? (For C/C++/JNA)


Previous to the change that is described in the "Summary" section of this article, programs could use the Win32 LsaCallAuthenticationPackage API specifying KERB_RETRIEVE_TICKET_REQUEST and either KerbRetrieveEncodedTicketMessage or KerbRetrieveTicketMessage message types to retrieve a Kerberos ticket-granting-ticket (TGT) and the associated session key.

http://support.microsoft.com/kb/308339

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜