Rob,

The "start" attribute of your LDAP query should point at the "searchbase"
your looking for:

<cfldap action="Query"
        Name="getUsers"
        attributes="DXA-Conf-Container-List-Linked"
        start="cn=001-temp,cn=dxa server,cn=configuration,ou=corp01_ph,o=bgi_mail"
        scope="BASE"
        server="exchange02_ph">

<cfoutput>#getUsers.DXA-Conf-Container-List-Linked#</cfoutput>

Hope that helps.



     /_)
   (8_))}-  .
     \_)      '.
        .--.    .  Chris Wells
       :    '. .'  Enterprise Internet Solutions
        '---'`;
             .     Syntegra (USA), Inc.
          _.'      [EMAIL PROTECTED]
       .'          651/415-4087
       '._
           ` ' ' '   '  '


-----Original Message-----
From: cf - borders [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 02, 2000 10:46 AM
To: [EMAIL PROTECTED]
Subject: LDAP -- Please help!


Using LDAP Explorer this is the path I want to query

ldap://exchange02_ph/cn=001-temp,cn=dxa
server,cn=configuration,ou=corp01_ph,o=bgi_mail

and the attribute is DXA-Conf-Container-List-Linked

I have tried using this script, but get No such attribute

<cfldap action="QUERY"
name="GetUsers"
attributes="DXA-Conf-Container-List-Linked"
SCOPE="Subtree"
start="c=CORP01_PH"
server="exchange02_ph">

Any Idea's would be greatly appreciated

Thanks

Rob
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to