mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ci): avoid reverse dns in shell ldap aliases
This commit is contained in:
parent
5e636c7895
commit
99095b7fdb
1 changed files with 1 additions and 0 deletions
|
|
@ -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}" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue