Metadata-Version: 2.4
Name: oath-ldap-srv
Version: 1.7.2
Summary: OATH-LDAP services
Home-page: https://oath-ldap.stroeder.com
Download-URL: https://pypi.org/project/oath-ldap-srv/#files
Author: Michael Stroeder
Author-email: michael@stroeder.com
Maintainer: Michael Stroeder
Maintainer-email: michael@stroeder.com
License: Apache-2.0
Keywords: LDAP,OpenLDAP,OATH,OATH-LDAP,HOTP,TOTP,Yubikey
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: ldap0>=1.2.1
Requires-Dist: slapdsock>=1.3.0
Provides-Extra: hotp-validator
Requires-Dist: jwcrypto; extra == "hotp-validator"
Requires-Dist: pynacl>=1.2; extra == "hotp-validator"
Dynamic: author
Dynamic: author-email
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

OATH-LDAP services
==================

[OATH-LDAP](https://oath-ldap.stroeder.com/) directly integrates
OTP-based two-factor authentication into
[OpenLDAP](https://www.openldap.org) *slapd*.

This package implements the slapd-sock BIND listener services:

  * HOTP validator
  * Bind Proxy

Requirements
------------

  * Python 3.6+

See also:

  * [slapd-sock(5)](https://www.openldap.org/software/man.cgi?query=slapd-sock)
