|
From: Dmitriy S. <sha...@gm...> - 2010-03-05 07:52:44
|
On Wed, Mar 3, 2010 at 6:30 PM, Loren Cahlander <lor...@gm...>wrote: > > For our purposes, we would need a script that would add an entry into > /system/openid/OpenIDUsers.xml if the user has not already been added to the > system. > Can we use /system/OpenIDUsers.xml or /system/openid/users.xml (I prefer last one)? > > <SessionLogs> > namespace should make it more readable <logs xmlns=" http://exist.org/security/session"> <?xml version="1.0" encoding="UTF-8"?> <Logs xmlns="http://exist.org/security/session"> <LogStartDateTime>2010-02-16T01:00:00.45+00:00</LogStartDateTime> <!-- why do we need this? it can be in log events--> <LogEndDateTime>2010-02-17T01:00:00.00+00:00</LogEndDateTime> <!-- & this? --> <Session id="bla"> <User id=http://john-q-public.myopenid.com> <Type>OpenID</Type> </user> // <SessionEvents> <!-- I don't feel comfotable with this, why we can use /session/event <Event timestamp=""> <Type>login</Type> </Event> Well, we should disscuss this in detail at Prague. -- Dmitriy Shabanov |