Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch: missing ou=
Browse files Browse the repository at this point in the history
stelcheck committed Jan 24, 2019
1 parent 0d0a124 commit d9bed0b
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
@@ -41,7 +41,7 @@ binary:
name: "dawn"

# The current version of the binary
version: "0.14.8"
version: "0.14.9"

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

# Current image version
version: "0.14.8"
version: "0.14.9"

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

portainer_ldap_user_search: "users,{{ ldap_dc }}"
portainer_ldap_group_search: "groups,{{ ldap_dc }}"
portainer_ldap_user_search: "ou=users,{{ ldap_dc }}"
portainer_ldap_group_search: "ou=groups,{{ ldap_dc }}"

0 comments on commit d9bed0b

Please sign in to comment.