| | |
| | | # 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
|
| | | #
|