Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 1999 11:30:35 +0200 (CEST)
From:      lkoeller@cc.fh-lippe.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13874: openldap port upgrade to 1.2.7 (from 1.2.3)
Message-ID:  <199909210930.LAA04634@idefix.hrz.uni-bielefeld.de>

next in thread | raw e-mail | index | archive | help

>Number:         13874
>Category:       ports
>Synopsis:       ports update to openldap-1.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 21 03:30:08 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Charlie &
>Release:        FreeBSD 3.2-RELEASE i386
>Organization:
Computing Center, University of Bielefeld, Germany
>Environment:

	FreeBSD 3.2-RELEASE with ports-current

>Description:

	Upgrade to the actuel release of OpenLDAP 1.2.7 with a verry small
	patch to support the Netscape roaming feature of the communicator 4.5

>How-To-Repeat:

	-

>Fix:

	Commit the patches! Update md5!


Thanks and Regards

Lars


--------------------------- patch-aa (new) ------------------------------

*** servers/slapd/add.c.orig	Fri Jan 29 06:11:49 1999
--- servers/slapd/add.c		Tue Sep 21 10:47:13 1999
***************
*** 180,185 ****
--- 180,188 ----
  		bv.bv_len = strlen( bv.bv_val );
  	}
  	attr_merge( e, "creatorsname", bvals );
+ 	/* Netscape Communicator 4.5 seems to expect modification information
+ 	   to be present within newly created items. */
+ 	attr_merge( e, "modifiersname", bvals );

  	ldap_pvt_thread_mutex_lock( &currenttime_mutex );
  #ifndef LDAP_LOCALTIME
***************
*** 194,197 ****
--- 197,203 ----
  	bv.bv_val = buf;
  	bv.bv_len = strlen( bv.bv_val );
  	attr_merge( e, "createtimestamp", bvals );
+ 	/* Netscape Communicator 4.5 seems to expect modification information
+ 	   to be present within newly created items. */
+ 	attr_merge( e, "modifytimestamp", bvals );
  }



--------------------- Makefile --------------------------------------

Change DISTNAME to:

DISTNAME=	openldap-1.2.7

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909210930.LAA04634>