/[drupal]/contributions/modules/mrbs/README.txt
ViewVC logotype

Contents of /contributions/modules/mrbs/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Feb 14 16:18:32 2009 UTC (9 months, 1 week ago) by wesku
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/plain
Drupal-MRBS integration module
1 // $Id$
2
3 Drupal - MRBS integration
4
5 This very simple module offers single sign-on integration with MRBS ( http://mrbs.sourceforge.net/ ) and Drupal. The module uses Drupal user accounts, permissions and sessions with MRBS. Currently the module has only been tested when installed directly in a subdirectory on Drupal root directory, but it should be quite easy to modify it for other installations.
6
7 Installation
8 - Install MRBS in mrbs subdirectory on your Drupal installation
9 - Configure MRBS to use same database as Drupal and make sure it works with default auth and session handling
10 - Install Drupal module and enable it
11 - Set Drupal permissions for MRBS module at admin/user/permissions
12 - Copy auth_drupal.inc and session_drupal.inc from mrbs_inc subdirectory to your mrbs install directory
13 - Change config.inc.php:
14 - $auth["session"] = "drupal";
15 - $auth["type"] = "drupal";
16
17 That's it, MRBS users and sessions should now be managed by Drupal.

  ViewVC Help
Powered by ViewVC 1.1.2