Hi,
I've written a short Python script using python-ldap which searches the ldap directory and generates a report with all accounts and their email addresses.
The ldap search also returns distributionList objects, but in these objects I don't see an attribute which lists the members. Using ldap, is there a way to get this information?
Thanks,
Jan