From 6676e5cfacdae87adf95adfd09578f6aa573d250 Mon Sep 17 00:00:00 2001 From: "Remi GASCOU (Podalirius)" <79218792+p0dalirius@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:32:15 +0200 Subject: [PATCH] Use KindKeyCredentialBase constant for source kind (#21) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0feef57..77fb77c 100755 --- a/main.go +++ b/main.go @@ -111,7 +111,7 @@ func main() { os.Exit(1) } - og := gopengraph.NewOpenGraph("KeyCredentialBase") + og := gopengraph.NewOpenGraph(KindKeyCredentialBase) ParseResults(ldapResults, og, debug)