| | |
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.admins= @Git_Admins
|
| | | realm.ldap.admins = @Git_Admins
|
| | |
|
| | | # Attribute(s) on the USER record that indicate their display (or full) name.
|
| | | # Leave blank for no mapping available in LDAP.
|
| | | #
|
| | | # This may be a single attribute, or a string of multiple attributes. Examples:
|
| | | # displayName - Uses the attribute 'displayName' on the user record
|
| | | # ${personalTitle}. ${givenName} ${surname} - Will concatenate the 3 |
| | | # attributes together, with a '.' after personalTitle
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.displayName = displayName
|
| | |
|
| | | # Attribute(s) on the USER record that indicate their email address.
|
| | | # Leave blank for no mapping available in LDAP.
|
| | | #
|
| | | # This may be a single attribute, or a string of multiple attributes. Examples:
|
| | | # email - Uses the attribute 'email' on the user record
|
| | | # ${givenName}.${surname}@gitblit.com -Will concatenate the 2 attributes
|
| | | # together with a '.' and '@' creating something like first.last@gitblit.com |
| | | #
|
| | | # SINCE 1.0.0
|
| | | realm.ldap.email = email
|
| | |
|
| | | #
|
| | | # Gitblit Web Settings
|
| | |
| | | # SINCE 0.5.0
|
| | | # RESTART REQUIRED
|
| | | server.shutdownPort = 8081
|
| | |
|
| | | # Custom Defined Properties for Repositories
|
| | | # Space delimited (use quotes if labels have spaces) list of custom properties
|
| | | # to show up on the "Edit Repository" page, with labels. Thes custom properties will
|
| | | # then be available for hooks.
|
| | | #
|
| | | # E.g. "commit-msg-regex=Commit Message Regualar Expression" another-property=Another
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | repository.customFields = |