Ignore:
Timestamp:
Oct 3, 2008, 6:48:05 PM (16 years ago)
Author:
broder
Message:

Whoops - I should actually check code after I write it; fix the new RemConfFS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remconffs

    r986 r1011  
    4949                """Build the ACL file for a machine
    5050                """
    51                 machine = database.Machine.get_by(name=machine)
     51                machine = database.Machine.query().filter_by(name=machine).one()
    5252                users = [acl.user for acl in machine.acl]
    5353                return "\n".join(map(self.userToPrinc, users)
Note: See TracChangeset for help on using the changeset viewer.