Do not require a daemon restart to use updated auth file

This commit is contained in:
Andrew Resch 2008-12-10 10:04:32 +00:00
commit da177ff4e4

View file

@ -54,6 +54,9 @@ class AuthManager(component.Component):
"""
if username not in self.auth:
# Let's try to re-load the file.. Maybe it's been updated
self.__load_auth_file()
if username not in self.auth:
return False