Skip to content

Ensure the UseEffectiveUserName configuration property is set on

To configure CALUMO to run in Effective User Name mode, you need to set the property UseEffectiveUserName to true, in master.config.json file located in the CALUMO Webserver installation directory.

To do this, follow the instructions below:

  • Open the file in a text editor like notepad.
  • Replace the right hand side value with “true”

You should now have a line that looks like this in your configuration:

 
"UseEffectiveUserName" : "true",
 

Save the file and now recycle the CALUMO Application Pool.

Back to top