Rabbitgrunt
Programmer
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="QUERY"
name="OrgList2"
attributes="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"
start="C=US"
scope="SUBTREE"
maxrows="999"
filter="ObjectClass=GroupOfNames"
sort="cn"
server="myserver"
timeout="10">
CF code...
<cfldap action="QUERY"
name="OrgList2"
attributes="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"
start="C=US"
scope="SUBTREE"
maxrows="999"
filter="ObjectClass=GroupOfNames"
sort="cn"
server="myserver"
timeout="10">