From 9b54923f4ee5411966016f91224e4f4f545f1416 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 17 Jun 2013 15:56:14 -0400
Subject: [PATCH] Option to auto-create accounts based on authenticated container principals (issue-246)

---
 releases.moxie |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/releases.moxie b/releases.moxie
index f419992..50a54e7 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -66,6 +66,7 @@
 	 - Added weblogic.xml to WAR for deployment on WebLogic (issue 199)
 	 - Support username substitution in web.otherUrls (issue 213)
 	 - Option to force client-side basic authentication instead of form-based authentication if web.authenticateViewPages=true (issue 222)
+	 - Setting to automatically create an user account based on an authenticated user principal from the servlet container (issue-246)
 
     contributors:
 	- Bandarupalli Satyanarayana
@@ -86,6 +87,7 @@
 	- Matthias Bauer
 	- Micha�l Pailloncy
 	- Michael Schaefers
+	- Oliver Doepner
 	- Philip Boutros
 	- Rafael Cavazin
 	- Ryan Schneider
@@ -109,6 +111,7 @@
 	- { name: 'git.daemonPort', defaultValue: 0 }
     - { name: 'git.defaultIncrementalPushTagPrefix', defaultValue: 'r' }
 	- { name: 'mail.smtps', defaultValue: false }
+	- { name: 'realm.container.autoCreateAccounts', defaultValue: 'false' }
 	- { name: 'realm.salesforce.backingUserService', defaultValue: 'users.conf' }
 	- { name: 'realm.salesforce.orgId', defaultValue: 0 }
 	- { name: 'web.activityDurationChoices', defaultValue: '7 14 28 60 90 180' }

--
Gitblit v1.9.1