Oops_my_bad Posted November 7, 2007 Posted November 7, 2007 Anyone managed to get this going? current setup: Ubuntu 6.06 Moodle 1.7 Apache 2 Pesky 2003 active directory controllers and for LDAP Have downloaded moodle block SMB_WEB_CLIENT and followed the instructions We can login to moodle OK via LDAP so that's fine. We've tested to make sure we can mount via smbmount from the command line to a windows share and this works (after having figured out the syntax). Does my syntax below look OK? ################################################################### # Array of windows share strings to convert to smb strings # i.e. '\\myserver' => 'mydom/myserver' would replace '\\myserver' # in a share string with mydom/myserver #edit the config file to include smb replacement strings for home dir #shares - $smb_cfg->cfgWinShareToSmb - e.g. the #windows share '\\netserv1\guysfolder' might need to #be 'studentdomain/netserv1/guysfolder' for smbclient to read it. #Therefore you would need a config entry as follows: # #$smb_cfg->cfgWinShareToSmb=array( # '\\netserv1'=>'studentdomain/netserv1' #); $smb_cfg->cfgWinShareToSmb=array( '\\netserv1\staff$'=>'schooladdomain/netserv1/staff$' ); However I'm getting a few errors, namely NT_STATUS_ACCESS_DENIED as a popup when you try to use the block, and a few PHP errors (which are probably as a result of the above). Any pointers would be great ta
Geoff Posted November 7, 2007 Posted November 7, 2007 I can't find the block you're talking about, can you provide a link?
Oops_my_bad Posted November 7, 2007 Author Posted November 7, 2007 Hi geoff it's http://moodle.org/mod/data/view.php?d=13&rid=991
Oops_my_bad Posted November 7, 2007 Author Posted November 7, 2007 Thanks Geoff much appreciated mate
Geoff Posted November 9, 2007 Posted November 9, 2007 Sorry, not had chance to play with this yet. I've been distracted by mailman and cups.
darknova Posted November 21, 2007 Posted November 21, 2007 Hi Geoff, Just wondering if you have luck getting this work... I've tried but can't get anywhere with it.
CyberNerd Posted February 14, 2008 Posted February 14, 2008 I got this working, there was an update recently that fixed some bugs. I needed to upgrade to php5 http://moodle.org/mod/forum/discuss.php?d=89996&parent=397586
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