try:
if user not in authz.expandOwner(owner):
raise InvalidInput('owner', owner, 'You do not have access to the '
try:
if user not in authz.expandOwner(owner):
raise InvalidInput('owner', owner, 'You do not have access to the '
except getafsgroups.AfsProcessError, e:
raise InvalidInput('owner', owner, str(e))
return owner
except getafsgroups.AfsProcessError, e:
raise InvalidInput('owner', owner, str(e))
return owner