From eb1264b0944cfc0ac951c62239cc5a85428088e0 Mon Sep 17 00:00:00 2001
From: Alfred Schmid <A.Schmid@ff-muenchen.de>
Date: Wed, 19 Feb 2014 11:04:16 -0500
Subject: [PATCH] Basic implementation of feature for ldap user synchronization as background service. Introduced configuration property to configure the synchronization period.

---
 src/test/config/test-users.conf |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/test/config/test-users.conf b/src/test/config/test-users.conf
index 59b6df4..1d01f84 100644
--- a/src/test/config/test-users.conf
+++ b/src/test/config/test-users.conf
@@ -4,6 +4,11 @@
 	accountType = LOCAL
 	role = "#admin"
 	role = "#notfederated"
+[user "sampleuser"]
+	password = sampleuser
+	cookie = 6e07ed42149fc166206319faffdfba2e2ec82e43
+	accountType = LOCAL
+	role = "#none"
 [team "admins"]
 	role = "#none"
 	accountType = LOCAL

--
Gitblit v1.9.1