Skip to content

Commit

Permalink
Merge pull request #88 from k-t-yukana/ldap/fix_cert_variables
Browse files Browse the repository at this point in the history
fix cert variables
  • Loading branch information
stelcheck authored Sep 25, 2019
2 parents 1483234 + 756e8ad commit bebc38b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ binary:
name: "dawn"

# The current version of the binary
version: "0.15.7"
version: "0.15.8"

# (Optional) URLs to call when attempting auto-update.
# Defaults:
Expand Down Expand Up @@ -78,7 +78,7 @@ image:
name: dawn

# Current image version
version: "0.15.7"
version: "0.15.8"

# Root folder where most files will be uploaded or mounted
root_folder: /dawn
Expand Down
4 changes: 2 additions & 2 deletions docker-image/ansible/roles/openldap/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ldap_server_cert_ttl: 8760h
ldap_dc: "dc={{ local_domain_name.split('.') | join(',dc=') }}"
ldap_admin_user: "cn=admin,{{ ldap_dc }}"

ldap_cert_file: /etc/ssl/certs/ldap/server.key.pem
ldap_key_file: /etc/ssl/certs/ldap/server.cert.pem
ldap_cert_file: /etc/ssl/certs/ldap/server.cert.pem
ldap_key_file: /etc/ssl/certs/ldap/server.key.pem
ldap_ca_file: /etc/ssl/certs/ldap/server.ca.pem
ldap_organisation: Dawn

Expand Down

0 comments on commit bebc38b

Please sign in to comment.