Skip to content

Commit

Permalink
use correct password for cdtportal
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozkol committed Apr 10, 2019
1 parent 7800f35 commit 3ead9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cdtportal/templates/application.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spring:
urls: ldap://cdt.{{ base_domain }}:389
base: {{ openldap_full_domain }}
username: cn=admin,{{ openldap_full_domain }}
password: {{ openldap_admin_pass }}
password: {{ openldap_slapd_pass }}
jenkins:
baseUrl: https://jenkins.{{ base_domain }}
username: admin
Expand Down

0 comments on commit 3ead9f0

Please sign in to comment.