mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
services/glauth: LDAP insecure is bad, probably
This commit is contained in:
parent
250399c2b7
commit
3d801a9d84
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ config, tf, lib, ... }: with lib; {
|
||||
network.firewall.public.tcp.ports = [ 3983 3984 ];
|
||||
network.firewall.public.tcp.ports = [ 3984 ];
|
||||
|
||||
network.extraCerts.domain-auth = "auth.${config.network.dns.domain}";
|
||||
users.groups.domain-auth.members = [ "nginx" "glauth" ];
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
settings = {
|
||||
syslog = true;
|
||||
ldap = {
|
||||
enabled = true;
|
||||
enabled = false;
|
||||
listen = "0.0.0.0:3893";
|
||||
};
|
||||
ldaps = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue