- Auth() now implies BootAuth()
authorMark Huang <mlhuang@cs.princeton.edu>
Wed, 31 Jan 2007 22:41:34 +0000 (22:41 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Wed, 31 Jan 2007 22:41:34 +0000 (22:41 +0000)
PLC/Methods/AuthCheck.py

index 88b57ae..0a4c260 100644 (file)
@@ -9,7 +9,7 @@ class AuthCheck(Method):
     """
 
     roles = ['admin', 'pi', 'user', 'tech', 'node']
-    accepts = [Mixed(Auth(), BootAuth())]
+    accepts = [Auth()]
     returns = Parameter(int, '1 if successful')
 
     def call(self, auth):