Plone and LDAP Group attribute

I am using plone.app.ldap and Plone 4.3.9.

I am able to list the members in ldap group by the following code:

group_members = context.portal_groups.getGroupById('mygroup').getGroupMembers()

How to get ldap group attribute or group property by code ?
Please help