Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
72:ldap_config_authenication [2018/07/16 14:51] – [Configuring Authentication] bkkr72:ldap_config_authenication [2018/07/16 14:52] – [Configuring Authentication] bkkr
Line 45: Line 45:
 === The authentication Schema === === The authentication Schema ===
  
-=== The authentication schema is used to build up the distinguished name of a synchronized user for authentication purposes. The schema can be specified using the optional  ldap-authentication  tag, which has to be nested inside an  ldap-provider  tag if used. ===+The authentication schema is used to build up the distinguished name of a synchronized user for authentication purposes. The schema can be specified using the optional ldap-authentication tag, which has to be nested inside an ldap-provider tag if used.
  
 <code> <code>
 <ldap-provider url=„SERVER_URL“ key=„AUTHENTICATION_KEY> <ldap-provider url=„SERVER_URL“ key=„AUTHENTICATION_KEY>
  
- <ldap-authentication type="simple" principal="SOME_PRINCIPAL"/> +<ldap-authentication type="simple" principal="SOME_PRINCIPAL"/> 
- …+
 </ldap-provider> </ldap-provider>
 </code> </code>