From 99e7ffe0341359a12fca8df5e23945b1f41a16ee Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 20 Oct 2001 17:19:56 +0000 Subject: [PATCH] listen on any device --- servers/slapd/back-meta/data/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servers/slapd/back-meta/data/setup.sh b/servers/slapd/back-meta/data/setup.sh index 92fb0eeada..401001bf3d 100644 --- a/servers/slapd/back-meta/data/setup.sh +++ b/servers/slapd/back-meta/data/setup.sh @@ -33,7 +33,7 @@ done echo "" echo "After slapd started, try" echo "" -echo " ldapsearch -x -H ldap://localhost:$PORT -b '' -s base namingContexts" +echo " ldapsearch -x -H ldap://:$PORT/ -b '' -s base namingContexts" echo "" echo "and browse the directory using the last base that appears;" echo "you may also try to bind as administrator of each subdirectory" @@ -42,7 +42,7 @@ echo "to attrs \"sn\" and \"cn\" of some entries based on the ACLs ..." echo "" echo "Starting slapd on port $PORT" -$SRCDIR/servers/slapd/slapd -f $CONF -h "ldap://localhost:$PORT/" -d $DEBUG +$SRCDIR/servers/slapd/slapd -f $CONF -h "ldap://:$PORT/" -d $DEBUG echo "Waiting 2 secs for everything to shut down ..." sleep 2 -- 2.39.5