Skip to content

Commit

Permalink
skip verify = true
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 22, 2021
1 parent 4b6e2a2 commit 5629efb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provider.ldap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ provider "ldap" {
# ldap_port = var.ldap_port
# use_tls = true
use_starttls = var.ldap_port == 636 ? false : true
skip_verify = true
bind_user = var.ldap_user
bind_password = var.ldap_password
}

0 comments on commit 5629efb

Please sign in to comment.