c++ - KRB_AP_REQ ticket from SSPI -


i have linux server application using kerberos client authentication , client needs run on windows. kerberos tickets issued windows active directory. client authenticates on server if use mit kfw 3.2.2. api retrieving , tgs tickets kerberos server , store them in kerberos credentials store. problem approach user needs input credentials again. solution access ms lsa store not work. neither ms2mit.exe application. not matter if run normal user or administrator, or if disable uac completely. why use sspi on client make krb_ap_req message send server. possible. if yes how can done? if no, other options? please note server built , require significant effort change it, therefore find solution on windows.

you can use aquirecredentialshandle , initializesecuritycontext functions of windows sspi subsystem valid ticket , authenticate against linux based server.

first use acquirecredentialshandle() , use multiple calls initializesecuritycontext tokens server until authenticated.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -