Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 72:ldap_getting_started [2018/07/16 12:00] – created bkkr | 72:ldap_getting_started [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== Getting Started ====== | ====== Getting Started ====== | ||
| + | |||
| + | The synchronization of the Stages user database with a LDAP directory is configured in a specific section of the config.xml file. The LDAP configuration is defined in the ldap-provider tag section.\\ | ||
| + | The config.xml file can be found under: \\ | ||
| + | '' | ||
| + | |||
| + | The LDAP configuration example includes variables, they can be configured in: | ||
| + | |||
| + | '' | ||
| + | or\\ | ||
| + | '' | ||
| + | |||
| + | === Basic Configuration === | ||
| + | |||
| + | < | ||
| + | <ldap | ||
| + | | ||
| + | | ||
| + | < | ||
| + | | ||
| + | < | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | </ | ||
| + | |||
| + | * INTERVAL – synchronization interval in minutes | ||
| + | * SERVER – hostname and port of the LDAP server | ||
| + | * DIRECTORY – DN of the directory containing the user entres | ||
| + | * QUERYUSER & PWD– DN and password of user to be used for queries | ||