2026-03-16 22:32:25 -07:00
|
|
|
/** Shared directory listing helpers for plugins that derive users/groups from config maps. */
|
2026-03-18 04:27:29 +00:00
|
|
|
export type { DirectoryConfigParams } from "../channels/plugins/directory-types.js";
|
2026-03-16 22:32:25 -07:00
|
|
|
export {
|
|
|
|
|
applyDirectoryQueryAndLimit,
|
2026-03-18 04:27:29 +00:00
|
|
|
collectNormalizedDirectoryIds,
|
2026-03-16 22:32:25 -07:00
|
|
|
listDirectoryGroupEntriesFromMapKeys,
|
|
|
|
|
listDirectoryGroupEntriesFromMapKeysAndAllowFrom,
|
|
|
|
|
listDirectoryUserEntriesFromAllowFrom,
|
|
|
|
|
listDirectoryUserEntriesFromAllowFromAndMapKeys,
|
|
|
|
|
toDirectoryEntries,
|
|
|
|
|
} from "../channels/plugins/directory-config-helpers.js";
|