A group search where the principal entries contain an attribute referencing the groups that they are a member of.
| Attribute | Value |
|---|---|
| Default Value | memberOf |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Attribute | Value |
|---|---|
| Default Value | dn |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Attribute | Value |
|---|---|
| Default Value | SIMPLE |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Allowed Values | DISTINGUISHED_NAME SIMPLE |
| Attribute | Value |
|---|---|
| Default Value | uid |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Attribute | Value |
|---|---|
| Default Value | true |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| group-attribute | STRING | false | true | memberOf | The attribute on the principal which references the group the principal is a member of. |
| group-dn-attribute | STRING | false | true | dn | Which attribute on a group entry is it's distinguished name. |
| group-name | STRING | false | true | SIMPLE | An enumeration to identify if groups should be referenced using a simple name or their distinguished name. |
| group-name-attribute | STRING | false | true | uid | Which attribute on a group entry is it's simple name. |
| iterative | BOOLEAN | false | true | false | Should further searches be performed to identify groups that the groups identified are a member of? |
| parse-group-name-from-dn | BOOLEAN | false | true | false | Should the group name be extracted from the distinguished name. |
| prefer-original-connection | BOOLEAN | false | true | true | After following a referral should subsequent searches prefer the original connection or use the connection of the last referral. |
| skip-missing-groups | BOOLEAN | false | true | false | If a non-existent group is referenced should it be quietly ignored. |