tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/ldap: remove tls_checkpeer no when using TLS
Graham Christensen
8 years ago
2b2a6f20
92366530
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
config
ldap.nix
-1
nixos/modules/config/ldap.nix
···
19
bind_policy ${config.users.ldap.bind.policy}
20
${optionalString config.users.ldap.useTLS ''
21
ssl start_tls
22
-
tls_checkpeer no
23
''}
24
${optionalString (config.users.ldap.bind.distinguishedName != "") ''
25
binddn ${config.users.ldap.bind.distinguishedName}
···
19
bind_policy ${config.users.ldap.bind.policy}
20
${optionalString config.users.ldap.useTLS ''
21
ssl start_tls
0
22
''}
23
${optionalString (config.users.ldap.bind.distinguishedName != "") ''
24
binddn ${config.users.ldap.bind.distinguishedName}