1.21.2.15 (checked in on 2008/05/19 at 02:55:50 by wayland76)
Enables "Single Sign-Ons" between related Drupal sites on one server with a shared database.
| Name | Description |
|---|---|
| singlesignon_admin_settings | Provides user interface necessary to administer this module's settings. |
| singlesignon_admin_settings_validate | Hook for validating a form; verifies the values for singlesignon bot recognition. |
| singlesignon_init | Implementation of hook_init(). |
| singlesignon_menu | Implementation of hook_menu(). |
| _singlesignon_base_url | Gets the base url and fixess it up a bit |
| _singlesignon_get_bm_variable | Internal function for use of singlesignon_admin_settings; turns | separated string into \n separated string. |
| _singlesignon_get_default_domain | 3rd party integration: get master url from Domain Access module. |
| _singlesignon_get_dest | Combines $base_url and request_uri() in a safe, portable way. |
| _singlesignon_goto | Sanitizes the given url then forwards the user to it. |
| _singlesignon_goto_url | Sets up the URL and goes to it |
| _singlesignon_is_bot | Internal function: Tries to determine whether the client is a bot or not. |
| _singlesignon_master | Contains the processes needed by the master server. |
| _singlesignon_validate_sid | Makes sure sid values are legitimate. |
| _singlesignon_verify_value | Internal function: Verifies one singlesignon bot recognition value. |