>From de638561197aedf3cd9197cc47a5acaddfc77117 Mon Sep 17 00:00:00 2001 From: Nathan Kinder Date: Tue, 27 Oct 2009 16:07:01 -0700 Subject: [PATCH] Remove blank line from 00core.ldif. There is an unnecessary blank line in 00core.ldif in the middle of an entry. This isn't causing any server issues since the line does have a space, making it count at part of the previous attribute, but it does through off Mozilla::LDAP::LDIF. The blank line should really be removed. --- ldap/schema/00core.ldif | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/ldap/schema/00core.ldif b/ldap/schema/00core.ldif index 18164d4..3a02192 100644 --- a/ldap/schema/00core.ldif +++ b/ldap/schema/00core.ldif @@ -43,7 +43,6 @@ objectClasses: ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass X-ORIGIN 'RFC 4512' ) - # ################################################################################ # -- 1.6.2.5