realm properties for the installer
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 8 Feb 2011 14:03:51 +0000 (14:03 +0000)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Tue, 8 Feb 2011 14:03:51 +0000 (14:03 +0000)
.gitattributes
src/main/installer/templates/.cdmLibrary/cdm-server-realm.properties [new file with mode: 0644]

index d33eeee7352e6acb00d7170b582a3720b2e35ecb..2ab41df95f1891047967b4c243a306f2c6cadef9 100644 (file)
@@ -13,6 +13,7 @@ src/main/installer/linux/cdmserver -text
 src/main/installer/linux/copyright -text
 src/main/installer/linux/postinst -text
 src/main/installer/linux/postrm -text
+src/main/installer/templates/.cdmLibrary/cdm-server-realm.properties -text
 src/main/installer/templates/.cdmLibrary/datasources.xml -text
 src/main/installer/templates/copyright.txt -text
 src/main/installer/win32/program-folder/CDMServer.exe -text
diff --git a/src/main/installer/templates/.cdmLibrary/cdm-server-realm.properties b/src/main/installer/templates/.cdmLibrary/cdm-server-realm.properties
new file mode 100644 (file)
index 0000000..02982e8
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# This file defines users passwords and roles for a HashUserRealm
+#
+# The format is
+#  <username>: <password>[,<rolename> ...]
+#
+# Passwords may be clear text, obfuscated or checksummed.  The class 
+# org.eclipse.util.Password should be used to generate obfuscated
+# passwords or password checksums
+#
+# If DIGEST Authentication is used, the password must be in a recoverable
+# format, either plain text or OBF:.
+#
+admin: edit,server-administrator,admin