Is there way to retrieve user token locally without password?
Asked
Active
Viewed 262 times
1
-
Do you want to access the TGT with session key or just the Kerberos UPN of the user? – Michael-O Mar 18 '13 at 15:40
-
now for me works well a such chain: AcquireCredentialsHandle(KERBEROS,SECPKG_CRED_BOTH); InitializeSecurityContextA(SECURITY_NATIVE_DREP); with username and password. But i have some magic library which can retrieve acceptable by server token without password. i need the same functionality – dr11 Mar 18 '13 at 16:52