Results 1 to 3 of 3

Thread: How can I get the User Name, Password and Domain of Users from LAN?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    Manila, Phils.
    Posts
    3

    How can I get the User Name, Password and Domain of Users from LAN?

    I'm trying to get the User Name, Password and Domain of the User Logged on to the network who is accessing my .mdb file. I'm making a security for my .mdb file, that's why I need to check if the user is valid.

    My .mdb file is located in a remote server and other users can access this file, so I need to check these users who are trying to access the database.

  2. #2
    Member
    Join Date
    Sep 2000
    Posts
    39

    Use build-in NT security.

    Place your file on the NTFS network share and assign either individual permissions or create a group of users allowed to use your .MDB. Of course you can use functions like NetUserGetInfo to get user info, but not the password.

    Hope this helps.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2001
    Location
    Manila, Phils.
    Posts
    3
    So you're saying that there's no way I can check the Password. Ok, Thanks c",)

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