- Timestamp:
- Oct 3, 2008, 6:48:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-remote-server/files/usr/sbin/sipb-xen-remconffs
r986 r1011 49 49 """Build the ACL file for a machine 50 50 """ 51 machine = database.Machine. get_by(name=machine)51 machine = database.Machine.query().filter_by(name=machine).one() 52 52 users = [acl.user for acl in machine.acl] 53 53 return "\n".join(map(self.userToPrinc, users)
Note: See TracChangeset
for help on using the changeset viewer.