You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

django-ldaporm

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-ldaporm

A Django ORM-like interface for ldap objectclasses


Maintainers
2

Readme

django-ldaporm

django-ldaporm provides Django ORM-like module that allows you to treat ldap object classes like RDBMS tables. This allows you to use Django forms, fields and views natively with ldap models.

Installing django-ldaporm

django-ldaporm is a pure python package. As such, it can be installed in the usual python ways. For the following instructions, either install it into your global python install, or use a python virtual environment to install it without polluting your global python environment.

Install via pip

pip install django-ldaporm

Install via setup.py

Download a release from Github, then:

unzip django-ldaporm-1.0.20.zip
cd django-ldaporm-1.0.20
python setup.py install

Or:

git clone https://github.com/caltechads/django-ldaporm.git
cd django-ldaporm
python setup.py install

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc