1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

fix ldap mail

This commit is contained in:
yalh76 2020-04-18 18:50:47 +02:00
parent b8f47351c6
commit 1075ecd9e9

View file

@ -111,7 +111,7 @@ kimai:
# Username is set to the value of the configured "usernameAttribute" field # Username is set to the value of the configured "usernameAttribute" field
- { ldap_attr: "usernameAttribute", user_method: setUsername } - { ldap_attr: "usernameAttribute", user_method: setUsername }
# Only applied if you don't configure a mapping for setEmail() # Only applied if you don't configure a mapping for setEmail()
- { ldap_attr: "usernameAttribute", user_method: setEmail } - { ldap_attr: mail, user_method: setEmail }
# An example which will set the display name in Kimai from the # An example which will set the display name in Kimai from the
# value of the "common name" field in your LDAP # value of the "common name" field in your LDAP
- { ldap_attr: cn, user_method: setAlias } - { ldap_attr: cn, user_method: setAlias }