You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/08/06 20:31:44 UTC

[whimsy] branch master updated: Oops - accidental commit

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e3b9d0  Oops - accidental commit
0e3b9d0 is described below

commit 0e3b9d0ab16c19cf7c8febbe131e59371149d5ad
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 6 21:31:35 2021 +0100

    Oops - accidental commit
---
 lib/whimsy/asf/ldap.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index df74807..4d38c8f 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -247,7 +247,7 @@ module ASF
       end
 
       # ensure TLS_REQCERT is allow (Mac OS/X only)
-      if ETCLDAP.include? 'ldap' and not content.include? 'REQCERT allow'
+      if ETCLDAP.include? 'openldap' and not content.include? 'REQCERT allow'
         content.gsub!(/^TLS_REQCERT/i, '# TLS_REQCERT')
         content += "TLS_REQCERT allow\n"
       end