Why search query returns no attribute for group?

I am new for Lotus Domino server and I set up a domino server and test some functions related to Address book (user, group).

Our program set return attribute “cn” for java query, no results back. I found the problem is: there is no attribure like “cn”, “name” for dominogroup after I create a group.

My question is: which attribute domino used to store group name? If I want to add “cn” to store group name, how to do that?

Here is all attributes for the group I created (I query it by using ldapsearch)

CN=jasongroup1,O=ibm

grouptype=0

maildomain=o=ibm

availablefordirsync=1

objectclass=dominoGroup

objectclass=groupOfNames

objectclass=top

grouptitle=0

member=CN=Jason,O=ibm

“CN=jasongroup1,O=ibm” is DN. then which one store group name? For other LDAP server, when we create a group, attribure "cn or “name” will contain them.

Thanks for any help.

Subject: Why search query returns no attribute for group?

Your Domino Group document’s ListName field should have two values:CN=jasongroup1,O=ibm

jasongroup1

The Domino LDAP server treats the second ListName value as the CN attribute.