Results 1 to 3 of 3

Thread: Validate against user account

  1. #1

    Thread Starter
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488

    Validate against user account

    Hello.. if given a username/password.. is there an API or framework class that I can utilize to see if the user credentials match those of a user on the domain or NT Security system?

    basically, instead of checking the username/password against a user table in my db, i want to check it against the networks NT user database.

    Thanks,
    -Matt
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  2. #2
    Addicted Member Codehammer's Avatar
    Join Date
    Aug 2004
    Posts
    164

    Re: Validate against user account

    Did you Ever Figure this out - or how to create a user and set a password.
    Curiosity SKILLED the cat
    Google Talk from your Mobile phone

    Chat from your mobile or get an emulator like J2ME Wireless Toolkit 2.2

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Validate against user account

    This might be what you are looking for.

    System.Security.Principal.WindowsPrincipal

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