Hello,
I have questions regarding two separate projects, both of which my involve Drupal. First, my university wants to set up a blogging service for students that uses students' LDAP accounts for authentication. I found out about Drupal hrough a discussion I found online regarding precisely this need for other schools; Drupal (along with MT) was suggested by several people. From what I've read, it seems ideal for this purpose. Our primary concerns are security, installation & maintenance requirements, and the end-user experience. Drupal seems to be secure, and also seems easy enough to use once configured. How much of a time commitment will we be looking at to keep a single Drupal installation up and running?
The second project is my personal site. I want to have one backend system that manages a forum, a (single-user) blog, easy file uploads for users (preferably with a space allotment based on user role) and whatever other forms of content I decide I want to add. Drupal seems much easier than my previous plan (using phpBB or similar software and hacking it to support everything else). I like the availability of various content modules without requiring hacks and code modifications every time features are to be added. However, if I ever wanted to extend the login system beyond the limitations of Drupal, is it possible to have Drupal communicate with other scripts and whatnot to use its authentication system and store pertinent user info? If I ever get around to writing a browser-based game, for example, it would be nice to be able to integrate it with the rest of my site.