Stephen,

You may want to try the Netscape LDAP server which comes as a 3rd party
product on the CF 4.5 Pro installation CD.
I installed it to see what it was like. Personally I hated the interface
which I thought was a bit clunky (HTML based requiring Navigator).  I much
prefer MS Exchange's implementation which is X400 based ( I believe that
strictly speaking LDAP is a cut down version of X500). This means that the
attibute names differ slightly from the standard attribute names. Exchange
can be setup to create a user whenever a new NT account is set up, which
means your user directory is kept in synch. Finally Novell had a free
download on their site which exposed the NDS tree as an LDAP directory. I
installed it on a Novell 4.11 box when I knew little about LDAP and couldn't
get it to work. 
You'll find that whatever server you use, getting queries to work at first
can be a real pain in the butt. It's more a question of trial and error than
an exact science.

Regards
Michael O'Reilly
TransAer


-----Original Message-----
From: Gerry Pauline [mailto:[EMAIL PROTECTED]]
Sent: 18 August 2000 16:38
To: [EMAIL PROTECTED]
Subject: Re: LDAP searching - [need a server]


Stephen:

We use Netscape's LDAP, which is anything but free (license fees are
based on the number of entries) ! Try this one at the Open LDAP project:

http://www.openldap.org

-Gerry

Gerard T. Pauline
Computer Systems, DoIT
Pace University



"Stephen M. Aylor" wrote:
> 
> Anyone got a FREE, Easy, Simple, Good LDAP server they could turn me onto?
> Preferrably one that might have some doc's.... Im a total rookie (on many
> tech levels) WIN OS BTW.
> 
> TIA,
> 
> Steve
> 
> ----- Original Message -----
> From: "John Anderson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, August 17, 2000 2:57 PM
> Subject: Re: LDAP searching
> 
> > Lucas,
> >
> > A production LDAP query which sorts (CF 4.0):
> > <cfldap action="QUERY"
> >         name="personquery"
> >         attributes="cn,telephonenumber,mail,title,salutation,o,location"
> >         start="ou=Users, o=jcu.edu.au"
> >         scope="ONELEVEL"
> >         maxrows="30000"
> >         filter="(&(cn=*#data_entered#*)(accountenabled=true))"
> >         sort="cn"
> >         server="ldap"
> >         port="389"
> >         timeout="240">
> >
> > > I know that this will sound like a very simple question but I hope
that
> > > someone can help...
> > >
> > > I know that the server is working and can get results back but I am
> unable
> > > to sort them.
> > >
> > > Here is an example of the code that I am running...
> > > It works, and returns a query with all the locations in it but they
are
> > > un-sorted.
> > >
> > > <cfldap action="QUERY"
> > >         name="Results"
> > >         attributes="l"
> > >         start="ou=staff,o=company.com.au"
> > >         sortcontrol="l"
> > >         server="ldap"
> > >         port="389">
> > >
> > > any ideas?
> > > Thanks,
> > > Lucas.
> 
>
----------------------------------------------------------------------------
--
> 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.
----------------------------------------------------------------------------
--
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.
------------------------------------------------------------------------------
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