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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by webdevnr

  1. webdevnr

    Example of ASP LDAP query string?

    Would this pull the Organizational Units? SQLStmt = "Select cn " & _ "From 'LDAP://LDAPSERVER:10003/o=microsoft/ou=members' " & _ "Where objectClass='*'
  2. webdevnr

    Example of ASP LDAP query string?

    Z, Not restrict access, I want to redirect them to certain pages based on the group they are in. Here is the rough case statement. I would replace admin with different groups. <%If group="" then Response.Redirect("invalid.asp") %> <%end if select case lcase(group) case "admin","admin"...
  3. webdevnr

    Example of ASP LDAP query string?

    Used the following code and looks like I have to correct a security setting in IIS to finish testing. I get the 'table does not exist' error message. To recap what I am trying to accomplish. I want to have a page on our intranet that a user can access based on their active directory group...
  4. webdevnr

    Example of ASP LDAP query string?

    I am looking for the code from FREDB23. Here is his text. ---Hello people, I've done a simple asp identification form that check if a user exist against Active directory. It takes username and password from the form then submit an sql query like this : strSQL = "SELECT cn FROM...

Part and Inventory Search

Back
Top