Exporting EMail address's

Can someone help me with a way to export all the email address’s from Domino 6 Name and Address Book. This has to also include the email address’s for any Groups. If you are using an ldap search to get these can you post the search string. I can get it to pull out users email address’s but not the groups. I tried searching for objectclass=DominoGroup but nothing comes back.

Thanks.

Subject: Exporting EMail address’s

Can someone help me with a way to export all the email address’s from Domino 6 Name and Address Book. This has to also include the email address’s for any Groups. If you are using an ldap search to get these can you post the search string. I can get it to pull out users email address’s but not the groups. I tried searching for objectclass=DominoGroup but nothing comes back.

ldapsearch -h hostname “(|(objectclass=dominoperson)(objectclass=dominogroup))” mail

This search is faster if your directory is FT indexed

Subject: RE: Exporting EMail address’s

Yeh I tried that search and it returns the individual users but no groups. I ran the search with just (objectclass=dominogroup) and it returns nothing. Help is there something I have to enable in ldap or something?

Subject: RE: Exporting EMail address’s

Yeh I tried that search and it returns the individual users but no groups. I ran the search with just (objectclass=dominogroup) and it returns nothing. Help is there something I have to enable in ldap or something?

Don’t know if this is your situation - normally LDAP does not serve “mail only” (vs. say multi-purpose) groups. This condition is cited in the ND6 Directory FAQ; look for LDAPGroupMembership.

http://www-10.lotus.com/ldd/nd6forum.nsf/0/5c4bf25f844b9ac785256e4c005998b7?OpenDocument