We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 9236653 commit 2b2a6f2Copy full SHA for 2b2a6f2
nixos/modules/config/ldap.nix
@@ -19,7 +19,6 @@ let
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}
0 commit comments