James Moger
2013-06-20 73c76b8f7ecaa43c7b5d60ade1c2273af525e8f1
src/main/distrib/data/gitblit.properties
@@ -500,6 +500,7 @@
#    com.gitblit.LdapUserService
#    com.gitblit.RedmineUserService
#    com.gitblit.SalesforceUserService
#    com.gitblit.WindowsUserService
#
# Any custom user service implementation must have a public default constructor.
#
@@ -853,17 +854,17 @@
# SINCE 0.5.0
web.itemsPerPage = 50
# The number of pushes to display on the overview page
# The number of reflog changes to display on the overview page
# Value must exceed 0 else default of 5 is used
#
# SINCE 1.3.0
web.overviewPushCount = 5
web.overviewReflogCount = 5
# The number of pushes to show on a push page before show the first, prev, next
# pagination links.  A default of 10 is used for any invalid value.
# The number of reflog changes to show on a reflog page before show the first,
#  prev, next pagination links.  A default of 10 is used for any invalid value.
#
# SINCE 1.3.0
web.pushesPerPage = 10
web.reflogChangesPerPage = 10
# Registered file extensions to ignore during Lucene indexing
#
@@ -1117,18 +1118,45 @@
# 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.
# default: 0 (i.e. do not check the Org ID)
#
# RESTART REQUIRED
# SINCE 1.3.0
realm.salesforce.orgId = 0
# URL of the LDAP server.