I have been using the softartisans nta_user.dll to validate users against
their nt domain accounts for access to our corporate intranet.  We have just
been taken over and I have been asked to validate users against an LDAP
server instead.  We set up a new LDAP server and I am having trouble getting
this to work and wanted some troubleshooting advice.

My tag reads:

<cfldap 
        action="query" 
        name="results" 
        attributes="cn" 
        server="#form.server#"  
        start="cn=#form.name#"
>

If I plug in the bigfoot server I get a result but when I use my local
server it returns "No such object" - the IT guys assure me there is data in
there and I have seen some of it.  I know that cn is a valid attribute.  I
tried using a login and password but the result doesn't change.

Can anyone help me with this??

Clare
------------------------------------------------------------------------------
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