summaryrefslogtreecommitdiffstats
path: root/openlmi-mof-register
diff options
context:
space:
mode:
Diffstat (limited to 'openlmi-mof-register')
-rwxr-xr-xopenlmi-mof-register1
1 files changed, 1 insertions, 0 deletions
diff --git a/openlmi-mof-register b/openlmi-mof-register
index 0e31eb7..f1a0f67 100755
--- a/openlmi-mof-register
+++ b/openlmi-mof-register
@@ -154,6 +154,7 @@ def define_module(location, group, version):
InterfaceType = "CMPI";
InterfaceVersion = "2.0.0";
ModuleGroupName = "%(group)s";
+ UserContext = 5; /* the provider is invoked in the user context of the CIM Server itself */
};
""" % { 'location': location, 'group': group, 'version': version }