[Yanel-commits] rev 58501 - public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users

michi at wyona.com michi at wyona.com
Fri May 27 13:38:01 CEST 2011


Author: michi
Date: 2011-05-27 13:38:01 +0200 (Fri, 27 May 2011)
New Revision: 58501

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/alice.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/lenya.xml
Log:
profiles updated in order to check md5/salt algorithm

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/alice.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/alice.xml	2011-05-27 11:35:27 UTC (rev 58500)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/alice.xml	2011-05-27 11:38:01 UTC (rev 58501)
@@ -1,13 +1,13 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
-<user id="alice" xmlns="http://www.wyona.org/security/1.0">
+<user xmlns="http://www.wyona.org/security/1.0" id="alice">
   <name>Alice</name>
-  <description>Test User</description>
   <email>alice at yanel.org</email>
-  <password type="md5">8e07dafd13495561db9063ebe4db4b27</password>
-
   <language>en</language>
+  <password>5fe7da0fb203fa7726986dbace882c20</password>
+  <salt>cb5a72db5dbe2ce2</salt>
+  <description>Test User</description>
   <expire>2069-02-16T00:00:00</expire>
-
+  <aliases/>
   <groups/>
 </user>

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/lenya.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/lenya.xml	2011-05-27 11:35:27 UTC (rev 58500)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/ac-identities/data/users/lenya.xml	2011-05-27 11:38:01 UTC (rev 58501)
@@ -1,23 +1,20 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
-<user id="lenya" xmlns="http://www.wyona.org/security/1.0">
+<user xmlns="http://www.wyona.org/security/1.0" id="lenya">
   <name>Bob</name>
-  <description>Test User</description>
   <email>lenya at wyona.org</email>
-  <password type="md5">8e07dafd13495561db9063ebe4db4b27</password>
-
   <language>en</language>
-<!--
-  <language>de</language>
--->
-  <expire>2069-02-16T00:00:00</expire>
 
-  <groups>
-    <group id="example-group"/>
-    <group id="example-subgroup"/>
-  </groups>
+  <password>f8648245a124740f173173ecd7b1a32a</password>
+  <salt>cd1f93aa2b4c0bcd</salt>
 
+  <description>Test User</description>
+  <expire>2069-02-16T00:00:00</expire>
   <aliases>
     <alias id="bob at wyona.org"/>
   </aliases>
+  <groups>
+    <group id="example-group"/>
+    <group id="example-subgroup"/>
+  </groups>
 </user>



More information about the Yanel-commits mailing list