Lines Matching refs:authid
47 COAUTHIDENTITY authid = {0}; in PHP_FUNCTION() local
51 &authid, EOAC_NONE in PHP_FUNCTION()
136 authid.User = (OLECHAR*)user_name; in PHP_FUNCTION()
137 authid.UserLength = (ULONG)user_name_len; in PHP_FUNCTION()
140 authid.Password = (OLECHAR*)password; in PHP_FUNCTION()
141 authid.PasswordLength = (ULONG)password_len; in PHP_FUNCTION()
143 authid.Password = (OLECHAR*)""; in PHP_FUNCTION()
144 authid.PasswordLength = 0; in PHP_FUNCTION()
148 authid.Domain = (OLECHAR*)domain_name; in PHP_FUNCTION()
149 authid.DomainLength = (ULONG)domain_name_len; in PHP_FUNCTION()
151 authid.Domain = (OLECHAR*)""; in PHP_FUNCTION()
152 authid.DomainLength = 0; in PHP_FUNCTION()
154 authid.Flags = SEC_WINNT_AUTH_IDENTITY_ANSI; in PHP_FUNCTION()