| | |
| | | # SINCE 1.4.0
|
| | | tickets.requireApproval = false
|
| | |
|
| | | # The case-insensitive regular expression used to identify and close tickets on
|
| | | # push to the integration branch for commits that are NOT already referenced as
|
| | | # a patchset tip.
|
| | | #
|
| | | # SINCE 1.5.0
|
| | | tickets.closeOnPushCommitMessageRegex = (?:fixes|closes)[\\s-]+#?(\\d+)
|
| | |
|
| | | # Specify the location of the Lucene Ticket index
|
| | | #
|
| | | # SINCE 1.4.0
|
| | |
| | | # SINCE 1.0.0
|
| | | realm.ldap.password = password
|
| | |
|
| | | # Bind pattern for Authentication.
|
| | | # Allow to directly authenticate an user without LDAP Searches.
|
| | | # |
| | | # e.g. CN=${username},OU=Users,OU=UserControl,OU=MyOrganization,DC=MyDomain
|
| | | #
|
| | | # SINCE 1.5.0
|
| | | realm.ldap.bindpattern = |
| | |
|
| | |
|
| | | # Delegate team membership control to LDAP.
|
| | | #
|
| | | # If true, team user memberships will be specified by LDAP groups. This will
|