Skip to content

Commit

Permalink
Remove deprecated unused option in seed job script (#22223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored Jul 11, 2022
1 parent eb071fa commit ca7b3b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .test-infra/jenkins/committers_list_generator/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def get_committers_github_usernames(ldap_uris, cert_path):
connection = None
try:
ldap.set_option(ldap.OPT_X_TLS_CACERTFILE, cert_path)
ldap.set_option(ldap.OPT_X_TLS, ldap.OPT_X_TLS_DEMAND)
ldap.set_option(ldap.OPT_X_TLS_DEMAND, True)
ldap.set_option(ldap.OPT_REFERRALS, 0)
connection = ldap.initialize(ldap_uris)
Expand Down

0 comments on commit ca7b3b5

Please sign in to comment.