--- authz_configfile.py.orig 2010-04-08 16:00:26.000000000 +0800 +++ authz_configfile.py 2010-04-08 16:01:17.000000000 +0800 @@ -52,6 +52,9 @@ Validate a user against a resource. All users in the file are permitted by this module. """ + if user == "": + # CLI should always be permitted + return True # FIXME: this must be modified to use the new ACL engine