Metadata-Version: 1.1
Name: radicale-auth-PAM
Version: 0.1
Summary: PAM authentication plugin for Radicale
Home-page: https://gitlab.com/jello/radicale_auth_PAM
Author: Joseph Nahmias
Author-email: joe@nahmias.net
License: GPL3+
Description: # PAM authentication plugin for Radicale
        
        [Radicale] is a CalDAV and CardDAV server, for storing calendars and
        contacts.  This python module provides an authentication plugin for Radicale
        to make use of the [Linux PAM] system library.
        
        [Radicale]: https://radicale.org/
        [Linux PAM]: http://www.linux-pam.org/
        
        
        ## Installation
        
        ```shell
        pip3 install radicale-auth-PAM
        ```
        
        ## Configuration
        
        ```INI
        [auth]
        type = radicale_auth_PAM
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Plugins 
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
