CMDBuild Forum

bug: serviceusers.privileged in auth.conf missing

When deploying cmdbuild 2.3.0 i noticed that the workflow.privileged user was missing from the default auth.conf file. This resulted in an error when trying to run a workflow and i needed to look up the syntax from an old version.

Enhancement request: put the serviceusers.privileged back into the config as was the case in 2.2.2 and before.

The options:
     serviceusers =
     serviceusers.privileged =
have been moved from the auth.conf file and have become two boolean attributes (respectively “Serviceand Privileged”) of the “User
” table.
CMDBuild Team