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:
parent
b8f47351c6
commit
1075ecd9e9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ kimai:
|
|||
# Username is set to the value of the configured "usernameAttribute" field
|
||||
- { ldap_attr: "usernameAttribute", user_method: setUsername }
|
||||
# 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
|
||||
# value of the "common name" field in your LDAP
|
||||
- { ldap_attr: cn, user_method: setAlias }
|
||||
|
|
Loading…
Add table
Reference in a new issue