From: Dobrica Pavlinusic Date: Fri, 14 May 2010 12:05:24 +0000 (+0000) Subject: how to configure ldap-rewrite and test it X-Git-Url: http://git.rot13.org/?p=virtual-ldap;a=commitdiff_plain;h=62a36df18f8c626a47566b4716aee83cb5c99450;hp=51297aff788b3f0f524cef618122ec34f5a93a0e how to configure ldap-rewrite and test it --- diff --git a/README b/README index 985e61f..3cb1666 100644 --- a/README +++ b/README @@ -19,10 +19,19 @@ If you need to augment or mungle LDAP from upstream server start: ./bin/ldap-rewrite.pl +You might want to edit configuration at top of script itself, especially +overlay_prefix if you want your YAML data to be without it. + To augment data with your own, you should create files yaml/uid=login,dc=example,dc=com +If you have test user in your LDAP edit configuration file and run tests: + + cp t/config.pl.template t/config.pl + vi t/config.pl + ./t/ldap-rewrite.t + If you want to expose MySQL Koha database as LDAP server start: