From: Evan Broder Date: Mon, 27 Jul 2009 08:08:59 +0000 (-0700) Subject: First attempt at an ORM-like interface to the PRDB. X-Git-Tag: 0.1.0~11^2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/commitdiff_plain/264e62aff58ab2cdc835cbce60cacca5b4d6236f?ds=inline;hp=264e62aff58ab2cdc835cbce60cacca5b4d6236f First attempt at an ORM-like interface to the PRDB. Missing features that should eventually be added: - Create/delete users/groups - Expose afs._pts.PTS._AfsToKrb5 and afs._pts.PTS._Krb5ToAfs. _Krb5ToAfs could be exposed as a method to return a PTEntry from a Kerberos principal, while _AfsToKrb5 could be a method (or property) of a PTEntry that returns the equivalent Kerberos principal. Signed-off-by: Evan Broder ---