winbindd: Move name<->sid cache to gencache
authorVolker Lendecke <vl@samba.org>
Sun, 6 Aug 2017 16:13:10 +0000 (18:13 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 29 Nov 2017 15:59:16 +0000 (16:59 +0100)
commit80506136cc41b81ff166a108d087e9aede4e5d97
tree0f9a42ec70e3c99b9b2bc101ab3802709f1ce8b9
parent650f29e2f35bdfa5f96cf13462528e933e8ecf35
winbindd: Move name<->sid cache to gencache

The mapping from name to sid and vice versa has nothing to
do with a specific domain. It is publically available. Thus put
it into gencache without referring to the domain this was
retrieved from

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/winbindd/winbindd_cache.c