| | |
| | | # SINCE 0.5.0
|
| | | realm.minPasswordLength = 5
|
| | |
|
| | | # URL of the LDAP server.
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.server = ldap://my.ldap.server
|
| | |
|
| | | # The LDAP domain to prepend to all usernames during authentication. If
|
| | | # unspecified, all logins must prepend the domain to their username.
|
| | | # e.g. mydomain
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.domain = |
| | |
|
| | | # Login username for LDAP searches.
|
| | | # The domain prefix may be omitted if it matches the domain specified in
|
| | | # *realm.ldap.domain*. If this value is unspecified, anonymous LDAP login will
|
| | | # be used.
|
| | | # |
| | | # e.g. mydomain\\username
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.username =
|
| | |
|
| | | # Login password for LDAP searches.
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.password =
|
| | |
|
| | | # The LdapUserService must be backed by another user service for standard user
|
| | | # and team management.
|
| | | # default: users.conf
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | # RESTART REQUIRED
|
| | | realm.ldap.backingUserService = users.conf
|
| | |
|
| | | # Delegate team membership control to LDAP.
|
| | | #
|
| | | # If true, team user memberships will be specified by LDAP groups. This will
|
| | | # disable team selection in Edit User and user selection in Edit Team.
|
| | | #
|
| | | # If false, LDAP will only be used for authentication and Gitblit will maintain
|
| | | # team memberships with the *realm.ldap.backingUserService*.
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.maintainTeams = false
|
| | |
|
| | | #
|
| | | # Gitblit Web Settings
|
| | | #
|
| | |
| | | # SINCE 0.5.0
|
| | | web.allowZipDownloads = true
|
| | |
|
| | | # Allow optional Lucene integration. Lucene indexing is an opt-in feature.
|
| | | # A repository may specify branches to index with Lucene instead of using Git
|
| | | # commit traversal. There are scenarios where you may want to completely disable
|
| | | # Lucene indexing despite a repository specifying indexed branches. One such
|
| | | # scenario is on a resource-constrained federated Gitblit mirror.
|
| | | #
|
| | | # SINCE 0.9.0
|
| | | web.allowLuceneIndexing = true
|
| | |
|
| | | # Use Clippy (Flash solution) to provide a copy-to-clipboard button.
|
| | | # If false, a button with a more primitive JavaScript-based prompt box will
|
| | | # offer a 3-step (click, ctrl+c, enter) copy-to-clipboard alternative.
|
| | |
| | | #
|
| | | # SINCE 0.5.0
|
| | | web.repositoriesMessage = gitblit
|
| | |
|
| | | # Manually set the default timezone to be used by Gitblit for display in the |
| | | # web ui. This value is independent of the JVM timezone. Specifying a blank
|
| | | # value will default to the JVM timezone.
|
| | | # e.g. America/New_York, US/Pacific, UTC, Europe/Berlin
|
| | | #
|
| | | # SINCE 0.9.0
|
| | | # RESTART REQUIRED
|
| | | web.timezone =
|
| | |
|
| | | # Use the client timezone when formatting dates.
|
| | | # This uses AJAX to determine the browser's timezone and may require more
|
| | |
| | | #
|
| | | # <https://issues.apache.org/jira/browse/WICKET-1303>
|
| | | # <http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.10>
|
| | | # Add *org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true* to *CATALINA_OPTS*
|
| | | # Add *-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true* to your
|
| | | # *CATALINA_OPTS* or to your JVM launch parameters
|
| | | #
|
| | | # SINCE 0.5.2
|
| | | web.forwardSlashCharacter = /
|
| | |
| | | # SINCE 0.5.0
|
| | | web.itemsPerPage = 50
|
| | |
|
| | | # Registered file extensions to ignore during Lucene indexing
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 0.9.0
|
| | | web.luceneIgnoreExtensions = 7z arc arj bin bmp dll doc docx exe gif gz jar jpg lib lzh odg odf odt pdf ppt png so swf xcf xls xlsx zip
|
| | |
|
| | | # Registered extensions for google-code-prettify
|
| | | #
|
| | | # SPACE-DELIMITED
|