A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via fb1bf1caa82aa75eb5924e8c338da11f47854408 (commit) from bd1068204dff009e381ea89c362ed82088fd2011 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fb1bf1caa82aa75eb5924e8c338da11f47854408 Author: Jan Synacek jsynacek@redhat.com Date: Fri Apr 24 13:39:33 2015 +0200
More for ITS#8105
Fix multiple argument handling. For example:
perlModuleConfig homedir /home/jsynacek
should be converted to
olcPerlModuleConfig: homedir /home/jsynacek
and not to
olcPerlModuleConfig: homedir olcPerlModuleConfig: /home/jsynacek
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-perl/config.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)