Jump to content

Recommended Posts

Posted

Is there a way in moodle 1.9, when users log into moodle they can see their home folder which is located on another server? We have implemented LDAP logons so users use the same logon for moodle and the network.

 

If anyone knows, let me know

 

Thanks

 

Tim

Posted
I too would be intrested if anyone can come up with a solution to this as I have been looking for a way to intergrate as much into moodle as possible.
Posted
The Windows Share Web Client block claims to be able to do this if your Moodle installation is running on a *nix platform. No idea if it works though.

 

Iain.

 

We use it here and seems to work fine for us, though we are still running Moodle 1.8x, so I can't comment on how well it works with 1.9.

 

It uses samba to retrieve the files, so you have to use a *nix. I don't know enough about php or windows, but I guess it might be possible to port if you could replicate smbclient's functionality with some standard windows tool/api.

Posted
We use it here and seems to work fine for us, though we are still running Moodle 1.8x, so I can't comment on how well it works with 1.9.

 

We use it too, I can confirm it works fine with 1.9

Posted
Is there a way in moodle 1.9, when users log into moodle they can see their home folder which is located on another server?

 

Can you mount the remote volume as your Moodle user directory? I know NTFS lets you mount separate local harddrives in empty folders, does it let you mount remote ones too?

 

--

David Hicks

  • 2 weeks later...
Posted
Has anyone considered security implications with the SMB web client for Moodle?

 

Make sure the site runs on https, otherwise the smbclient will try and transmit in clear.

Otherwise it just uses the users name/password, it doesn't mount the server as admin or anything. I don't see a problem if the samba is set up correctly.

  • 3 weeks later...
Posted
Another option ( if you have a ftp server) is to use active directory integrated ftp and set it to use the users home folder, this would then give the users ftp access to their home folder. Then use the Net2FTP front end running on the moodle server. it doesnt work as single sign on but can be put in moodle as a web link.
  • 2 months later...
Posted
How do I combine the two resources in this thread to enable User Area mapping when Moodle is installed on Windows Server?

 

you'd probably need to re-write the block so that it uses the smbclient that geoff linked to.

Posted

Ah ok.

 

Well I shall leave it for now, just in the middle of looking at other methods.

 

Interestingly, WebDAV should be available in 1.9 but I can't find it where it's mentioned...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...