Skip to content

Commit b3fa629

Browse files
committedJul 19, 2017
nixos/ldap: remove tls_checkpeer no when using TLS
(cherry picked from commit 2b2a6f2)
1 parent b798aa6 commit b3fa629

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎nixos/modules/config/ldap.nix

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ let
1919
bind_policy ${config.users.ldap.bind.policy}
2020
${optionalString config.users.ldap.useTLS ''
2121
ssl start_tls
22-
tls_checkpeer no
2322
''}
2423
${optionalString (config.users.ldap.bind.distinguishedName != "") ''
2524
binddn ${config.users.ldap.bind.distinguishedName}

0 commit comments

Comments
 (0)
Please sign in to comment.