Jump to content

Mintsoft

Members
  • Posts

    134
  • Joined

  • Last visited

Reputation

0 Neutral

About Mintsoft

Personal Information

  • Location
    Staffordshire
  1. Hi Guys, I've been trying to set up SSO using Apache on the debian server, the users are authenticate using LDAP (which works), I've built and configured the auth_ntlm_winbind_module, and configured winbind. Our moodle version is Moodle 1.9.4+ (Build: 20090422). wbinfo -u returns a list of all the users, so that works fine. I've set up a test file (ntlmTest.php) which does echo ""; var_dump($_SERVER); echo ""; and the REMOTE_USER is being set by the NTLM as: OURDOMAIN\itrob so that part works, in the sites-enabled default file I've added NTLMAuth on AuthType NTLM AuthName "Moodle NTLM Authentication" NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on require valid-user NTLMAuth on AuthType NTLM AuthName "Moodle NTLM Authentication" NTLMAuthHelper "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NTLMBasicAuthoritative on require valid-user and there are no errors in the /var/log/apache2/error.log file so this appears to be working ok ( plus that test file works, so again it's fine!) However! when I go to http://moodle it still presents me with a login page, I've added http://moodle to the trusted sites so IE should still send the NTLM information but I'm at a loss as to why it's just not working now! Bit more info: NTLM SSO is enabled, the subnet is 10.133.0.0/16 and IE fast path is off. Does anyone have ANY idea as to why it's not doing the SSO, I think I'm going insane here! Thanks -Rob
  2. Hi All, My boss and I have been trying to utalise WSS12 to share calendars and contact lists out. We've managed to get a very small test site thing going and created a stssync link so that when people click it, then can add the list of their outlook (2003 btw) settings. But does anyone know of a way to automate the addition, perhaps by adding something to the PRF file that configures users profiles? (This would be so much simpler with an exchange server! but of course, "they" won't give us the money for things like that, but they want the functionality ¬_¬) Thanks in Advance -Rob Emery
  3. Hiya, We've got this bizarre problem thats suddenly appeared. When I add 1 more course onto the site the nice big course catagories tree that we have stops displaying all the courses & catagories and only displays the catagories o.0 (i.e. from nice.png to horrible.png) I've had a hunt for any options to change this anywhere but to no avail. Any thoughts? -Thanks in advance Rob
  4. Sorry I totally forgot to say!! Moodle!
  5. Hi all, Does anyone know how to change the default property for Window on the add resource pages from "This Window" to "New Window"? Seems like the teachers just can't get it into their head to change it ¬_¬ I have hunted through the PHP but the whole 'modular' structure thing is confusing me, if I could at least find the page that contains it then I'd be fine! -Rob
  6. The plan was for multiple users but its only a minor annoyance anyway. We'll probably just chown them manually whenever we upload stuff
  7. hmm How do you do it in vsftp? I could just switch my ftp Daemon.
  8. thats prettymuch the same as chown -R user:group dir isn't it? I don't want to do it manually, I want to be able to use the FTP server and the files I drop in the dir be owned by the right person. I'm not sure if its even possible anymore.
  9. I had a bad experience with Acer repairs (not quite this bad though) which is why i'd never buy anything acer ever again!!
  10. I was trying to avoid having to enrol for modules but that has its own breed of problems! anything you'd like helpwith? our teacher enrollments were done from an ad exported csv file. then all were set to be global teachers. our students create there own accounts and confirm via school based email. loverly and easy so far!. I think I'm alright with all that atm, but if i have any trouble I'll be sure to drop you a message Thanks Again!
  11. I'm pretty sure it belongs to the user that uploads it, rather then the proftpd process. Yeah it does, it belongs to rob only trouble is, I don't really want EVERYTHING I upload to belong to www-data, just ideally only in that directory! I tried putting like UserOwner www-data GroupOwner www-data but its still owned by rob:rob
  12. I was trying to avoid having to enrol for modules but that has its own breed of problems!
  13. Hey all does anyone know how on EARTH to get files that i copy onto a server through proftpd so they're owned by like www-data or at least so thats the group?! thanks -Rob
  14. Aha! thats done it, Thanks!!
  15. I remember it being like that when i first set up moodle, but now everyone seems to be able to view everything without being enrolled, any idea what i've done? :?
×
×
  • Create New...