#duraspace IRC Log

Index

IRC Log for 2010-02-09

Timestamps are in GMT/BST.

[1:31] * mdiggory (~mdiggory@cpe-66-74-212-9.san.res.rr.com) has joined #duraspace
[1:56] * Tonny_DK (~thl@130.226.36.117) has joined #duraspace
[2:05] * mdiggory (~mdiggory@cpe-66-74-212-9.san.res.rr.com) Quit (Read error: Connection reset by peer)
[4:05] -lindbohm.freenode.net- *** Looking up your hostname...
[4:05] -lindbohm.freenode.net- *** Checking Ident
[4:05] -lindbohm.freenode.net- *** No Ident response
[4:05] -lindbohm.freenode.net- *** Found your hostname
[4:05] [frigg VERSION]
[4:05] * DuraLogBot (~PircBot@fedcommsrv1.nsdlib.org) has joined #duraspace
[4:05] * Topic is 'Welcome to DuraSpace - This channel is logged - http://duraspace.org/irclogs/'
[4:05] * Set by cwilper on Tue Jun 30 16:32:05 EDT 2009
[6:09] * grahamtriggs (~trig01@80.169.130.178) has joined #duraspace
[6:45] * Tonny_DK (~thl@130.226.36.117) Quit (Quit: Leaving.)
[6:47] * Tonny_DK (~thl@130.226.36.117) has joined #duraspace
[7:55] * Tonny_DK (~thl@130.226.36.117) Quit (Quit: Leaving.)
[8:16] * Tonny_DK (~thl@130.226.36.117) has joined #duraspace
[8:26] * mhwood (~mhwood@2001:18e8:3:171:218:8bff:fe2a:56a4) has joined #duraspace
[8:36] * cbeer (~cbeer@146.115.109.46) Quit (Quit: leaving)
[9:23] * cbeer_ (~cbeer@146.115.109.46) has joined #duraspace
[9:35] * tdonohue (~tdonohue@c-98-228-50-55.hsd1.il.comcast.net) has joined #duraspace
[9:36] * Tonny_DK (~thl@130.226.36.117) Quit (Quit: Leaving.)
[9:38] * Tonny_DK (~thl@130.226.36.117) has joined #duraspace
[9:41] * Tonny_DK (~thl@130.226.36.117) Quit (Client Quit)
[9:46] * Tonny_DK (~thl@130.226.36.117) has joined #duraspace
[10:01] * Tonny_DK (~thl@130.226.36.117) Quit (Quit: Leaving.)
[10:57] * asger (~82e11a21@gateway/web/freenode/x-izhhwhfmhsuxvkbl) has joined #duraspace
[10:58] * anarchivist (~anarchivi@unaffiliated/anarchivist) has joined #duraspace
[10:58] * anarchivist (~anarchivi@unaffiliated/anarchivist) Quit (Quit: Leaving.)
[10:58] * bbranan (~46799f09@gateway/web/freenode/x-xltzpqjwauqctcww) has joined #duraspace
[10:59] * cwilper (~cwilper@74-44-155-90.dsl1-erie.roch.ny.frontiernet.net) has joined #duraspace
[10:59] * kstrnad (~4e2bc0d2@gateway/web/freenode/x-xrawdqwbyymuriwr) has joined #duraspace
[11:00] * barmintor (barmintor@specdl11.cul.columbia.edu) has joined #duraspace
[11:02] * anarchivist (~anarchivi@unaffiliated/anarchivist) has joined #duraspace
[11:05] * quoll (~quoll@c-98-249-18-172.hsd1.va.comcast.net) has joined #duraspace
[11:06] * sbayliss (~IceChat7@188-222-88-173.zone13.bethere.co.uk) has joined #duraspace
[11:12] <cwilper> http://fisheye.fedora-commons.org/browse/FCREPO/trunk/fcrepo-security/fcrepo-security-jaas/src/main/java/org/fcrepo/server/security/jaas/UserServlet.java?r=HEAD
[11:13] <cwilper> browsable source tree for fcrepo-security: http://fedora-commons.svn.sourceforge.net/viewvc/fedora-commons/fedora/trunk/fcrepo-security/
[11:14] * eddie1415 (~52e0627a@gateway/web/freenode/x-qoenotroggyatdst) has joined #duraspace
[11:14] * awoods (~awoods@pool-173-66-22-10.washdc.fios.verizon.net) has joined #duraspace
[11:14] <eddie1415> http://fedora-commons.org/confluence/display/FCR30/FeSL+Authentication
[11:19] <awoods> http://fedora-commons.svn.sourceforge.net/viewvc/fedora-commons/fedora/trunk/fcrepo-security/fcrepo-security-jaas/src/main/java/org/fcrepo/server/security/jaas/auth/module/XmlUsersFileModule.java?view=markup
[11:21] * birkland (~8054671c@gateway/web/freenode/x-nxuwgpxnhfkiutgm) has joined #duraspace
[11:25] <barmintor> The UserServlet doesn't assign atts, it only reports them
[11:27] <barmintor> it pulls the principal from session, so its statelessness depends on client starting a new session
[11:33] <barmintor> http://fisheye.fedora-commons.org/browse/FCREPO/trunk/fcrepo-security/fcrepo-security-pdp/src/main/java/org/fcrepo/server/security/xacml/pdp
[11:50] <barmintor> pdp: Policy Decision Point - XACML combination of user atts, action requested to determine relevant policy
[11:51] <barmintor> pep: Policy Enforcement Point - XACML rig for requesting a PDP determination
[11:51] * anarchivist (~anarchivi@unaffiliated/anarchivist) Quit (Quit: Leaving.)
[11:51] <barmintor> dbxml supports the pdp searching the xml policy source
[11:54] * anarchivist (~anarchivi@unaffiliated/anarchivist) has joined #duraspace
[11:55] <barmintor> iirc, the xacml library also lacks some of the more recently defined comparison functions in XACML specs, as well
[12:00] <cwilper> Todo: Remove duplication in pep and pdp. Lots of cut+paste examples in the code. Asger points out that UserServlet is in pep *and* jaas modules.
[12:17] <barmintor> filters at: http://fisheye.fedora-commons.org/browse/FCREPO/trunk/fcrepo-security/fcrepo-security-pep/src/main/java/org/fcrepo/server/security/xacml/pep/rest/filters
[12:19] <awoods> FeSL Auth config: http://fedora-commons.org/confluence/display/FCR30/FeSL+Authorization
[12:38] <cwilper> Action: Log issue for security w/r/t fedoraInternalCallUser and backend security. Are these still needed as we move to FeSL? If a replacement is needed, perhaps having a special way for Fedora to authenticate to itself via the JAAS module would fit the bill.
[12:39] * eddie1415 (~52e0627a@gateway/web/freenode/x-qoenotroggyatdst) Quit (Quit: Page closed)
[12:39] <cwilper> (meeting's done..thanks all)
[12:39] * sbayliss (~IceChat7@188-222-88-173.zone13.bethere.co.uk) Quit (Quit: bye!)
[12:43] * grahamtriggs (~trig01@80.169.130.178) has left #duraspace
[12:44] * barmintor (barmintor@specdl11.cul.columbia.edu) has left #duraspace
[12:58] * birkland (~8054671c@gateway/web/freenode/x-nxuwgpxnhfkiutgm) Quit (Quit: Page closed)
[13:31] * asger (~82e11a21@gateway/web/freenode/x-izhhwhfmhsuxvkbl) Quit (Quit: Page closed)
[13:32] * bbranan (~46799f09@gateway/web/freenode/x-xltzpqjwauqctcww) Quit (Quit: Page closed)
[13:38] * anarchivist (~anarchivi@unaffiliated/anarchivist) has left #duraspace
[14:13] * kstrnad (~4e2bc0d2@gateway/web/freenode/x-xrawdqwbyymuriwr) Quit (Quit: Page closed)
[14:29] * grahamtriggs (~grahamtri@cpc1-stev6-2-0-cust340.9-2.cable.virginmedia.com) has joined #duraspace
[14:47] * cwilper (~cwilper@74-44-155-90.dsl1-erie.roch.ny.frontiernet.net) Quit (Quit: Leaving)
[15:24] <cbeer_> awoods: ping?
[15:58] * awoods (~awoods@pool-173-66-22-10.washdc.fios.verizon.net) Quit (Remote host closed the connection)
[17:15] * mhwood (~mhwood@2001:18e8:3:171:218:8bff:fe2a:56a4) Quit (Remote host closed the connection)
[18:00] * tdonohue (~tdonohue@c-98-228-50-55.hsd1.il.comcast.net) has left #duraspace
[19:30] * Disconnected.
[19:33] -hubbard.freenode.net- *** Looking up your hostname...
[19:33] -hubbard.freenode.net- *** Checking Ident
[19:33] -hubbard.freenode.net- *** Found your hostname
[19:33] -hubbard.freenode.net- *** No Ident response
[19:33] [frigg VERSION]

These logs were automatically created by DuraLogBot on irc.freenode.net using the Java IRC LogBot.