Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
72:ldap_config_authenication [2018/07/16 14:50] – [Configuring Authentication] bkkr72:ldap_config_authenication [2018/07/16 14:52] – [Configuring Authentication] bkkr
Line 43: Line 43:
 The credentials attribute holds the password of the query user. The credentials attribute holds the password of the query user.
  
- 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 <font inherit/Courier New,Courier,monospace;;inherit;;inherit>ldap-authentication</font> tag, which has to be nested inside an <font inherit/Courier New,Courier,monospace;;inherit;;inherit>ldap-provider</font> 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>