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. markcc

    ldap query without using ado

    Thanks Tarwn, I can obtain the users AD login using Request.ServerVariables.Item("LOGON_USER") so i know the windows authentication is working. Im developing on a XP machine with IIS local, upon which it works fine. the code drop doesnt work on W2K3 servers in the same directory.
  2. markcc

    ldap query without using ado

    Ive used the below code to confirm MDAC Versions, Dim objShell Set objShell=Server.CreateObject("WScript.Shell") response.write=objShell.RegRead("HKLM\Software\Microsoft\Dataaccess\Version") strDBName ive found that the live servers use version 2.82.1830.0 and my devel machine uses...
  3. markcc

    ldap query without using ado

    i can on the fly, but not through the odbc manager. if i know the full account details i can use something like Set objUser = GetObject _ ("LDAP://cn=Myerken,ou=Management,dc=NA,dc=fabrikam,dc=com") response.write "User Principal Name: " & objUser.userPrincipalName response.write "SAM...
  4. markcc

    ldap query without using ado

    i should add, i need to search the AD for a user name i.e the cn just having passed the SAMAccountName in the query
  5. markcc

    ldap query without using ado

    Im trying to query the W2K3 AD without using ADO, the reason is i cant upgrade MDAC as im on a live server farm. i get the error: Provider error '80004005' Unspecified error Ive tried many ways using ADO to no luck (though it works fine from my devel PC). Ive read that nstalling the newest...

Part and Inventory Search

Back
Top