To access the Interface, you must point your Web Browser to the URL provided during installation.
By default the Configuration Tool is accessible on the dedicated port 7766 (HTTP). For example : http://172.16.1.130:7766
The UI can be now protected by an HTTPS access
Accessing to the UI will still use the default dedicated port 7766 (but in HTTPS).
You must Sign in to access the Administration Tool :
| If Shinken is connected to an active directory, please use your usual account |
If an error occurred (wrong login or password), you will be prompted again |

Edit the auth_active_directory.cfg in /etc/shinken/modules:
| Property | Example | Description |
|---|---|---|
| ldap_uri | ldaps://myserver | The address of the ldap server. |
| user | user | The user name to connect to the lapd server. |
| password | password | The password. |
| basedn | DC =google,DC=com | Base OU for the users. |
By default, edit the synchronizer-master.cfg file in the directory /etc/shinken/synchronizers/
| Property | Example | Description |
|---|---|---|
modules | modules Cfg_password, auth-active-directory | Add auth-active-directory in the line starting by modules. |
| It will first try to identify the login/pass provided in the via the active directory module, then check in the synchronizer database, and then reject it if not found or valid. |