On Thu, Mar 18, 2010 at 6:28 PM, Brian Aker <[email protected]> wrote: > Hi! > > I'd like to start tracking user ownership on objects, aka who made what. > This is a little more complex for us since we don't have an internal concept > of a "user" since we delegate authority to other systems. What I am thinking
Well, we already have the Session's SecurityContext object, which already contains information on the user, hostname, ip, and password. What other user information would be needed for ownership of objects? -jay > at the moment though is that we set up a domain:user combination similar to > what we see with HTTP. The other option, and hold onto your socks, would be > to use openID identifiers. > > I believe we could easily map OpenID to the more traditional systems like > LDAP/etc. > > Thoughts? > > Cheers, > -Brian > > _______________________________________________ > Mailing list: https://launchpad.net/~drizzle-discuss > Post to : [email protected] > Unsubscribe : https://launchpad.net/~drizzle-discuss > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

