flaviorodrigues Posted June 9, 2010 Posted June 9, 2010 Hi I like to one thing like this: Server have a share: \\privatefolder\$username$ User login in computer with AD credentials Then in my computer apper a remote disk for example h:\ when open user will see the privatefolder\$username$\ Server is 2008 R2 So i like any way to when user login if folder dont exist then creat one new with username and then reconnect all time that this user login The best is user can have acess to the folder content with moodle, any way? Where is the best way to do this? thanks Flavio Rodrigues
srochford Posted June 11, 2010 Posted June 11, 2010 You're basically describing a home directory - setup the user in Active Directory users and computers to have a home directory at (say) \\server\privateshare\%username% and make sure that the top share exists. The user directory will be created and then mapped to whatever letter you choose. the downside of this is that a user browsing the server will see \\server\privateshare\user1, \\server\privateshare\user2 etc this may not matter - if the permissions are right then they can't access the data but if you want to avoid this then you can turn on Access Based Enumeration - they will then only see their own folder. 1
flaviorodrigues Posted June 11, 2010 Author Posted June 11, 2010 (edited) thanks, very easy, but i put the letter "m" to map, and dont see mapped folder, but i see that new username folder have been created in the share. thanks fr Edited June 11, 2010 by flaviorodrigues
flaviorodrigues Posted June 11, 2010 Author Posted June 11, 2010 and about this: The best is user can have acess to the folder content with moodle, any way? Where is the best way to do this?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now