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
- Host: GitHub
- URL: https://github.com/ckan/ckanext-drupal7
- Owner: ckan
- Created: 2013-06-17T10:26:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T21:59:38.000Z (over 10 years ago)
- Last Synced: 2025-04-04T18:05:05.913Z (9 months ago)
- Language: Python
- Size: 124 KB
- Stars: 6
- Watchers: 22
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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