Re: [PATCH 2/2] secur32/tests: Add AcquireCredentialsHandleW tests
26 May
2016
26 May
'16
8:47 a.m.
On Thu, 2016-05-26 at 08:07 +0000, Alistair Leslie-Hughes wrote:
+ /* Test using the ASCI Structure. */ + idA.User = (unsigned char*) test_user; + idA.UserLength = strlen((char *) id.User); + idA.Domain = (unsigned char *) workgroup; + idA.DomainLength = strlen((char *) id.Domain); + idA.Password = (unsigned char*) test_pass; + idA.PasswordLength = strlen((char *) id.Password); + idA.Flags = SEC_WINNT_AUTH_IDENTITY_ANSI;
id.User, id.Domain and id.Password are Unicode strings.
3489
Age (days ago)
3489
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker