Does anyone bind to an LDAP server using the username and password
attributes of the <CFLDAP> tag?

I'm using Netscape Directory Server 4.12 with he default schema (People are
members of inetorgperson, organizaitonalperson, person, top). I can connect
anonymously but I need to set ACIs and connect using a username/password.
I'm getting "No such object" error messages, which I'm taking to mean that
CF can't bind using the attributes provided.

more specifically, this works:

<cfldap server="zurg.imagicians.com"
                        port="389"
                        action="query"
                        name="Profile"
                        start="o=imagicians.com"
                        scope="Base"
                        attributes="*"
                        filter="objectclass=*">
but this doesn't:
<cfldap server="zurg.imagicians.com"
                        port="389"
                        username="ccrowley"
                        password="password"
                        action="query"
                        name="Profile"
                        start="o=imagicians.com"
                        scope="Base"
                        attributes="*"
                        filter="objectclass=*">

Anyone using LDAP?

-Sean
____________________________________________

  Sean Brown         [EMAIL PROTECTED]
  http://www.imagicians.com/

  "Either way you get your dog back."
                              -J.Lieberman
____________________________________________


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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