mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
graph: Add accountEnabled flag to ldap backend. (#5588)
* graph: Add accountEnabled flag to ldap backend. * Add missing accountEnabled attribute to user listing.
This commit is contained in:
@@ -68,6 +68,7 @@ func DefaultConfig() *config.Config {
|
||||
// FIXME: switch this to some more widely available attribute by default
|
||||
// ideally this needs to be constant for the lifetime of a users
|
||||
UserIDAttribute: "owncloudUUID",
|
||||
UserEnabledAttribute: "ownCloudUserEnabled",
|
||||
GroupBaseDN: "ou=groups,o=libregraph-idm",
|
||||
GroupSearchScope: "sub",
|
||||
GroupFilter: "",
|
||||
|
||||
Reference in New Issue
Block a user