Jump to: navigation, search

Difference between revisions of "LDAPService"


(Created page with "==LDAP Service== ==BaseproviderURL== The url to a LDAP Server you want to authenticate against. A valid LDAP url looks like this: "LDAP://192.168.1.75:389" ==Principal== If...")
 
(LDAP Service)
Line 1: Line 1:
==LDAP Service==
+
 
 +
 
  
 
==BaseproviderURL==
 
==BaseproviderURL==

Revision as of 06:31, 8 October 2020


BaseproviderURL

The url to a LDAP Server you want to authenticate against. A valid LDAP url looks like this: "LDAP://192.168.1.75:389"

Principal

If not defined differently, to authenticate against a LDAP Server you need a Service Account which has the rights to look up the specified LDAP Server. A valid DN belongs into the Principal property, for example: "cn=admin,dc=klu,dc=augmensys"

Credentials

The password for the Service Account.

Searchbase

The Searchbase defines the starting point for the search of the Admin User in the directory tree. A valid Searchbase would be for example: "dc=klu,dc=augmensys"