ckanext-ldap | A CKAN extension that provides LDAP authentication | Identity Management library
kandi X-RAY | ckanext-ldap Summary
kandi X-RAY | ckanext-ldap Summary
ckanext-ldap is a Python library typically used in Security, Identity Management, Ruby On Rails, Docker applications. ckanext-ldap has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can install using 'pip install ckanext-ldap' or download it from GitHub, PyPI.
This plugin provides LDAP authentication for CKAN.
This plugin provides LDAP authentication for CKAN.
Support
Quality
Security
License
Reuse
Support
ckanext-ldap has a low active ecosystem.
It has 35 star(s) with 36 fork(s). There are 10 watchers for this library.
There were 2 major release(s) in the last 12 months.
There are 9 open issues and 42 have been closed. On average issues are closed in 507 days. There are 2 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of ckanext-ldap is 3.3.1
Quality
ckanext-ldap has 0 bugs and 7 code smells.
Security
ckanext-ldap has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
ckanext-ldap code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
ckanext-ldap is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
ckanext-ldap releases are available to install and integrate.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
ckanext-ldap saves you 206 person hours of effort in developing the same functionality from scratch.
It has 638 lines of code, 41 functions and 21 files.
It has high code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed ckanext-ldap and discovered the below as its top functions. This is intended to give you an instant insight into ckanext-ldap implemented functionality, and help decide if they suit your requirements.
- Handle login
- Get or create a LDAP user
- Perform LDAP search
- Find LDAP user
- Check if a user exists
- Verify LDAP password
- Return a unique user name
- Get user dict
- Redirect to login
- Redirect user to login
- Log out all sessions
- Delete session items from session
- Update a user object
- Create an LDAP user
- Setup the user table
Get all kandi verified functions for this library.
ckanext-ldap Key Features
No Key Features are available at this moment for ckanext-ldap.
ckanext-ldap Examples and Code Snippets
No Code Snippets are available at this moment for ckanext-ldap.
Community Discussions
Trending Discussions on ckanext-ldap
QUESTION
Approach for preveting annomyous access to CKAN site
Asked 2019-Jul-26 at 00:05
I have a CKAN site running with the ckanext-ldap extension configured, but I only wan't authenticated users to be able access the site.
This is my solution so far, but I'm not totally satisfied:
...ANSWER
Answered 2019-Jul-26 at 00:05I've seen the following approach used in CKAN to prevent non-logged in access to the site.
It uses the IMiddleware
plugin interface:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ckanext-ldap
Path variables used below:.
$INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default
$CONFIG_FILE, e.g. /etc/ckan/default/development.ini
Clone the repository into the src folder:
Activate the virtual env:
Install the requirements for python-ldap, e.g.:
Install the requirements from requirements.txt:
Run setup.py:
Add 'ldap' to the list of plugins in your $CONFIG_FILE:
$INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default
$CONFIG_FILE, e.g. /etc/ckan/default/development.ini
Clone the repository into the src folder:
Activate the virtual env:
Install the requirements for python-ldap, e.g.:
Install the requirements from requirements.txt:
Run setup.py:
Add 'ldap' to the list of plugins in your $CONFIG_FILE:
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page