Java Naming and Directory Interface (JNDI) http://java.sun.com/products/jndi/
Dead simple to use. Learn all about it here: http://java.sun.com/products/jndi/tutorial/ ~ WG -----Original Message----- From: Matt Liotta [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 14:44 To: CF-Talk Subject: Re: Question about cf and ldap I think cfldap is a one of the few examples where it is harder to use CFML than Java; use JNDI. -Matt On Friday, August 22, 2003, at 09:44 AM, webguy wrote: > You can alway use jndi easily enough too. > There is a bug with ssl/ ldap on linux cfmx, afaiRemember.. > > WG > > > -----Original Message----- > From: webguy [mailto:[EMAIL PROTECTED] > Sent: 22 August 2003 14:35 > To: CF-Talk > Subject: RE: Question about cf and ldap > > > I remember seeing a good cf ldap example here.. > http://www.15seconds.com/issue/020710.htm > > WG > > -----Original Message----- > From: Janice Zimba [mailto:[EMAIL PROTECTED] > Sent: 22 August 2003 14:29 > To: CF-Talk > Subject: Question about cf and ldap > > >> I read somewhere that it needs to be a full name, >>> not just the actual username, but I'm not sure what this means. >> >> You probably need to use a full-qualified Windows domain name. In >> your code snippet, it would be something like the following: >> >> <cfldap action="query" >> name="ldap_test" >> start="o=Anne Arundel Community College" >> attributes="*" >> server="server_name_here" >> port="389" >> username="mydomain\username" >> password="password"> > > > Thanks, I tried that with username="aacc\username" as well as > username="fullhostname\username" and both give me a cold fusion error: > "Inappropriate authentication" > > Do you have any examples or know where I could find one (I've done some > searching) of cold fusion ldap accessing a microsoft active directory > server? Maybe I've missed something entirely. :-( It's made harder > by the > fact that I don't have any control over the directory settings(though > in the > long run, I'm probably better off--hehe), and my admin isn't inclined > to > being vast amounts of help. > > Thanks, > Janice > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm

