oop_user_unix
Run the out-of-process server as a specific user, so that you can run the out-of-process server with different privileges to your main application.
This function can be used only on non-Windows platforms, see oop_user_win() to specify the user for the out-of-process server on Windows.
Default behavior is to run the out-of-process server as the current user.
Syntax
Configuration& Configuration::oop_user_unix(uint32_t userId, uint32_t groupId)