mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-28 13:15:32 +02:00
Changed ldap.attributes.lastname to ldap.attributes.surname
This commit is contained in:
parent
d815b9ee62
commit
b3cc070394
@ -7,7 +7,7 @@ openproject_ldap:
|
|||||||
base_dn: "{{ ldap.dn.users }}" # Base DN for user search
|
base_dn: "{{ ldap.dn.users }}" # Base DN for user search
|
||||||
attr_login: "{{ ldap.attributes.user_id }}" # LDAP attribute used for login
|
attr_login: "{{ ldap.attributes.user_id }}" # LDAP attribute used for login
|
||||||
attr_firstname: "givenName" # LDAP attribute for first name
|
attr_firstname: "givenName" # LDAP attribute for first name
|
||||||
attr_lastname: "{{ ldap.attributes.lastname }}" # LDAP attribute for last name
|
attr_lastname: "{{ ldap.attributes.surname }}" # LDAP attribute for last name
|
||||||
attr_mail: "{{ ldap.attributes.mail }}" # LDAP attribute for email
|
attr_mail: "{{ ldap.attributes.mail }}" # LDAP attribute for email
|
||||||
attr_admin: "{{ openproject_filters.administrators }}" # Optional: LDAP attribute for admin group (leave empty if unused)
|
attr_admin: "{{ openproject_filters.administrators }}" # Optional: LDAP attribute for admin group (leave empty if unused)
|
||||||
onthefly_register: true # Automatically create users on first login
|
onthefly_register: true # Automatically create users on first login
|
||||||
|
Loading…
x
Reference in New Issue
Block a user