opendj_service.exe.manifest revision b1dce270ec218b8ad86ce6d745d295da038a5c88
0N/A<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2362N/A<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
0N/A <assemblyIdentity version="1.0.0.0"
0N/A processorArchitecture="X86" name="opendj_service" type="win32"/>
0N/A <description>Executable used to run OpenDJ as a Windows Service</description>
0N/A <!-- Identify the application security requirements. -->
2362N/A <ms_asmv2:trustInfo xmlns:ms_asmv2="urn:schemas-microsoft-com:asm.v2">
0N/A <ms_asmv2:security>
2362N/A <ms_asmv2:requestedPrivileges>
0N/A <ms_asmv2:requestedExecutionLevel
0N/A level="asInvoker"
0N/A uiAccess="false"/>
0N/A </ms_asmv2:requestedPrivileges>
0N/A </ms_asmv2:security>
0N/A </ms_asmv2:trustInfo>
0N/A</assembly>