Skip to content

Commit

Permalink
Merge pull request #99 from jaraco/98-jaraco-test_ldapserver_docs
Browse files Browse the repository at this point in the history
Update docs to reflect proper usage.
  • Loading branch information
psi29a committed Jun 26, 2018
2 parents 3d78480 + 310a6ad commit ce89a5f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.rst
Expand Up @@ -57,16 +57,17 @@ Ldaptor can be installed using the standard command line method::

or using pip from PyPI::

pip install ldaptor
pip install ldaptor

Linux distributions may also have ready packaged versions of Ldaptor and Twisted. Debian and Ubuntu have quality Ldaptor packages that can be installed e.g., by::

apt-get install python-ldaptor

To run the LDAP server (runs on port 38942)::
To run the LDAP server (bind port 38942) from a repo checkout with
the project installed::

twistd -ny --pidfile=ldapserver.pid --logfile=ldapserver.log \
test-ldapserver.tac
twistd -n --pidfile=ldapserver.pid --logfile=ldapserver.log \
-y test-ldapserver.tac

Dependencies:

Expand Down

0 comments on commit ce89a5f

Please sign in to comment.