|
-
Jul 5th, 2001, 06:31 PM
#1
Thread Starter
New Member
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.
-
Jul 5th, 2001, 06:51 PM
#2
Member
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.
-
Jul 5th, 2001, 07:57 PM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|