Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
72:ldap_getting_started [2018/07/16 12:00] – created bkkr72:ldap_getting_started [2018/11/06 09:19] – [Getting Started] etea
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 tag section.
 +
 +The config.xml file can be found under: ''<font inherit/Courier New,Courier,monospace;;inherit;;inherit><Stages folder>/stages/conf</font>''
 +
 +=== Basic Configuration ===
 +
 +<code>
 +<ldap
 + refreshIntervalMinutes="INTERVAL"
 + maximumDeletionPercentage="0">
 + <ldap-provider url="ldap://SERVER/DIRECTORY"
 + key="authenticationUsername">
 + <ldap-authentication
 + type="simple"
 + principal="%">
 + </ldap-authentication>
 + <ldap-attribute name="username" id="sAMAccountName"/>
 + <ldap-query-user name="QUERYUSER" credentials="PWD" />
 + </ldap-provider>
 +</ldap>
 +</code>
 +
 +  * 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