search for: winbindd_cred_cach

Displaying 2 results from an estimated 2 matches for "winbindd_cred_cach".

Did you mean: winbindd_cred_cache
2020 Apr 10
2
Prevent `wbinfo -u` from making Winbind unresponsive
On Fri, Apr 10, 2020 at 02:37:45PM -0700, Jeremy Allison via samba wrote: > On Fri, Apr 03, 2020 at 03:26:42PM -0700, Alexey A Nikitin via samba wrote: > > On Friday, 3 April 2020 10:46:54 PDT Ralph Boehme wrote: > > > Am 4/1/20 um 11:09 PM schrieb Alexey A Nikitin via samba: > > > > Is there a way, preferrably without ugly hacks, to prevent this from happening on
2020 Apr 10
0
Prevent `wbinfo -u` from making Winbind unresponsive
...o get this fixed :-). Or we'd also be happy to receive > a patch from you that fixes this limitation ! The cached creds are pinned in memory in the child to ensure they're not put on disk anywhere. See: winbindd_add_memory_creds()/winbindd_delete_memory_creds() inside source3/winbindd/winbindd_cred_cache.c for details. That would need to be updated to allow all winbindd children of talking to the domain to share this cached memory area without allowing it to be stored on disk anywhere.