I am setting up a drupal application within a web site that uses HTTPS and basic authentication. I would like to have drupal delegate to Apache for authentication so that the user only logs in once for the entire site and use drupal's own infrastucture for authorization. Is this possible?
I am using Apache2, Drupal 5, MySQL 5, PHP 4
Thanks
I successfully installed Drupal 4.7.6. I'm creating a professionnal publication ( Librarian journal). Module ejournal, TinyMCE, etc. But I'm a problem. Our articles titles are sometimes a little bit long, so it's impossible to write them completely. I changed field title in table node to varchar 255. Nothing! The problem remains! I searched in all drupal modules code, in form.inc file and I'm not find where i do change the maxlenght. When i look at the html code in the browser, I see "maxlenght 128" in title field.
Code :
The first step toward using Ajax with the Login button is to connect the login button to a procedure to change the user's status. That part is easy. The hard bit is then updating the page to reflect anything the user should see when logged in. I propose a Drupal Javascript hook system as the first step toward a login solution and one that is extendable to many types of actions.