Home
last modified time | relevance | path

Searched refs:User_PrimaryGroup_Path (Results 1 – 1 of 1) sorted by relevance

/dports/www/squid/squid-4.15/src/acl/external/AD_group/
H A Dext_ad_group_acl.cc653 wchar_t *User_PrimaryGroup_Path; in Valid_Global_Groups() local
661 User_PrimaryGroup_Path = GetLDAPPath(User_PrimaryGroup, GC_MODE); in Valid_Global_Groups()
662 hr = ADsGetObject(User_PrimaryGroup_Path, &IID_IADs, (void **) &pGrp); in Valid_Global_Groups()
666 safe_free(User_PrimaryGroup_Path); in Valid_Global_Groups()
667 User_PrimaryGroup_Path = GetLDAPPath(User_PrimaryGroup, LDAP_MODE); in Valid_Global_Groups()
668 hr = ADsGetObject(User_PrimaryGroup_Path, &IID_IADs, (void **) &pGrp); in Valid_Global_Groups()
673 …("Valid_Global_Groups: ADsGetObject for %S failed, ERROR: %s\n", User_PrimaryGroup_Path, Get_WIN32… in Valid_Global_Groups()
675 …("Valid_Global_Groups: ADsGetObject for %S failed, ERROR: %s\n", User_PrimaryGroup_Path, Get_WIN32… in Valid_Global_Groups()
676 safe_free(User_PrimaryGroup_Path); in Valid_Global_Groups()