fix(ci): avoid reverse dns in shell ldap aliases

This commit is contained in:
arcnmx 2024-04-16 15:14:49 -07:00
parent 5e636c7895
commit 99095b7fdb

View file

@ -148,6 +148,7 @@
"ldaps://idp.${inputs.self.lib.lib.domain}"
];
LDAPBASE = mkBaseDn inputs.self.lib.lib.domain;
LDAPSASL_NOCANON = "on";
};
arc = let
ldapdm = cmd: pkgs.writeShellScriptBin "dm-${cmd}" ''