| | |
| | | # SINCE 1.0.0
|
| | | realm.ldap.groupMemberPattern = (&(objectClass=group)(member=${dn}))
|
| | |
|
| | | # Filter criteria for empty LDAP groups
|
| | | #
|
| | | # Query pattern to use when searching for an empty team. This may be any valid |
| | | # LDAP query expression, including the standard (&) and (|) operators.
|
| | | #
|
| | | # SINCE 1.4.0
|
| | | realm.ldap.groupEmptyMemberPattern = (&(objectClass=group)(!(member=*)))
|
| | |
|
| | | # LDAP users or groups that should be given administrator privileges.
|
| | | #
|
| | | # Teams are specified with a leading '@' character. Groups with spaces in the
|
| | |
| | | # default: 5 MINUTES
|
| | | #
|
| | | # RESTART REQUIRED
|
| | | # SINCE 1.4.0
|
| | | realm.ldap.synchronizeUsers.ldapSyncPeriod = 5 MINUTES
|
| | |
|
| | | # Defines whether to delete non-existent LDAP users from the backing user service
|