diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-10-25 22:50:15 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-10-25 22:50:15 +0200 |
commit | 4738480f584be6755cb8ebe41923f250f8fb2523 (patch) | |
tree | 7a1107e4aeb9e10a0a972e687cfb91e9ac145193 | |
parent | 1a6930d6d6e3f9079fbecd80ce79a197d2404229 (diff) | |
download | ansible_collection-4738480f584be6755cb8ebe41923f250f8fb2523.tar.gz |
gitea: finish
-rw-r--r-- | galaxy.yml | 2 | ||||
-rw-r--r-- | roles/gitea/tasks/ldap.yml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ namespace: kompetenzbolzen name: stuff -version: 0.5.4 +version: 0.6.0 readme: README.md authors: - Jonas Gunz <himself@jonasgunz.de> diff --git a/roles/gitea/tasks/ldap.yml b/roles/gitea/tasks/ldap.yml index 75a561f..cd9e029 100644 --- a/roles/gitea/tasks/ldap.yml +++ b/roles/gitea/tasks/ldap.yml @@ -13,7 +13,7 @@ --security-protocol "{{ gitea.ldap.security }}" --host "{{ gitea.ldap.host }}" --port "{{ gitea.ldap.port }}" - --bind-dn "{{ gitea.ldap.base_dn }}" + --bind-dn "{{ gitea.ldap.bind_dn }}" --bind-password "{{ gitea.ldap.bind_pw }}" --user-search-base "{{ gitea.ldap.user_search_base }}" --user-filter "{{ gitea.ldap.user_filter }}" |