Results 1 to 7 of 7

Thread: How to retrieve user's password

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    303

    Cool

    Is there a way to retrieve the active user's password?
    I know how to retrieve the username using the
    environ("username"), but don't know how to get the
    password.

    Really appreciate it if someone can help. Thanks in advance.

    Jay

  2. #2
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217

    Why do you need this?

    What's this for?
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    303

    Red face Why do I need it?

    What I am trying to do is using his username and password
    to login him/her into the mail server without asking him
    again since his username and password is the same.

    Jay

  4. #4
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274

    Question NT Authentication??

    Why don't you just set up your mail server to accept NT Authentication. Then it will resolve itself without you having to have access to the user's password?

  5. #5
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    I hope barrk's solution works for you, because NT offers no way to retrieve the user's password.

    This is part of the c2 security specifications which NT is build on.

    So only microsoft products can benefit from using the NT logon authentication.

  6. #6
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274

    This is true!

    I fell into the classic trap of assuming the world ran on Microsoft and that jxiong was using Microsoft software on his mail server....I think I've been brainwashed!!!

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Posts
    303

    Red face Thanks to all

    Thanks for all of your help. I will see what I can do.
    It is very sad to find out only Bill Gates can find everyone's password.


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