Metadata-Version: 1.1
Name: jpl.plone2ldap
Version: 0.0.0
Summary: Export Plone usernames and passwords and import them into an LDAP server
Home-page: https://github.com/MCLConsortium/jpl.plone2ldap
Author: Sean Kelly
Author-email: sean.kelly@jpl.nasa.gov
License: ALv2
Download-URL: https://github.com/MCLConsortium/jpl.plone2ldap/archive/0.0.0.zip
Description: **************
        jpl.plone2ldap
        **************
        
        This package exports Plone usernames and passwords from Plone's Zope Object
        Database and loads them into an LDAP server.
        
        
        Documentation
        -------------
        
        See the "docs" folder.
        
        
        To Contribute
        -------------
        
        • Issue tracker: https://oodt.jpl.nasa.gov/jira/projects/CA
        • Source code: https://github.com/MCLConsortium/jpl.plone2ldap
        • Contact us at mailto:edrn-ic@jpl.nasa.gov
        
        Copyright © 2017 California Institute of Technology. US Government sponsorship
        acknowledged. This software is licensed under the Apache License version 2.
        See the docs/LICNSE.txt file for details.
        
        
        Installation
        ============
        
        Add this egg to your Zope app server using the plone.recipe.zope2instance
        recipe.
        
        To run it, use the Zope instance's "run" command; for example::
        
            bin/instance run src/jpl/plone2ldap/main.py plone
        
        Use ``--help`` to get the possible options and required arguments.
        
        Changelog
        =========
        
        The following describes the changes between releases.
        
        
        0.0.0 — Unreleased
        ------------------
        
        • First unreleased release.  We got skillz.
        
Keywords: plone zope ldap username password export import
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
