mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

mkeyes
13.18.2007 a22d228c8e1227c1d4a09ffe49de914da00f6e58
Fix for Issue 2040 where a different format is required for the or symbol (||) in ACIs used with dsconfig in Windows.
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/functional-tests/shared/functions/dsconfig.xml
@@ -1065,6 +1065,8 @@
        
        if aciValue:
            aciValue=aciValue.replace('"','\\"')
            if isWindows:
                aciValue=aciValue.replace(r'||',r'"||"')
        
        STAFCmdParamsList=[]
        STAFCmdParamsList.append('set-access-control-handler-prop ')