Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to get Distribute List information from Active Directory

New Here ,
Jun 25, 2009 Jun 25, 2009

For example, there is an existing DL named "DL_TEST1", I'm the owner and several people "AA","BB","CC" are in this DL.
I just want to get all these information like DL name, DL members, DL owner directly from company's active directory. But I don't know how implement this by coldfusion...
Can anyone help on this? thanks:)

TOPICS
Advanced techniques
590
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 25, 2009 Jun 25, 2009

<cfldap>

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 26, 2009 Jun 26, 2009
LATEST

If I use "exchange-server-1" as MS exchange server in outlook account setting.

Can the I use cfdap like this?

<cfldap server="exchange-server-1" port="389" username="myname" password="mypwd" action="query" name="qGet" start="....." attributes="*">

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources