diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-04-10 15:26:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:34 -0500 |
commit | 9f4c0afa0a3e359dfe9ac5dd8df0849b450a3fe1 (patch) | |
tree | 9ecaa05413c0bbd5c6f5372cee6bcfb0cf7894c4 /pcp | |
parent | 1875e46d05c21f4ca0e1163ecfd41b470dbce09a (diff) | |
download | samba-9f4c0afa0a3e359dfe9ac5dd8df0849b450a3fe1.tar.gz samba-9f4c0afa0a3e359dfe9ac5dd8df0849b450a3fe1.tar.bz2 samba-9f4c0afa0a3e359dfe9ac5dd8df0849b450a3fe1.zip |
r6277: This implements a new caching API for enumerating the pdb elements. It is
modeled after query_displayinfo and should hide the differences between users,
groups and aliases while allowing a cache analog load_sampw_entries:
struct pdb_search *pdb_search_users(uint16 acct_flags);
struct pdb_search *pdb_search_groups(void);
struct pdb_search *pdb_search_aliases(const DOM_SID *sid);
uint32 pdb_search_entries(struct pdb_search *search, uint32 start_idx,
uint32 max_entries,
struct samr_displayentry **result);
void pdb_search_destroy(struct pdb_search *search);
Why this API? Eventually we will need to apply the work gd has started on
enumerating users with paged ldap searches to groups and aliases. Before doing
that I want to clean up the search routines we have.
The sample application (more to follow) is 'net maxrid'.
Volker
(This used to be commit 8b4f67a1e9d459145cde10b1064781d58d62b805)
Diffstat (limited to 'pcp')
0 files changed, 0 insertions, 0 deletions