SSO DAC

Component type

module

Maintenance status

Development status

Component created

Component changed

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 :

Banned Projects

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to select a list of module that you don't want to be enabled.

Use case : you host a bunch of sites in an multi-sites installation, you don't have access to the admin web-interface, and you don't want the administrators to be able to enable certains modules.

  1. Enable this module,
  2. set the list of modules in the settings.php,
  3. finished. The module prevent automatically the dependencies modules to be activated.

Example :

mecabsearch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

MeCab Search provides MeCab functionality to Search module.

MeCab is a well-known open-source Japanese morphological analysis library. Generally, Using Drupal Search module for Japanese is problematic because words in Japanese are not separated by spaces as English and Search module's database tables tend to be huge and inefficient. Applying MeCab logic is one of the best solutions to improve Search module functionality for Japanese if your server already has MeCab itself and php-mecab that is php library to use MeCab from PHP.

Requirements
------------

Replicate paragraphs

Component type

module

Maintenance status

Development status

Downloads

16608

Component created

Component changed

Replicate Paragraphs Extends Replicate module to manage the cloning of paragraphs_item entities and fields.
Basics

When you clone an entity (node, taxonomy term, ...) containing a paragraphs reference, the paragraphs items are not duplicated, and the cloned entity still references the same paragraphs than the original entity.
This poses great issues as any modification on the paragraphs will impact all the duplicated entities.

Node Language Copy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

The Node Language Copy helps users to create content in a multi language environment.

If a node for a language for some content type is created, the user may choose to create clones of this node for all available languages or for selected languages. These copies are marked as needs translation.

This facilitates the task of the translators.

Content lock extend

Component type

module

Maintenance status

Development status

Component created

Component changed

Overview

This module adds Entity lock support to the community module called content_lock that will prevent two users from editing the same node concurrently. This module exposes the locking node content type of content_lock through all entity, so that content locking can be done over all entity content type.

Features

This module exposes the operations of content_lock module for Entity Content type.

Requirements

Limit Visit

Component type

module

Maintenance status

Development status

Downloads

745

Component created

Component changed

Overview

This module will count the number of times an authenticated user visits a page matching a path pattern. If the views per hour reach the established limit the user will be redirected to either an established page or a will be sent to the standard 403 page.

Permissions exist to allow roles to ignore the limits so administrators can browse without limitation.

Use Cases

The use case I initially built this for is to deter users from manually scraping through other user's profiles to build mailing lists.