File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,13 @@ ecs-ephemeral:
5757
5858ecs-stg :
5959 admin_password :
60- ssm : /uc3/mrt/stg/ldap/ecs-admin-password
60+ # ssm: /uc3/mrt/stg/ldap/ecs-admin-password
61+ ssm : /uc3/mrt/stg/ldap/admin-password
6162 host :
6263 val : ldap
6364 port :
64- val : 1636
65+ # val: 1636
66+ env : HOST_LDAP
6567 tls_ca_file :
6668 val : /etc/pki/ca-trust/source/anchors/ldap-ca.crt
6769 encryption :
Original file line number Diff line number Diff line change @@ -249,6 +249,8 @@ def initialize
249249 `mkdir -p #{ FileSystemClient ::ROOTDIR } /uploads`
250250 `mkdir -p #{ FileSystemClient ::ROOTDIR } /assemblies`
251251 `mkdir -p #{ FileSystemClient ::ROOTDIR } /zk-snapshots`
252+ `mkdir -p #{ FileSystemClient ::ROOTDIR } /ldap/config`
253+ `mkdir -p #{ FileSystemClient ::ROOTDIR } /ldap/db`
252254 end
253255
254256 def show_folders ( root , route , params )
You can’t perform that action at this time.
0 commit comments