An open API service indexing awesome lists of open source software.

https://github.com/polyconseil/granadilla

LDAP management tools
https://github.com/polyconseil/granadilla

Last synced: 11 months ago
JSON representation

LDAP management tools

Awesome Lists containing this project

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 .