Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retreive "owner" from Exchange

Status
Not open for further replies.

Rabbitgrunt

Programmer
Jul 11, 2003
3
US
I can reteive everything but the owner. Is there another attribute name for retreiving the owner of a GroupOfNames (aka distribution list)

CF code...
<cfldap action=&quot;QUERY&quot;
name=&quot;OrgList2&quot;
attributes=&quot;ou,cn,p,o,s,g,c,st,l,EmployeeNumber,ObjectClass,mail,info,manager,anr,commonName,IPPhone,manager,otherFacsimileTelephoneNumber,otherMailbox,otherPager,reports,surname,userCertificate,userCertificate,userSMIMECertificate,userSMIMECertificate,groupOfNames,dnattr,dn,UID,SUP,owner,person,account,member,sn&quot;
start=&quot;C=US&quot;
scope=&quot;SUBTREE&quot;
maxrows=&quot;999&quot;
filter=&quot;ObjectClass=GroupOfNames&quot;
sort=&quot;cn&quot;
server=&quot;myserver&quot;
timeout=&quot;10&quot;>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top