summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data/gitblit.properties
diff options
context:
space:
mode:
authorWilliam Whittle <william.whittle@gmail.com>2013-06-07 16:04:18 +0100
committerWilliam Whittle <william.whittle@gmail.com>2013-06-07 16:09:49 +0100
commite8b8eec715a41fc0b5e4c397f27c54997f505cb7 (patch)
treedcbcd2e24f6e5554b4d366d2ab46a140fcd022a6 /src/main/distrib/data/gitblit.properties
parent635ef9bf1134735bb0cbab00dbdc81fe2db97130 (diff)
downloadgitblit-e8b8eec715a41fc0b5e4c397f27c54997f505cb7.tar.gz
gitblit-e8b8eec715a41fc0b5e4c397f27c54997f505cb7.zip
Added support for authenticating against a Salesforce org.
Diffstat (limited to 'src/main/distrib/data/gitblit.properties')
-rw-r--r--src/main/distrib/data/gitblit.properties15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties
index 36d78035..82e77f35 100644
--- a/src/main/distrib/data/gitblit.properties
+++ b/src/main/distrib/data/gitblit.properties
@@ -499,6 +499,7 @@ web.projectsFile = ${baseFolder}/projects.conf
# Alternative user services:
# com.gitblit.LdapUserService
# com.gitblit.RedmineUserService
+# com.gitblit.SalesforceUserService
#
# Any custom user service implementation must have a public default constructor.
#
@@ -1096,6 +1097,20 @@ federation.sets =
# Advanced Realm Settings
#
+# The SalesforceUserService must be backed by another user service for standard user
+# and team management.
+# default: users.conf
+#
+# RESTART REQUIRED
+# BASEFOLDER
+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
+realm.salesforce.orgId = 0
+
# URL of the LDAP server.
# To use encrypted transport, use either ldaps:// URL for SSL or ldap+tls:// to
# send StartTLS command.