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

Typically, when it returns "No such object", that's because there is, in
fact, no such object in the schema. Try using another LDAP client to
connect; most mail clients provide some sort of LDAP lookup capability. If
you can, get one of the IT guys to do it in front of you with a standard
LDAP client. If they can do it, then it's a problem in your code; if not,
it's a problem in their schema.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

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