Displaying 2 results from an estimated 2 matches for "idmap_cache_find_xxxx".
2015 Apr 23
3
Samba 4 slow write
On Thu, Apr 23, 2015 at 06:05:42PM +0800, Jones Syue wrote:
> Hello Ervin,
>
> The in-memory cache lookup could be added back into
> samba-4.1.6 by applying the attached patch,
> if it could be compiled with Louis how-to steps,
Patch didn't make it to the list. Can you point
to a URL or ftp site containing the patch ?
2015 May 29
3
Samba 4 slow write
...t;a=commit;h=c89affbd8da230cae6df25558fe621510690392c
>
> Not quite sure why remove it from git,
> perhaps will match new features or something new.
> Loop Michael too,
> if could help review and comment that will be great help,
> thank you.
OK, this functionality got moved into idmap_cache_find_XXXX()
functions which allow smbd to look directly into the
winbindd idmap cache via the uid_to_sid(), gid_to_sid(),
sid_to_uid(), sid_to_gid() and sids_to_unixids() functions.
These functions explicitly look inside the gencache
tdb used for all generic caching (with expiry time)
inside Samba, so this...