We've been setting up a site for our college for about a month now, using Joomla.
http://www.dur.ac.uk/StChadsJCR
The hosting is provided by the university (Durham) and I've been having some problems; I wondered if they could be solved by using Drupal.
1) The hosting has been acting a bit strange with Joomla, and installing components is a nightmare as php_safemode is always on (and cannot be removed). Is this also the case with Drupal? Also, I know that mod_rewrite is not supported, is this crucial? Is there a work around?
2) This is a community site - we would like everybody in the college to be able to log in and post news articles. Individual member profiles/blogs are not a necessity but might be nice to have. What attracted me to Drupal was that community elements seemed to be built in a lot better than Joomla, which uses Community Builder, which I can't get to work properly.
We would like anybody to be able to sign up and post to the forums (ie prospective students) but only students from St. Chad's College to be able to post news and to vote in elections and polls. I asked my computing service and they didn't know how to do it but told me there were a couple of php functions - $_SERVER['REMOTE_USER'] and getContactDetailsFromLDAP() which could be used inside the 'password' folder to verify a student's college based on their Durham University username.
Would it be possible to implement these into a login screen to verify that the user was a Chad's student (by looking at their username) and thus give them access to certain parts of the site?