mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
feat(ldap): make member id attribute configurable
This commit is contained in:
@@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user