summaryrefslogtreecommitdiffstats
path: root/releases.moxie
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@cycos.com>2013-07-09 13:07:13 +0200
committerJames Moger <james.moger@gitblit.com>2013-08-12 16:32:12 -0400
commita0c34e37fe8e456a21c7a57e9d45e637ab40cce8 (patch)
treea85998534a5075716263d7d3c4529e5b3b9a11b5 /releases.moxie
parent13208e8c3b34c321b470aa181b705f78fcc09c5f (diff)
downloadgitblit-a0c34e37fe8e456a21c7a57e9d45e637ab40cce8.tar.gz
gitblit-a0c34e37fe8e456a21c7a57e9d45e637ab40cce8.zip
Add an Apache htpasswd user service
Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7
Diffstat (limited to 'releases.moxie')
-rw-r--r--releases.moxie7
1 files changed, 6 insertions, 1 deletions
diff --git a/releases.moxie b/releases.moxie
index fea44995..5400234a 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -20,13 +20,18 @@ r19: {
changes: ~
additions:
- Add setting for maximum number of days of activity to that may be requested
- dependencyChanges: ~
+ - Added HtpasswdUserService to authenticate users against an htpasswd file
+ dependencyChanges:
+ - Added commons-codec 1.7
contributors:
- github/guriguri
- Doug Ayers
- Ori Livneh
+ - Florian Zschocke
settings:
- { name: 'web.activityDurationMaximum', defaultValue: 30 }
+ - { name: 'realm.htpasswd.userFile', defaultValue: '${baseFolder}/htpasswd' }
+ - { name: 'realm.htpasswd.overrideLocalAuthentication', defaultValue: 'false' }
}
#