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

granadilla

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

granadilla

An opinionated LDAP frontend.


Maintainers
2

Readme

granadilla

.. image:: https://secure.travis-ci.org/Polyconseil/granadilla.png?branch=master :target: http://travis-ci.org/Polyconseil/granadilla/

.. image:: https://img.shields.io/pypi/v/granadilla.svg :target: https://pypi.python.org/pypi/granadilla/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/granadilla.svg :target: https://pypi.python.org/pypi/granadilla/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/wheel/granadilla.svg :target: https://pypi.python.org/pypi/granadilla/ :alt: Wheel status

.. image:: https://img.shields.io/pypi/l/granadilla.svg :target: https://pypi.python.org/pypi/granadilla/ :alt: License

This django-backed software provides a simple administration tool for a minimal LDAP directory:

  • Web application providing a clean, editable phonebook (including pictures)
  • Command-line tool to manage users and groups

It has been designed for the specific LDAP setup at Polyconseil, but could be useful to other teams/companies.

Configuration

The webapp can run either in a standalone mode (with the granadilla_webapp.settings setup) or integrated in a larger website; the required settings are listed in granadilla/conf.py.

The command-line tool is designed for standalone use, and reads its settings from the /etc/granadilla/settings.ini file. This file is also used by the webapp if launched in standalone mode, with DJANGO_SETTINGS_MODULE=granadilla_webapp.settings.

The valid configuration values are described in the example_settings.ini file.

License

Copyright (C) 2009 Bolloré telecom Copyright (C) 2014 Polyconseil See AUTHORS file for a full list of contributors.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

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