Metadata-Version: 1.2
Name: edb-ldap-sync
Version: 1.0.0
Summary: Configuration for synchronizing LDAP/AD with postgres using ldap2pg
Home-page: https://github.com/EnterpriseDB/ldap-sync
Author: EnterpriseDB
Author-email: alex.volkov@enterprisedb.com
License: UNKNOWN
Description: # Overview
        
        ## ldap-sync
        
        
        A collection of utilities and configurations for synchronizing EPAS with LDAP/AD.
        
        
        ## Features
        
        
        * Authenticate against existing LDAP or Active directory infrastructure
        * Synchronize postgres users from any ldap server including Active Directory
        * Schedule synchronization of users
        
        
        ## Test setup
        
        Installing dependencies for paramiko
        
        ```console
        pip install --update pip
        brew install rust
        ```
        
        The later part is not needed when running pip 21.3.1
        ```
        pip install cryptography \
            --global-option=build_ext \
            --global-option="-L/usr/local/opt/openssl@1.1/lib" \
            --global-option="-I/usr/local/Cellar/openssl@1.1/1.1.1o/include"
        
        ```
        
        
        # History
        
        ## 0.1.1 (2022-07-27)
        
        * Updated requirements for postgres sever and pgagent
        * Added documentation guide
        
        ## 0.1.0 (2022-05-25)
        
        * Initial release
        
Keywords: ldap-sync
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Topic :: Database
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
