Difference between revisions of "LDAPGroup"
(Created page with "==LDAPGroup== ==BaseDN== The BaseDN defines the starting point for the search of users of a certain User Group. A valid BaseDN would be for example: "ou=people,dc=klu,dc=augm...") |
(→Own Properties) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Properties == |
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=20% | Data Type | ||
+ | |- | ||
+ | | '''BaseDN''' (BASEDN) || {{string}} | ||
+ | |- | ||
+ | | '''GroupIdentifier''' (GROUPIDENTIFIER) || {{string}} | ||
+ | |- | ||
+ | | '''LDAPService''' (LDAPSERVICE) || {{guid}} | ||
+ | |- | ||
+ | |} | ||
+ | |||
==BaseDN== | ==BaseDN== | ||
Line 9: | Line 21: | ||
==LDAPService== | ==LDAPService== | ||
− | LDAPService is a referenceproperty | + | LDAPService is a referenceproperty which needs to reference a pre defined LDAPService object. |
Latest revision as of 06:55, 8 October 2020
Properties
Name | Data Type |
---|---|
BaseDN (BASEDN) | String |
GroupIdentifier (GROUPIDENTIFIER) | String |
LDAPService (LDAPSERVICE) | Guid |
BaseDN
The BaseDN defines the starting point for the search of users of a certain User Group. A valid BaseDN would be for example: "ou=people,dc=klu,dc=augmensys"
GroupIdentifier
The GroupIdentifier acts as a Filter and is the key element in defining the criteria used to identify entries in search requests. A valid Filter would be: "(&(objectClass=inetOrgPerson)(objectClass=top))"
LDAPService
LDAPService is a referenceproperty which needs to reference a pre defined LDAPService object.