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

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

commit e569d00dd21b81651816db48c892afeb01ea31ff
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jan 2 17:26:01 2024 +0000

    More fixups for testing [skip ci]
---
 tools/mkconf.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/mkconf.rb b/tools/mkconf.rb
index eae9fe3a..8d2d6c0f 100755
--- a/tools/mkconf.rb
+++ b/tools/mkconf.rb
@@ -47,6 +47,10 @@ end
 
 conf.sub! 'wss://', 'ws://'
 
+conf.gsub! /AuthLDAPUrl .*/, 'AuthLDAPUrl "ldaps://<%= 
ldaphosts%>/ou=people,dc=apache,dc=org?uid"'
+conf.gsub! /AuthLDAPBindDN .*/, 'AuthLDAPBindDN <%= ldapbinddn%>'
+conf.gsub! /AuthLDAPBindPassword .*/, 'AuthLDAPBindPassword "<%= ldapbindpw%>"'
+
 if ARGV.empty?
   puts conf
 else

Reply via email to