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 TouchToneTommy 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 TheUser5

  1. TheUser5

    LDAP authentication in ASP

    tsuji, I doing some work for a company and I am not getting enough info. from them. They have a Novell network and I asked them whether they're using Novell or Microsoft active directory and they haven't gotten back to me yet! But most likely, it's Novell. Using LDAPExplorer, this is the...
  2. TheUser5

    LDAP authentication in ASP

    Thanks for the input. I'll give ADSIEdit a try. I tried IPWorks ASP LDAP component and I am able to find and authenticate the user. The only issue is that the user gets authenticated even with blank or wrong password !! What am I doing wrong? Here is the code: ----------------- uid =...
  3. TheUser5

    LDAP authentication in ASP

    markdmac, Thanks for the code. I get following error running your code: Active Directory error '80070005' I get "General access denied error" on "For Each usr In cont" line.
  4. TheUser5

    LDAP authentication in ASP

    One more strage thing I noticed. All the person nodes, none of them have the "distinguishedName" or any other standard attributes. All I see is: ou=int1 uid=111111111 objectclass employeenumber givenname sn postofficebox destinationindicator businesscategory...
  5. TheUser5

    LDAP authentication in ASP

    Tsuji, Will this work in ASP?
  6. TheUser5

    LDAP authentication in ASP

    markdmac, The username will only be there in one OU. Company has created multile OUs (ou=int7, int8, int9). userids ending with 7, 8, 9 are in respective OUs. One more question.. even if the user shows up twice (because he may may belong to multiple groups), would it matter? Since I just...
  7. TheUser5

    LDAP authentication in ASP

    tsuji, Thanks for the info. I'll have been googling for few days and I found some samples, but I am still unable to figure this one out. I'd appreciate some links or sample routines. Basically I will be passing in uid and the password, and the code should authenticate the user. Thanks in...
  8. TheUser5

    LDAP authentication in ASP

    I have been strugging with this one. I am trying to authenticate users against a LDAP server (Novell). By trial and error, I got following code to work but the issue is that I had to specify the whole ldapPath. i.e. I just want to search the whole LDAP tree for the given userid and...

Part and Inventory Search

Back
Top