[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: What will happen if a user is a member of a group, but has another group as its primary group
- To: Dan White <dwhite@olp.net>
- Subject: Re: What will happen if a user is a member of a group, but has another group as its primary group
- From: Qian Zhang <zhq527725@gmail.com>
- Date: Wed, 1 Aug 2012 23:53:41 +0800
- Cc: openldap-technical@openldap.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NhUsj/OTRvJOaVgyR0GfKJOXLXFsejAuTpjowjgIjFs=; b=dG7GKRM303m/E3wFvlKMwcRspayuEJ6qK2gPrwcdfWY69U8OpPpcP6V++dI0uNdZSD soIFiiVOT0pKBysaUzU4BTud8ek5MXX+g4ahMS7Y4KFbb2Aw73FLxbKW3ZKkjIQMHMRL dol/UYo9L9FPpxQ876AWtEKWME78P8lJAcMoQyMu8GbrSv2SBNxoN7yoRLvyvq4oY2qE EAz3s3MDO1Bu7Ues4mCw+Bnsg5YXpaOu3bEjiYH4hjs1/tNKZaVl9isyKPPfnYPdWYJf rFuU/t0gXmNuwZV+evANbjNunA9eRXLfnfE88eiTrmSA5X6rRF9aFYefayI3eKsPW/1O 2/9Q==
- In-reply-to: <20120801150033.GF6637@dan.olp.net>
- References: <CABY6VOYuXtHbZEBEiH2hLNT3WaGqOuOmiGgfV4rnFHr+dr0wsg@mail.gmail.com> <20120801150033.GF6637@dan.olp.net>
Thanks Dan!
Basically, I also have concern about the performance. Because in that
case, when figuring out how many users in a group, I need to not only
consider the group's membership (memberUID) attribute, but also user's
gidNumber attribute (I am trying to write a Java application talk to
my OpenLDAP server with JNDI).
So I tentatively want to ignore that case, and only reply on group's
membership (memberUID) attribute to determine group membership, but I
am not sure if this is acceptable in general. Hope you can give me
some advise :-)
Regards,
Qian