]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3448] Fixed json
authorFrancis Dupont <fdupont@isc.org>
Tue, 31 Mar 2026 13:09:15 +0000 (15:09 +0200)
committerRazvan Becheriu <razvan@isc.org>
Mon, 20 Apr 2026 13:51:56 +0000 (13:51 +0000)
doc/examples/kea4/hooks-rbac.json
doc/examples/kea6/hooks-rbac.json
doc/sphinx/arm/hooks-rbac.rst

index a8c46fa313070b07e6967e23730444cb085ec9aa..76f29cff4b2cfb87fdbfe1aa856a7ff3816879fe 100644 (file)
@@ -37,7 +37,7 @@
       "cert-file": "my-cert",
       "key-file": "my-key",
       "cert-required": true
-    },
+    }
   ],
 
 // Add hooks here.
index 89bc10ff2088e749fd633d587a8905d73c682e81..23d1e12be78bb94f932836784f52dad3461f5d89 100644 (file)
@@ -45,7 +45,7 @@
       "cert-file": "my-cert",
       "key-file": "my-key",
       "cert-required": true
-    },
+    }
   ],
 
 // Add hooks here.
index fde5f47e0d525df058e7e99b96fcf784a33aeb95..2bd9237799cbc52f3c8d104a695e94074c9d55f7 100644 (file)
@@ -272,7 +272,7 @@ in the Kea source and is copied below.
           "cert-file": "my-cert",
           "key-file": "my-key",
           "cert-required": true
-        },
+        }
       ],
 
     // Add hooks here.