mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-29 19:10:51 -05:00
feat(ldap): sync avatar from ldap
This commit is contained in:
@@ -775,6 +775,11 @@
|
||||
"default_value": "(&(objectclass=*)(|(objectclass=group)(objectclass=groupOfNames)))",
|
||||
"comment": "The filter to search for group objects in the ldap directory. Only used when `groupsyncenabled` is set to `true`."
|
||||
},
|
||||
{
|
||||
"key": "avatarsyncattribute",
|
||||
"default_value": "",
|
||||
"comment": "The LDAP attribute where an image, decoded as raw bytes, can be found. If provided, Vikunja will use the value as avatar."
|
||||
},
|
||||
{
|
||||
"key": "attribute",
|
||||
"default_value": "",
|
||||
|
||||
Reference in New Issue
Block a user