summaryrefslogtreecommitdiff
path: root/net/openldap12/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-24 04:29:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-24 04:29:10 +0000
commitc0cf667947ff8bdbcd00cd3d85c819ff713b3f96 (patch)
treea83d78e86ff707cf92c6989e7bebe765e75aa32e /net/openldap12/files/patch-aa
parentUpdate to version 1.0.3. (diff)
Update to version 1.2.8.
PR: 15599 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23961
Diffstat (limited to 'net/openldap12/files/patch-aa')
-rw-r--r--net/openldap12/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/openldap12/files/patch-aa b/net/openldap12/files/patch-aa
deleted file mode 100644
index 93f071d8a12b..000000000000
--- a/net/openldap12/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- servers/slapd/add.c.orig Fri Jan 29 00:11:49 1999
-+++ servers/slapd/add.c Sat Oct 23 13:31:43 1999
-@@ -180,6 +180,9 @@
- 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,4 +197,7 @@
- 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 );
- }