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 71ff674a02b71d56fab861c0ad49840d221e8cd2 (commit) from a01d3f965b697a7ab44e071e619448cfe8711656 (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 71ff674a02b71d56fab861c0ad49840d221e8cd2 Author: Howard Chu hyc@openldap.org Date: Wed Jun 4 00:52:01 2014 -0700
ITS#7871 fix ldif-wrap length
Doc has been updated to note the default was actually 78. The off-by-two error is fixed. Note that wrap=1 will still output 2 columns, otherwise it can't output anything besides the continuation character.
-----------------------------------------------------------------------
Summary of changes: doc/man/man8/slapcat.8 | 4 +++- libraries/libldap/ldif.c | 15 ++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-)