Metadata-Version: 1.1
Name: esauth
Version: 0.1
Summary: Simple LDAP account management tool
Home-page: http://bitbucket.org/subuk/esauth
Author: Matvey Kruglov
Author-email: kubus@openpz.org
License: UNKNOWN
Description: ESAuth
        ======
        
        Simple LDAP account management tool.
        
        Installation
        ------------
        
        ::
        
            virtualenv ~/esauth
            . ~/esauth/bin/activate
            pip install esauth
            esauth-make-config -o esauth.cfg
            pserve esauth.cfg
        
        Use ldap_bind_dn password for login.
        
        
        Development
        -----------
        
        ::
        
            virtualenv ~/esauth
            . ~/esauth/bin/activate
            python setup.py develop
            pip install esauth[dev]
            python setup.py test
            pserve development.ini
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Pyramid
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
