1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-11-22 09:24:21 +01:00

change install method (pip install just doesn't work)

This commit is contained in:
kakwa 2017-04-06 21:37:02 +02:00
parent 7019cc2348
commit 32c513f96e

View File

@ -66,11 +66,16 @@ The default backend plugins permit to manage Ldap and Active Directory.
.. sourcecode:: bash .. sourcecode:: bash
# clone the repository
$ git clone https://github.com/kakwa/ldapcherry && cd ldapcherry
# change the directory where to put the configuration (default: /etc) # change the directory where to put the configuration (default: /etc)
$ export SYSCONFDIR=<sys conf dir> $ export SYSCONFDIR=/etc
# change the directory where to put the resource (default: /usr/share)
$ export DATAROOTDIR=/usr/share/
# install ldapcherry # install ldapcherry
$ pip install ldapcherry $ python setup.py
# edit configuration files # edit configuration files
$ vi /etc/ldapcherry/ldapcherry.ini $ vi /etc/ldapcherry/ldapcherry.ini
@ -78,7 +83,7 @@ The default backend plugins permit to manage Ldap and Active Directory.
$ vi /etc/ldapcherry/attributes.yml $ vi /etc/ldapcherry/attributes.yml
# launch ldapcherry # launch ldapcherry
$ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini $ ldapcherryd -c /etc/ldapcherry/ldapcherry.ini -D
*********** ***********