An open API service indexing awesome lists of open source software.

https://github.com/ckan/ckanext-drupal7

Drupal7 authentication for ckan
https://github.com/ckan/ckanext-drupal7

Last synced: 9 months ago
JSON representation

Drupal7 authentication for ckan

Awesome Lists containing this project

README

          

CKAN Drupal7 Authentication
===========================

This extension allows Drupal7 accounts to be used with CKAN. The Drupal7
authentication replaces that of CKAN and the normal CKAN registering,
editing and logging in is replaced by Drupal7's.

Configuration
-------------

You must also make sure that the following are set in your CKAN config:

::

ckanext.drupal7.domain =

::

ckanext.drupal7.sysadmin_role =

::

ckanext.drupal7.connection =

Example configuration::

ckanext.drupal7.domain = localhost
ckanext.drupal7.sysadmin_role = ckan admin
ckanext.drupal7.connection = postgresql://drupal:pass@localhost/drupal