summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-05-11 08:56:59 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-05-11 08:56:59 +0000
commit1652db2b29e7362fa32c6eb75c1fd186b557ea40 (patch)
tree3b48c4a99c9d621d7ee699fd4151a5796fd5f347 /cpp
parentAdded support for setting user under which the process should run. (diff)
downloadice-1652db2b29e7362fa32c6eb75c1fd186b557ea40.tar.bz2
ice-1652db2b29e7362fa32c6eb75c1fd186b557ea40.tar.xz
ice-1652db2b29e7362fa32c6eb75c1fd186b557ea40.zip
Added user attribute
Diffstat (limited to 'cpp')
-rw-r--r--cpp/slice/IceGrid/Descriptor.ice7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/slice/IceGrid/Descriptor.ice b/cpp/slice/IceGrid/Descriptor.ice
index 1c9754da9b5..52ea5034a69 100644
--- a/cpp/slice/IceGrid/Descriptor.ice
+++ b/cpp/slice/IceGrid/Descriptor.ice
@@ -340,6 +340,13 @@ class ServerDescriptor extends CommunicatorDescriptor
*
**/
bool allocatable;
+
+ /**
+ *
+ * The user account used to run the server.
+ *
+ **/
+ string user;
};
/**