Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Folder Permissions

Status
Not open for further replies.

shiggyshag

Programmer
Dec 14, 2001
227
GB
Hi

I am using FSO to create user directories.I am using NT authentication to log the person in. But how can I change the NT folder permissions so only that person can see their Folder??


Please help

Cheers
 
I would say your best bet is to save in a database the users' login name and the properties to that accunt. So for user login DOMAIN/jdoe put in the database
Login=jdoe
Folder="/jdoe/"

plus any other folder that you want that usre to have access to. Then when that user logs in, use the FSO to enumerate the conents of the folder found in the database for that users' profile.

HTH

JP _______________________________________________
OutsideIntranets.com
Stop wasting time, get to work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top