A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 8b51bb312be5f49bfa570558b94a974df1c910c4 (commit) from 02600aaf58c9aa53e08f7490b7bbac3c53dcd7ce (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 8b51bb312be5f49bfa570558b94a974df1c910c4 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(-)