Skip to content

Commit

Permalink
Pypi release 1.0 prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
slipeer committed Jun 15, 2017
1 parent 2f9f60a commit babadee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Travis-CI Build Status
Installation
------------

- Via python's package manager: `pip install synapse-ldap-password-provider`
- Via python's package manager from git: `pip install https://github.com/slipeer/synapse-ldap-password-provider/tarball/master`

Usage
Expand Down Expand Up @@ -60,15 +61,14 @@ Otherwise it will not work properly. If you seach identity server with LDAP inte

Account Lockout Policy
----------------------
If you do not want your internal users to be blocked from outside
by scrambling passwords through this service, then you need
implement a more rigid account lockout policy then in yor LDAP server
If you do not want your internal users to be blocked from outside by scrambling passwords through this service, then you need
implement a more rigid account lockout policy then on your LDAP server.


Troubleshooting and Debugging
-----------------------------

``matrix-synapse-ldap3`` logging is included in the Synapse homeserver log
``synapse-ldap-password-provider`` logging is included in the Synapse homeserver log
(typically ``homeserver.log``). The LDAP plugin log level can be increased to
``DEBUG`` for troubleshooting and debugging by making the following modifications
to your Synapse server's logging configuration file:
Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[flake8]
max-line-length = 90
max-line-length = 90

[metadata]
description-file=README.rst
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ def read(fname):
version="1",
py_modules=["synapse_ldap_password_provider"],
description="LDAP3 password provider for Synapse",
url="https://github.com/slipeer/synapse-ldap-password-provider",
download_url="https://github.com/"
"slipeer/synapse-ldap-password-provider/archive/1.0.tar.gz",
author="Slipeer",
author_email="[email protected]",
install_requires=[
"Twisted>=15.1.0",
"ldap3>=2",
Expand Down

0 comments on commit babadee

Please sign in to comment.