summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2014-02-21 15:25:46 -0500
committerJames Moger <james.moger@gitblit.com>2014-02-21 15:25:46 -0500
commitfa38a155cf2019c1fc7904ab47d37c0e7e558c13 (patch)
treef2855ed6fb1b2394d015c1ad7b4b40d78c75a73e /src/main/distrib/data
parent308c9d40f106157b43add0869888a49dee5b9478 (diff)
downloadgitblit-fa38a155cf2019c1fc7904ab47d37c0e7e558c13.tar.gz
gitblit-fa38a155cf2019c1fc7904ab47d37c0e7e558c13.zip
WindowsAuthProvider setting to restrict BUILTIN\Administrators
Some environments do not want to automatically allow Windows admin accounts to be Gitblit admins. This patch allows disabling/enabling the relationship between Windows builtin admin accounts and Gitblit accounts.
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r--src/main/distrib/data/gitblit.properties6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties
index da638322..35ae16ab 100644
--- a/src/main/distrib/data/gitblit.properties
+++ b/src/main/distrib/data/gitblit.properties
@@ -1352,6 +1352,12 @@ realm.container.autoCreateAccounts = false
# SINCE 1.3.0
realm.windows.allowGuests = false
+# Allow user accounts belonging to the BUILTIN\Administrators group to be
+# Gitblit administrators.
+#
+# SINCE 1.4.0
+realm.windows.permitBuiltInAdministrators = true
+
# The default domain for authentication.
#
# If specified, this domain will be used for authentication UNLESS the supplied