mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(idp): records
This commit is contained in:
parent
38787f79d1
commit
6428d469bd
3 changed files with 18 additions and 4 deletions
|
|
@ -92,8 +92,9 @@ in {
|
|||
access.kanidm = assert kanidm.enableServer; {
|
||||
inherit (kanidm.server.frontend) domain port;
|
||||
host = tei.networking.access.hostnameForNetwork.local;
|
||||
ldapPort = kanidm.server.ldap.port;
|
||||
ldapEnable = kanidm.server.ldap.enable;
|
||||
ldapHost = "idp.local.${config.networking.domain}";
|
||||
ldapPort = 389;
|
||||
ldapEnable = true;
|
||||
};
|
||||
virtualHosts = {
|
||||
${access.kanidm.domain} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue