the group you chose (posixGroup) does not conform to the expected group structure as far as the member attribute (memberUid in this case) is concerned. supported groups are only those where the member attribute contains the _full distinguished name_, such as... - groupOfUniqueNames -> uniqueMember - groupOfName -> member - group -> member jens On Monday, June 24, 2002, at 11:47 , Jerome Alet wrote:
On Mon, Jun 24, 2002 at 11:38:35AM -0400, Jens Vagelpohl wrote:
do the groups you think you should see have any member records in them?
yes, I've got some groups which have a user list explicitly set :
--- CUT --- port50-2:~$ ldapsearch -x -b "dc=my,dc=domain,dc=org" cn=groupe1 |less version: 2
# # filter: cn=groupe1 # requesting: ALL #
# groupe1, Group, my, domain, org dn: cn=groupe1,ou=Group,dc=my,dc=domain,dc=org objectClass: posixGroup objectClass: top cn: groupe1 gidNumber: 666 memberUid: jerome memberUid: elvis --- CUT ---
but I don't see these groups.
as for the "empty" groups I'll fill them if needed...
bye
Jerome Alet