Skip to Content.
Sympa Menu

notify-dpml - r1396 - in trunk/main/planet/http/impl/etc: . test

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1396 - in trunk/main/planet/http/impl/etc: . test
  • Date: Sun, 23 Apr 2006 18:09:16 +0200

Author: mcconnell
Date: 2006-04-23 18:09:15 +0200 (Sun, 23 Apr 2006)
New Revision: 1396

Added:
trunk/main/planet/http/impl/etc/test/
trunk/main/planet/http/impl/etc/test/realm.properties
Log:
add test resources

Added: trunk/main/planet/http/impl/etc/test/realm.properties
===================================================================
--- trunk/main/planet/http/impl/etc/test/realm.properties 2006-04-23
16:07:45 UTC (rev 1395)
+++ trunk/main/planet/http/impl/etc/test/realm.properties 2006-04-23
16:09:15 UTC (rev 1396)
@@ -0,0 +1,21 @@
+#
+# 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.mortbay.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:.
+#
+jetty: MD5:164c88b302622e17050af52c89945d44,user
+admin: CRYPT:ad1ks..kc.1Ug,server-administrator,content-administrator,admin
+other: OBF:1xmk1w261u9r1w1c1xmq
+plain: plain
+user: password
+
+# This entry is for digest auth. The credential is a MD5 hash of
username:realmname:password
+digest: MD5:6e120743ad67abfbc385bc2bb754e297




  • r1396 - in trunk/main/planet/http/impl/etc: . test, mcconnell at BerliOS, 04/23/2006

Archive powered by MHonArc 2.6.24.

Top of Page