feat(ldap): make member id attribute configurable

This commit is contained in:
kolaente
2025-03-19 22:15:50 +01:00
parent 84cbd25e67
commit f4b9a9cccd
3 changed files with 9 additions and 2 deletions

View File

@@ -799,6 +799,11 @@
"key": "displayname",
"default_value": "displayName",
"comment": "The LDAP attribute used to set the displayed name in Vikunja."
},
{
"key": "memberid",
"default_value": "member",
"comment": "The LDAP attribute used to check group membership of a team in Vikunja. Only used when groups are synced to Vikunja."
}
]
}