mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-01-31 17:00
This commit is contained in:
@@ -65,7 +65,7 @@ penpot_ldap_search_filter: "{{ ad_auth | ternary('(&(sAMAccountName=:username)(o
|
||||
# If auth is needed, set penpot_ldap_bind_dn and penpot_ldap_bind_pass
|
||||
# penpot_ldap_bin_dn: CN=Penpot, OU=Apps, DC=example, DC=org
|
||||
# penpot_ldap_bind_pass: S3cr3t.
|
||||
penpot_ldap_attr_username: "{{ ad_auth | default(False) | ternary('sAMAccountName', 'uid') }}"
|
||||
penpot_ldap_attr_username: "{{ ad_auth | default(False) | ternary('userPrincipalName', 'uid') }}"
|
||||
penpot_ldap_attr_email: mail
|
||||
penpot_ldap_attr_fullname: cn
|
||||
penpot_ldap_attr_photo: jpegPhoto
|
||||
|
Reference in New Issue
Block a user