CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493

    User Authentication

    Does anyone know how to create a User Login function that will authenticate the user name and password against the local windows user database? Against the domain?
    Kris
    Software Engineer
    Phoenix, AZ USA

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    If they can run your app they've already been authenticated have they not?

  3. #3
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493
    I need the ability for users to login to my app. My app should authenticate users against the windows user database.
    Kris
    Software Engineer
    Phoenix, AZ USA

  4. #4
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    You have to go through API for this (LOGONUSER()). Search through VB forum to get samples on that API.

    -Cool Bizs

  5. #5
    Join Date
    Mar 2000
    Location
    Arizona, USA
    Posts
    493
    you would think there is managed code to do this built into the framework?
    Kris
    Software Engineer
    Phoenix, AZ USA

  6. #6
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    Yea ... no idea what those engineers in M$ are thinking or maybe it is there except it is so hidden that no one knows about it

    -Cool Bizs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured