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 51a3f21e More fixups for testing [skip ci]
51a3f21e is described below

commit 51a3f21e3d61a75a2034f63c7933b0171bc0bd58
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jan 2 17:32:13 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