singlesignon.module

Version

1.21.2.15 (checked in on 2008/05/19 at 02:55:50 by wayland76)

Description

Enables "Single Sign-Ons" between related Drupal sites on one server with a shared database.

Functions

Namesort iconDescription
singlesignon_admin_settingsProvides user interface necessary to administer this module's settings.
singlesignon_admin_settings_validateHook for validating a form; verifies the values for singlesignon bot recognition.
singlesignon_initImplementation of hook_init().
singlesignon_menuImplementation of hook_menu().
_singlesignon_base_urlGets the base url and fixess it up a bit
_singlesignon_get_bm_variableInternal function for use of singlesignon_admin_settings; turns | separated string into \n separated string.
_singlesignon_get_default_domain3rd party integration: get master url from Domain Access module.
_singlesignon_get_destCombines $base_url and request_uri() in a safe, portable way.
_singlesignon_gotoSanitizes the given url then forwards the user to it.
_singlesignon_goto_urlSets up the URL and goes to it
_singlesignon_is_botInternal function: Tries to determine whether the client is a bot or not.
_singlesignon_masterContains the processes needed by the master server.
_singlesignon_validate_sidMakes sure sid values are legitimate.
_singlesignon_verify_valueInternal function: Verifies one singlesignon bot recognition value.