1 { buildGoModule, authentik }:
4 pname = "authentik-ldap-outpost";
5 inherit (authentik) version src;
7 vendorHash = "sha256-BcL9QAc2jJqoPaQImJIFtCiu176nxmVcCLPjXjNBwqI=";
11 subPackages = [ "cmd/ldap" ];
13 meta = authentik.meta // {
14 description = "The authentik ldap outpost. Needed for the external ldap API.";
15 homepage = "https://goauthentik.io/docs/providers/ldap/";