Metadata-Version: 2.1
Name: radicale_ldap_auth
Version: 0.0.2
Summary: Плагин авторизации в radicale под доменными пользователями
Home-page: https://github.com/viktor-gorinskiy/radicale_ldap_auth
Author: Viktor Gorinskiy
Author-email: viktor@gorinskiy.ru
License: UNKNOWN
Description: # Radicale IMAP authentication plugin
        
        LDAP authentication plugin for [Radicale](http://radicale.org/).
        
        ## Installation
        
            python3 -m pip install radicale_ldap_auth
        
        ## Configuration
        
            [auth]
            type = radicale_ldap_auth
            ldap_url = ldap://examle.com
            ldap_port = 389
            ldap_user_postfix = examle.com
        
        ## License
        
        [GPL-3.0](LICENSE)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
