]> git.sur5r.net Git - openldap/commitdiff
listen on any device
authorPierangelo Masarati <ando@openldap.org>
Sat, 20 Oct 2001 17:19:56 +0000 (17:19 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 20 Oct 2001 17:19:56 +0000 (17:19 +0000)
servers/slapd/back-meta/data/setup.sh

index 92fb0eeada0a954e97abec696d4fffb7c060ed59..401001bf3df8697856f76872ec7f68967dfec9bd 100644 (file)
@@ -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