Skip to content
Snippets Groups Projects
Commit 13308a70 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent 343264f9
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@
## top-level directory of the distribution or, alternatively, at
## <http://www.OpenLDAP.org/license.html>.
set -x
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
......
......@@ -63,7 +63,8 @@ echo "Adding a unique record..."
#$LDAPADD -D "$UNIQUEDN" -h $LOCALHOST -p $PORT1 -w $PASSWD > \
# $TESTOUT 2>&1 << EOTUNIQ1
$LDAPADD -D "$UNIQUEDN" -h $LOCALHOST -p $PORT1 -w $PASSWD << EOTUNIQ1
$LDAPADD -D "$UNIQUEDN" -h $LOCALHOST -p $PORT1 -w $PASSWD \
> /dev/null << EOTUNIQ1
dn: uid=dave,ou=users,o=unique
objectClass: inetOrgPerson
uid: dave
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment