From 2e182eba861b3913caaa0682ecab868cfa95dacb Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 2 May 2018 21:40:12 +0200 Subject: [PATCH] [5605a] Removed Password attribute for accounting --- doc/examples/kea4/hooks-radius.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/examples/kea4/hooks-radius.json b/doc/examples/kea4/hooks-radius.json index ab80ffd789..9396ae9b2b 100644 --- a/doc/examples/kea4/hooks-radius.json +++ b/doc/examples/kea4/hooks-radius.json @@ -177,10 +177,6 @@ "name": "127.0.0.1", "port": 1813, "secret": "testing123" - } ], - "attributes": [ { - "name": "Password", - "data": "French-wine" } ] } } -- 2.47.2