From 6adf56bb13227afac2c37871b3443fb5354d132c Mon Sep 17 00:00:00 2001 From: James Moger Date: Thu, 2 Aug 2012 00:27:02 -0400 Subject: Per-repository authorization control: AUTHENTICATED and NAMED (issue 117) --- distrib/gitblit.properties | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'distrib/gitblit.properties') diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 0923c41b..70718b67 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -63,6 +63,14 @@ git.onlyAccessBareRepositories = false # SINCE 1.0.0 git.defaultAccessRestriction = NONE +# The default authorization control for new repositories. +# Valid values are AUTHENTICATED and NAMED +# AUTHENTICATED = any authenticated user is granted restricted access +# NAMED = only named users/teams are granted restricted access +# +# SINCE 1.0.1 +git.defaultAuthorizationControl = NAMED + # Number of bytes of a pack file to load into memory in a single read operation. # This is the "page size" of the JGit buffer cache, used for all pack access # operations. All disk IO occurs as single window reads. Setting this too large -- cgit v1.2.3