[2020] in Moira
gaus sometimes gives duplicate results because of memacls
daemon@ATHENA.MIT.EDU (Mitchell E Berger)
Fri Jul 18 20:21:54 2003
Message-Id: <200307190021.UAA21372@athenaphobia.mit.edu>
To: bug-moira@MIT.EDU
cc: mitchb@MIT.EDU
Date: Fri, 18 Jul 2003 20:21:52 -0400
From: Mitchell E Berger <mitchb@MIT.EDU>
If LIST:a is owned by entity b and has a memacl of LIST:c, and entity b is
a member of LIST:c, a recursive gaus query about entity b will return LIST:a
twice.
It looks like the code was intended to avoid non-unique responses from gaus
because of the way imembers is set up. If gaus returns a lot of results
for some user who doesn't notice the duplicates and uses the output in a
script, they might get unfortunate results.
Mitch