The security configuration consists of three parts:
| 1. | The OntoConfig.prp. |
| 2. | The security module. |
| 3. | The security context. |
First we configure the OntoConfig.prp: In order to turn on the access control you have to set two switches
Security.AccessControl = on
Security.LoginRequired = on
and the path to the other configuration files (this is optional, per default the "conf" folder is used):
dir.conf = /home/projects/someProject/conf