From: Pierangelo Masarati Date: Sat, 20 Oct 2001 17:19:56 +0000 (+0000) Subject: listen on any device X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~961 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99e7ffe0341359a12fca8df5e23945b1f41a16ee;p=openldap listen on any device --- 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