a wild far out guess here...CFLDAP works on various LDAP platforms, eh? As we all know, everyone has their own interpretation of RFCs and such. Perhaps CFLDAP needs that other info to determine how to handle the results whilst translating them to a CF recordset. Just a far out guess.... Have you tried connecting with a POJO to see if this occurs? DK
On 6/23/05, Mike Soultanian <[EMAIL PROTECTED]> wrote: > > Well, I have posted this question practically everywhere yet I have no > answers and even worse, I really don't know where to go next. If there > is someone that could recommend a support path, I would *really* > appreciate it as this is causing big problems for me. Here are the > details: > > When I run an LDAP query, Coldfusion is asking for a bunch of additional > Java objects. I would hope that someone can help me explain it to my > LDAP admin that it's normal, or at least what they are. > > Here's the LDAP query I'm trying to perform: > > <cfldap action="query" > name="qCheckUsername" > server="#ldapserver#" > port="389" > attributes="uid" > maxrows="100" > start="cn=People,ou=school,dc=edu" > scope="subtree" > filter="(uid=#someuid#)" > username="uid=#myuserid#,cn=people,ou=school,dc=edu" > password="#mypassword#"> > > The problem that I'm having is instead of ColdFusion only asking for > just the UID in the LDAP query, it is also asking for a bunch of other > stuff. Take a look at what iPlanet shows in the logs: > > attrs="uid objectClass javaSerializedData javaClassName javaFactory > javaCodebase javaReferenceAddress javaClassNames javaremotelocation" > > Any idea why ColdFusion (and/or the java subsystem) is asking for all of > those extra attributes? Know what they are? I really only need the uid. > My LDAP admin is extremely tight and does not want to give access to > those objects because he doesn't know what they are so unfortunately I > can't get any info at all! > > So, I just need to figure out what those extra attributes are so then > maybe I can convince him to allow CF to see them. Any help would be > very much appreciated! > > Thanks, > Mike > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:210382 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

