Metadata-Version: 2.0
Name: granadilla
Version: 0.6.2
Summary: An opinionated LDAP frontend.
Home-page: https://github.com/Polyconseil/granadilla
Author: Polyconseil Sysadmin Team
Author-email: sysadmin+granadilla@polyconseil.fr
License: GPL
Keywords: granadilla,ldap,directory,admin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Environment :: Console
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Dist: Django (<2.0,>=1.11)
Requires-Dist: django-ldapdb (>=0.6.0)
Requires-Dist: django-appconf
Requires-Dist: getconf (>=1.2.0)
Requires-Dist: django-zxcvbn-password (>=2.0.0)
Requires-Dist: django-password-strength (>=1.2.1)
Requires-Dist: zxcvbn-python
Requires-Dist: colorama

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/>.



