Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hymatron

    Coldfusion LDAP:

    Does anyone know if Coldfusion's support for LDAP has Alias dereferncing? Ryan.
  2. hymatron

    LDAP access with coldfusion

    Hey, you might want to try adding filter= &quot;objectClass=*&quot; Also trying setting attributes to *, this will cause the LDAP query to bring back a structure of name,value pairs... you can then loop through the pairs like this: <cfoutput query=&quot;getUsers&quot;> #name#, #value#...
  3. hymatron

    Deleting attributes

    Hey, is it that you don't know the command or get an error when doing so.. I had the same problem.. You have to make sure you don't violate your objectclass when attempting to delete an attribute. Hymatron

Part and Inventory Search

Back
Top