Difference between revisions of "LDAPLogin"
(→Own Properties) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Properties == |
{| class="wikitable" width=50% | {| class="wikitable" width=50% | ||
|- | |- | ||
Line 6: | Line 6: | ||
| '''LoginName''' (LOGINNAME) || {{string}} | | '''LoginName''' (LOGINNAME) || {{string}} | ||
|- | |- | ||
− | | '''Use Domain Credentials''' (USEDOMAINCREDENTIALS) || {{ | + | | '''Use Domain Credentials''' (USEDOMAINCREDENTIALS) || {{boolean}} |
|- | |- | ||
| '''Identifier''' (IDENTIFIER) || {{string}} | | '''Identifier''' (IDENTIFIER) || {{string}} | ||
Line 12: | Line 12: | ||
| '''Searchbase''' (SEARCHBASE) || {{string}} | | '''Searchbase''' (SEARCHBASE) || {{string}} | ||
|- | |- | ||
− | | '''LDAPGroup''' (LDAPGROUP) || {{ | + | | '''LDAPGroup''' (LDAPGROUP) || {{guid}} |
|} | |} | ||
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.