diff options
author | James Moger <james.moger@gitblit.com> | 2014-02-21 15:25:46 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-02-21 15:25:46 -0500 |
commit | fa38a155cf2019c1fc7904ab47d37c0e7e558c13 (patch) | |
tree | f2855ed6fb1b2394d015c1ad7b4b40d78c75a73e /releases.moxie | |
parent | 308c9d40f106157b43add0869888a49dee5b9478 (diff) | |
download | gitblit-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 'releases.moxie')
-rw-r--r-- | releases.moxie | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/releases.moxie b/releases.moxie index 0aa35efa..da847641 100644 --- a/releases.moxie +++ b/releases.moxie @@ -62,6 +62,7 @@ r20: { - Support Markdown image links relative to the repository root (issue-324) - Added filesystem write permission check (issue-345) - Added GO launch parameter for redirecting logging to a rolling, daily log file (issue-348) + - Added settings to Windows authentication provider to permit/prohibit BUILTIN\Administrators from being Gitblit Admins (issue-354) - Support rendering confluence, mediawiki, textile, tracwiki, and twiki markup documents - Added setting to globally disable anonymous pushes in the receive pack - Added a normalized diffstat display to the commit, commitdiff, and compare pages @@ -90,6 +91,7 @@ r20: { - { name: 'realm.ldap.synchronize', defaultValue: 'false' } - { name: 'realm.ldap.syncPeriod', defaultValue: '5 MINUTES' } - { name: 'realm.ldap.removeDeletedUsers', defaultValue: 'true' } + - { name: 'realm.windows.permitBuiltInAdministrators', defaultValue: 'true' } - { name: 'web.commitMessageRenderer', defaultValue: 'plain' } - { name: 'web.documents', defaultValue: 'readme home index changelog contributing submitting_patches copying license notice authors' } - { name: 'web.showBranchGraph', defaultValue: 'true' } |