os/security/authorisation/userpromptservice/policies/test/tupspolicies/scripts/policyeclipse.ini
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 [requests]
     2 numrequests=3
     3 
     4 ; Eclipsing test part 2 - eclipse policy file on Z drive
     5 ; Version nos. are different and a different policy is matched
     6 ; because the upgraded policy depends on the system server security check.
     7 [request0]
     8 clientsid=01000030
     9 clientvid=70000001
    10 serversid=01033000
    11 serviceid=01032001
    12 destination=anydestination
    13 securityresult=false
    14 response=Always
    15 expectederror=0
    16 expectedflags=12
    17 expectedsilent=false
    18 expectedmajorversion=3
    19 expectedminorversion=2
    20 expectedpolicyevaluator=10283698
    21 opaquedata=opaque0
    22 
    23 ; Policy file only exists on the system drive
    24 [request1]
    25 clientsid=01000030
    26 clientvid=70000001
    27 serversid=01034000
    28 serviceid=01032001
    29 destination=systemdrive
    30 securityresult=false
    31 response=Never
    32 expectederror=0
    33 expectedflags=11
    34 expectedsilent=false
    35 expectedmajorversion=1
    36 expectedminorversion=0
    37 expectedpolicyevaluator=10283698
    38 opaquedata=opaque1
    39 
    40 ; Policy file on Z drive is eclipsed by a corrupt policy
    41 ; file on the system drive. Ignore the file on the system drive.
    42 [request2]
    43 clientsid=01000030
    44 clientvid=70000001
    45 serversid=01035000
    46 serviceid=01035001
    47 destination=anydestination
    48 securityresult=false
    49 response=Always
    50 expectederror=0
    51 expectedflags=1
    52 expectedsilent=false
    53 expectedmajorversion=1
    54 expectedminorversion=1
    55 expectedpolicyevaluator=10283698
    56 opaquedata=opaque11
    57 
    58 
    59 
    60