Extension Drupal7


Extension Basics

Title
Drupal7
Name
ckanext-drupal7
Type
Public extension
Description
Drupal7 authentication for ckan
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-05-17 21:59:37)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

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 = <The domain that Drupal is on>

::

ckanext.drupal7.sysadmin_role = <Drupal role that makes users sysadmins>

::

ckanext.drupal7.connection = <database connection string>

Example configuration::

ckanext.drupal7.domain = localhost
ckanext.drupal7.sysadmin_role = ckan admin
ckanext.drupal7.connection = postgresql://drupal:pass@localhost/drupal
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
drupal7
CKAN Settings (ckan.ini)
# ckanext.drupal7.domain = <The domain that Drupal is on>
# ckanext.drupal7.sysadmin_role = <Drupal role that makes users sysadmins>
# ckanext.drupal7.connection = <database connection string>
# ckanext.drupal7.domain = localhost
# ckanext.drupal7.sysadmin_role = ckan admin
# ckanext.drupal7.connection = postgresql://drupal:pass@localhost/drupal
DB migration to be executed
(not set)
<< back to Extensions