X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/75c4a9e05a3ae02a62fa84f7313bfbc9b2503f8c..b9e068a6e15e1726faa7c688244642b2dfebff09:/code/validation.py diff --git a/code/validation.py b/code/validation.py index 26a49a3..003df61 100755 --- a/code/validation.py +++ b/code/validation.py @@ -244,7 +244,8 @@ def testOwner(user, owner, machine=None): try: if user not in authz.expandOwner(owner): raise InvalidInput('owner', owner, 'You do not have access to the ' - + owner + ' locker') + + owner + ' locker (Is system:anyuser missing ' + + 'the l permission?)') except getafsgroups.AfsProcessError, e: raise InvalidInput('owner', owner, str(e)) return owner