Update to 2022-01-31 17:00

This commit is contained in:
Daniel Berteaud
2022-01-31 17:00:10 +01:00
parent 98213521a3
commit f1dc69afe6
3 changed files with 19 additions and 3 deletions

View File

@@ -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