From fa38a155cf2019c1fc7904ab47d37c0e7e558c13 Mon Sep 17 00:00:00 2001 From: James Moger Date: Fri, 21 Feb 2014 15:25:46 -0500 Subject: 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. --- src/main/distrib/data/gitblit.properties | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/distrib/data/gitblit.properties') 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 -- cgit v1.2.3