summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data
diff options
context:
space:
mode:
authorFabrice Bacchella <fbacchella@spamcop.net>2015-05-15 22:36:45 +0200
committerFabrice Bacchella <fbacchella@spamcop.net>2015-05-15 22:36:45 +0200
commit2c0555f90ecb61a068754569e2624a6569b89a2c (patch)
tree765e84867c620d101728f4c61d5634d72d856d5f /src/main/distrib/data
parent2fdefced2aeecc7c12f3de50f89c1590a6a088fc (diff)
downloadgitblit-2c0555f90ecb61a068754569e2624a6569b89a2c.tar.gz
gitblit-2c0555f90ecb61a068754569e2624a6569b89a2c.zip
A patch that allows to extract a new user informations from the HTTP session
if the webapp container can fill it.
Diffstat (limited to 'src/main/distrib/data')
-rw-r--r--src/main/distrib/data/defaults.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/distrib/data/defaults.properties b/src/main/distrib/data/defaults.properties
index 0857ccf6..7be50c80 100644
--- a/src/main/distrib/data/defaults.properties
+++ b/src/main/distrib/data/defaults.properties
@@ -1610,6 +1610,22 @@ federation.sets =
# SINCE 1.3.0
realm.container.autoCreateAccounts = false
+# A set of mapping used to map HTTP session attributes to user informations
+# They are used if realm.container.autoCreateAccounts is set to true and
+# the webapp container used can fill the session with user informations
+#
+# SINCE 1.7.0
+realm.container.autoAccounts.displayName =
+realm.container.autoAccounts.emailAddress =
+realm.container.autoAccounts.locale =
+
+# If the user's created by the webapp container is given this role,
+# the user created will be a admin user.
+#
+# SINCE 1.7.0
+realm.container.autoAccounts.adminRole =
+
+
# Allow or prohibit Windows guest account logins
#
# SINCE 1.3.0