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...")
 
(Own Properties)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==LDAP Service==
+
==Properties ==
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type
 +
|-
 +
| '''BaseproviderURL''' (BASEPROVIDERURL) || {{string}}
 +
|-
 +
| '''Principal''' (PRINCIPAL) || {{string}}
 +
|-
 +
| '''Credentials''' (CREDENTIALS) || {{string}}
 +
|-
 +
| '''Searchbase''' (SEARCHBASE) || {{string}}
 +
|-
 +
|}
 +
 
  
 
==BaseproviderURL==
 
==BaseproviderURL==

Latest revision as of 06:55, 8 October 2020

Properties

Name Data type
BaseproviderURL (BASEPROVIDERURL) String
Principal (PRINCIPAL) String
Credentials (CREDENTIALS) String
Searchbase (SEARCHBASE) String


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"