From 1605a04509f40e8e365dc616ff35efaa57ad7f32 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Thu, 1 Jun 2000 20:55:36 +0000
Subject: [PATCH] Must work with trailing / on URI

---
 tests/data/slapd-ref-slave.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/data/slapd-ref-slave.conf b/tests/data/slapd-ref-slave.conf
index f10e039f4e..9d1179ff99 100644
--- a/tests/data/slapd-ref-slave.conf
+++ b/tests/data/slapd-ref-slave.conf
@@ -17,7 +17,7 @@ argsfile    ./test-repl/slapd.args
 # ldbm database definitions
 #######################################################################
 
-referral	"ldap://localhost:9009"
+referral	"ldap://localhost:9009/"
 
 database	ldbm
 cachesize	0
-- 
GitLab