From fcd65035460febcbd0835eb69dca269b4d9d2319 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 14 Mar 2008 19:06:15 +0000 Subject: [PATCH] accept SessionAuth --- PLC/Methods/BootNotifyOwners.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/Methods/BootNotifyOwners.py b/PLC/Methods/BootNotifyOwners.py index c1da332..cf4c54e 100644 --- a/PLC/Methods/BootNotifyOwners.py +++ b/PLC/Methods/BootNotifyOwners.py @@ -17,7 +17,7 @@ class BootNotifyOwners(Method): roles = ['node'] accepts = [ - BootAuth(), + Mixed(BootAuth(), SessionAuth()), Message.fields['message_id'], Parameter(int, "Notify PIs"), Parameter(int, "Notify technical contacts"), -- 2.43.0