From d1552b528aeb84744bc44b256091dc029051d1c3 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Mon, 9 May 2011 17:50:09 -0400 Subject: [PATCH] apparently this is just a bug. we can set both hmac and omf_control tags --- plugins/sliverauth.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/sliverauth.py b/plugins/sliverauth.py index 300b6b4..0798650 100644 --- a/plugins/sliverauth.py +++ b/plugins/sliverauth.py @@ -54,7 +54,8 @@ def GetSlivers(data, config, plc): for chunk in sliver['attributes']: if chunk['tagname']=='enable_hmac' and not system_slice: manage_hmac (plc, sliver) - elif chunk['tagname']=='omf_control': + + if chunk['tagname']=='omf_control': manage_sshkey (plc, sliver) -- 2.43.0