| | |
| | | # com.gitblit.LdapUserService
|
| | | # com.gitblit.RedmineUserService
|
| | | # com.gitblit.SalesforceUserService
|
| | | # com.gitblit.WindowsUserService
|
| | | #
|
| | | # Any custom user service implementation must have a public default constructor.
|
| | | #
|
| | |
| | | # SINCE 1.3.0
|
| | | realm.container.autoCreateAccounts = false
|
| | |
|
| | | # The WindowsUserService must be backed by another user service for standard user
|
| | | # and team management.
|
| | | # default: users.conf
|
| | | #
|
| | | # RESTART REQUIRED
|
| | | # BASEFOLDER
|
| | | # SINCE 1.3.0
|
| | | realm.windows.backingUserService = ${baseFolder}/users.conf
|
| | |
|
| | | # Allow or prohibit Windows guest account logins
|
| | | #
|
| | | # SINCE 1.3.0
|
| | | realm.windows.allowGuests = false
|
| | |
|
| | | # The default domain for authentication.
|
| | | #
|
| | | # If specified, this domain will be used for authentication UNLESS the supplied
|
| | | # login name manually specifies a domain (.e.g. mydomain\james or james@mydomain)
|
| | | #
|
| | | # If unspecified, the username must be specified in UPN format (name@domain).
|
| | | #
|
| | | # if "." (dot) is specified, ONLY the local account database will be used.
|
| | | #
|
| | | # SINCE 1.3.0
|
| | | realm.windows.defaultDomain =
|
| | |
|
| | | # The SalesforceUserService must be backed by another user service for standard user
|
| | | # and team management.
|
| | | # default: users.conf
|
| | | #
|
| | | # RESTART REQUIRED
|
| | | # BASEFOLDER
|
| | | # SINCE 1.3.0
|
| | | realm.salesforce.backingUserService = ${baseFolder}/users.conf
|
| | |
|
| | | # Restrict the Salesforce user to members of this org.
|