From 51ae98b1a53983d217ae0cf226e2a1154a565ef7 Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Mon, 25 Mar 2024 14:15:23 -0700 Subject: [PATCH] testing file modification --- LSL2/STPROC/ACTIVE_DIRECTORY_SERVICES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LSL2/STPROC/ACTIVE_DIRECTORY_SERVICES.txt b/LSL2/STPROC/ACTIVE_DIRECTORY_SERVICES.txt index b699798..3b4f0fa 100644 --- a/LSL2/STPROC/ACTIVE_DIRECTORY_SERVICES.txt +++ b/LSL2/STPROC/ACTIVE_DIRECTORY_SERVICES.txt @@ -71,6 +71,8 @@ Service GetADGroups(Username, Domain) AccountMgmtDllPath = DotNetDir:'System.DirectoryServices.AccountManagement.dll' Set_Property.Net(DotNetHandle, "AssemblyName", AccountMgmtDllPath) If Not(Get_Status(errCode)) then + + Params = 'Domain':@FM:'Infineon' ParamTypes = 'System.DirectoryServices.AccountManagement.ContextType':@FM:'System.String' objPC = Create_Class.Net(DotNetHandle, "System.DirectoryServices.AccountManagement.PrincipalContext", 0, Params, ParamTypes)