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 strongm 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. peacecorp

    Example of ASP LDAP query string?

    zcolton thanks for all your help i learned a few things from this thread. unfortunately after reviewing with my coworker and my boss we are not going to be useing the LDAP searches. Thanks for you time.
  2. peacecorp

    Example of ASP LDAP query string?

    ok i got it to work...here is my code i had to use basic authentication. is there a way so that the user doesnt have to keep entering thier user name and login? <%@ Language=VBScript %> <% Option Explicit Dim strUsername,con,rs,Com,objADsPath,objDomain,name,telephonenumber,mail,WshShell %>...
  3. peacecorp

    Example of ASP LDAP query string?

    would this code ahve a problem if there are 3 LDAP servers on our network?
  4. peacecorp

    Example of ASP LDAP query string?

    damn k i guess that last message was uselless since it has ntohing to do with it.....
  5. peacecorp

    Example of ASP LDAP query string?

    question...if i do a LDAP://sandc.ws in a web browser it asks me to enter name or email to search in teh directory...i enter ny email and it says for me to check my connection. is this normal? im still trying to figure out why this thing donesnt work....
  6. peacecorp

    Example of ASP LDAP query string?

    haha sorry. i took off anonymous. i have integrated windows authentication on.
  7. peacecorp

    Example of ASP LDAP query string?

    currently at custom level at medium default levels
  8. peacecorp

    Example of ASP LDAP query string?

    this is my error message: TORONTO\NTam NTam DC=sandc,DC=ws select name,telephonenumber,mail from 'GC://DC=Toronto,DC=sandc,DC=ws' where sAMAccountname='NTam' Provider error '80040e37' Table does not exist. /helpdesk/test2.asp, line 34 the first 4 lines are just output....i had to...
  9. peacecorp

    Example of ASP LDAP query string?

    i tried it again....but it still gives teh same error. Is it possible that the com.CommandText = &quot;...&quot; is some how not correct? like my domain is correct i asked my network admin and it contains all teh correct data could it be the values its trying to get like name, telephonenumber...
  10. peacecorp

    Example of ASP LDAP query string?

    Hey, ok i tested things in steps: STEP 1: WORKS fine &lt;%@ Language=VBScript %&gt; &lt;% Option Explicit Dim strUsername,con,rs,Com,objADsPath,objDomain,name,telephonenumber,mail %&gt; &lt;html&gt; &lt;head&gt; &lt;/head&gt; &lt;body&gt; &lt;% strUsername =...
  11. peacecorp

    Example of ASP LDAP query string?

    ok im gonna work with these 2 possible solutions and i will tell u how it goes later today thanks
  12. peacecorp

    Example of ASP LDAP query string?

    what version would i need to have? and how can i check?
  13. peacecorp

    Example of ASP LDAP query string?

    domain works, and username sorta i did a test on it and that is fine. i even outputed teh com.CommandText and it looks flawless. just when it tries to do execute it doesnt work sample output of ur original code minus the com.execute and on. i also changed it to output the commandText output...
  14. peacecorp

    Example of ASP LDAP query string?

    i turned off anonymous authentication and checked on intergrated windows authentication. i still get a error Error Type: Provider (0x80040E37) Table does not exist. its erroring on the line: Set rs = Com.Execute
  15. peacecorp

    Example of ASP LDAP query string?

    Zcolton i have a question. the code that u gave me if i try to run locally on my computer it says Error Type: Provider (0x80040E37) Table does not exist. what does this mean? im such a newb
  16. peacecorp

    Example of ASP LDAP query string?

    Whats the difference between GC and LDAP?
  17. peacecorp

    Example of ASP LDAP query string?

    Is that why you used auth_user? Since it is able to retrieve the user regardless of anonymous access?
  18. peacecorp

    Example of ASP LDAP query string?

    im not sure. how could i found out? should i ask my network admin. this webpage is accessed internally on our intranet
  19. peacecorp

    Example of ASP LDAP query string?

    Thanks alot. you are very helpful. I want to get u some coffee. :) I have a question. Request.ServerVariables(&quot;LOGON_USER&quot;) when using that line, i ran it locally on my computer and it did not pick up any value. Why is that?
  20. peacecorp

    Example of ASP LDAP query string?

    On my asp form i want to populate; user real name, phone extention, email address into separate text fields. So when the user accesses this page it will automatically fill in those information. This asp page is part of our service desk request form. i could post my form if you would like to...

Part and Inventory Search

Back
Top