Skip to content

Commit

Permalink
don't double-specify DN
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed Apr 24, 2024
1 parent d3062d2 commit b9a047c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/add_kolab_user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- name: Set user attributes
ansible.builtin.set_fact:
ldap_user_attributes:
dn: "uid={{ user.name }},ou=people,dc={{ mailserver_domain | split('.') | join(',dc=') }}"
# dn: "uid={{ user.name }},ou=people,dc={{ mailserver_domain | split('.') | join(',dc=') }}"
sn: "{{ user.surname | default(default_surname) }}"
loginShell: /bin/bash
preferredLanguage: en_US
Expand Down

0 comments on commit b9a047c

Please sign in to comment.