diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-03-31 08:22:22 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-04-25 08:06:34 -0400 |
commit | 7a0e6e2b9fc2fffc10f33e90926bb7edb5198dde (patch) | |
tree | 80bac9f6b951366923e29010117d633208b6ffda /src/tools/sss_sync_ops.c | |
parent | 8cf1b4183577237d965068d70cd06bd0716aea84 (diff) | |
download | sssd-7a0e6e2b9fc2fffc10f33e90926bb7edb5198dde.tar.gz sssd-7a0e6e2b9fc2fffc10f33e90926bb7edb5198dde.tar.bz2 sssd-7a0e6e2b9fc2fffc10f33e90926bb7edb5198dde.zip |
Don't use negative cache in netgroup lookup
In responder a negative cache is used to indicate that the record has
not been found by previous lookup. This approach is however not
applicable for netgroup lookup because the design of their lookup is a
little different.
This patch removes some pieces of code working with negative cache,
because they didn't fuction well. Instead a new flag has been added to
the positive cache. This flag indicates if the record in the cache
is a record of existing netgroup or it's just a placeholder.
https://fedorahosted.org/sssd/ticket/820
Diffstat (limited to 'src/tools/sss_sync_ops.c')
0 files changed, 0 insertions, 0 deletions