if ':' not in name:
if isUser(name):
return [name]
- name = 'system:'+name
+ return []
try:
return getafsgroups.getAfsGroupMembers(name, 'athena.mit.edu')
except getafsgroups.AfsProcessError:
ma = [x for x in m.acl if x.user == removed][0]
ctx.current.delete(ma)
for p in people - old_people:
- ma = MachineAccess(machine_id=m.machine_id, user=p)
+ ma = MachineAccess(user=p)
+ m.acl.append(ma)
ctx.current.save(ma)
def refreshCache():