From 7b36c4075232617bd9892711e858de72c2e3fbdf Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 27 Apr 2025 15:01:45 +0200 Subject: [PATCH] Added ldap-schema-manager --- config/defaults.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/defaults.yaml b/config/defaults.yaml index 826b5ec..7f1ca5f 100644 --- a/config/defaults.yaml +++ b/config/defaults.yaml @@ -435,3 +435,15 @@ repositories: gpg_keys: - 44D8F11FD62F878E - B5690EEEBB952194 + +- account: kevinveenbirkenbach + description: A Python-based CLI tool for managing OpenLDAP schema snippets under cn=config, allowing you to create or update schema entries—including custom olcAttributeTypes and olcObjectClasses—via LDAPI. + homepage: https://github.com/kevinveenbirkenbach/ldap-schema-manager + alias: ldapsm + provider: github.com + repository: ldap-schema-manager + verified: + gpg_keys: + - 44D8F11FD62F878E + - B5690EEEBB952194 +