feat(ldap): sync avatar from ldap

This commit is contained in:
kolaente
2025-03-18 18:11:54 +01:00
parent 26c7ceaed4
commit e12ebfebed
7 changed files with 72 additions and 7 deletions

View File

@@ -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": "",