Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jan 20, 2020
2 parents 7203321 + 31d3132 commit c56ab74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pyMultiLDAP can act also as a proxy server, behind openldap's slapd-sock backend
- Export data in python dictionary, json or ldiff format;
- Proxy Server, exposing a server daemon usable with [slapd-sock backend](https://www.openldap.org/software/man.cgi?query=slapd-sock).

pyMultiLDAP do not write data to LDAP servers, it just permit us to handle readonly data
in a way that could be very simple to automate smart data processing on-the-fly.
pyMultiLDAP doesn't write to LDAP servers, it just handle readonly data.
It's also used to automate smart data processing on-the-fly.

See `example/settings.py.example` and `multildap/attr_rewrite.py` to understand how to configure and extend it.

Expand Down

0 comments on commit c56ab74

Please sign in to comment.