Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Also create a routine to initialize it
|
|
https://fedorahosted.org/sssd/ticket/808
|
|
Adds an index for dataExpireTimestamp
This is used for determining which users need to be removed during
the cleanup task. If enumeration is enabled (or huge numbers of
users have been cached), the cleanup task runs very slowly due to
the non-indexed search.
Also adds an index for ONELEVEL lookups, to speed up situations
where we would need to request all entries under a particular node
in the LDB.
|
|
This commit completes the migration to a synchronous sysdb
|
|
|
|
Also update BUILD.txt
|