Jump to: navigation, search

Difference between revisions of "LDAPLogin"


(Created page with "==LoginName== The name of the Login object. The name of the Login Object must be identical to the one specified on the LDAP Server. ==Use Domain Credentials== This setting mu...")
 
(Own Properties)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== Properties ==
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type
 +
|-
 +
| '''LoginName''' (LOGINNAME) || {{string}}
 +
|-
 +
| '''Use Domain Credentials''' (USEDOMAINCREDENTIALS) || {{boolean}}
 +
|-
 +
| '''Identifier''' (IDENTIFIER) || {{string}}
 +
|-
 +
| '''Searchbase''' (SEARCHBASE) || {{string}}
 +
|-
 +
| '''LDAPGroup''' (LDAPGROUP) || {{guid}}
 +
|}
 +
 +
 
==LoginName==
 
==LoginName==
 
The name of the Login object.
 
The name of the Login object.
Line 7: Line 24:
  
 
==Identifier==
 
==Identifier==
The Identifier property specifies a "unique identifier" for an object represented in the LDAP Directory. The domain within which the identifier is unique, and the exact semantics of the identifier, are for local definition. Example for valid Identifier: "uid","cn"...
+
The Identifier property specifies a "unique identifier" for an object represented in the LDAP Directory. The domain within which the identifier is unique, and the exact semantics of the identifier, are for local definition. For a person, this could be an institution-wide payroll number or email address.
 +
 
  
 
==Searchbase==
 
==Searchbase==
Line 13: Line 31:
  
 
==LDAPGroup==
 
==LDAPGroup==
LDAPGroup is a referenceproperty in which the belonging LDAPGroup object needs to get dragged in
+
LDAPGroup is a referenceproperty which needs to reference a pre defined LDAPGroup object.

Latest revision as of 06:54, 8 October 2020

Properties

Name Data type
LoginName (LOGINNAME) String
Use Domain Credentials (USEDOMAINCREDENTIALS) Boolean
Identifier (IDENTIFIER) String
Searchbase (SEARCHBASE) String
LDAPGroup (LDAPGROUP) Guid


LoginName

The name of the Login object. The name of the Login Object must be identical to the one specified on the LDAP Server.

Use Domain Credentials

This setting must be set to "True" in order to perform your authentication against the LDAP Server. If set to "False" UBIK will perform it´s authentication against the internal UBIK Database.

Identifier

The Identifier property specifies a "unique identifier" for an object represented in the LDAP Directory. The domain within which the identifier is unique, and the exact semantics of the identifier, are for local definition. For a person, this could be an institution-wide payroll number or email address.


Searchbase

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

LDAPGroup

LDAPGroup is a referenceproperty which needs to reference a pre defined LDAPGroup object.