SSO DAC

Component ID

2238643

Component name

SSO DAC

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module was made for a client of the french compagny LINAGORA.

The SSO DAC module is a module allowing Drupal to use an SSO authentication with DAC (Discretionary access control).

The module read the SSO header and with the header informations search in the configured LDAP to retrieve users informations. The LDAP informations are then used to create or log the user.

Configuration information

For using the module properly, you need to configure it in admin/settings/sso_dac :

  • Set the correct SSO hostname
  • Set all the LDAP connexion informations

You also need to add the right cookie domain name in your setting.php for using Drupal in SSO mode.

Warning

This module is coded to be used in website where users need to be connected all the time.
When the module is enable and properly configured, user connected to the SSO can not disconnect is Drupal account.