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

    cfcontent and cache images

    Since I've installed Mozilla 1.0, I can exactly see what's going on when building a website. So, I've a script voor publishing images, it works standard: <img src=&quot;test.com/image.cfm?action=view&file_id=XX&quot;> and the image.cfm works like: <CFHEADER NAME=&quot;Content-Disposition&quot...
  2. hoeflake

    Wich user logged on wicht pc? (ADS)

    Can I see via LDAP wich user is logged on to wich pc in a Windows 2000 Domain(ADS)? I don't see any matching vars in the query for computer and user.....
  3. hoeflake

    Time restrictions in Novell

    I want to autenticate users via LDAP on a Novell server, this works correct, now users can login on the website and get their mail and so on, but..... The users have an time restriction on their account in Novell, and this restriction works also in LDAP, and that is what I don't want. The...
  4. hoeflake

    CFLDAP gives errors

    This is the code: <cfldap NAME=&quot;GetEntry&quot; SERVER=&quot;172.16.100.1&quot; PORT=&quot;389&quot; USERNAME=&quot;cn=administrator&quot; PASSWORD=&quot;xxxxxx&quot; ACTION=&quot;query&quot; START=&quot;co=*&quot; SCOPE=&quot;SubTree&quot; ATTRIBUTES=&quot;*&quot; TIMEOUT=&quot;20&quot...
  5. hoeflake

    CFLDAP gives errors

    Hi, I've read a lot about LDAP on this forum, and I've also tried a lot, but nothing works. When I'm trying to get a list of users, Coldfusion gives the error:&quot;Invalid Credentials&quot;. And username=&quot;cn=administrator&quot; password=&quot;secret&quot; will not work. Can anyone help me?

Part and Inventory Search

Back
Top