Skip to content

Commit

Permalink
Remove deprecated unused option in seed job script (apache#22223)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn authored and Konstantin Urysov committed Jul 14, 2022
1 parent 169d277 commit ae938eb
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 ae938eb

Please sign in to comment.