Access Control Plug-in Project Integration

The AccessControlPlugin is a shared library with a user-defined name. To use the library inside of your project, add the entry:

accessControlPlugin =<AccessControlPluginFilename>

to the [general] section of the config file. If you omit the shared library extension, the configuration is OS independent. When loading the shared library on WINDOWS, the extension “.dll” and on UNIX the extension “.so” is automatically appended to the given name.

Note:

Note that the name accessControlPlugin above is just an example. You can use a customized name for your accessControlPlugin.

For more information see the Config entry description for accessControlPlugin or the WinCC OA implementation of the Access Control Plug-in.