mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
cleanup
This commit is contained in:
parent
343264f9f6
commit
13308a70aa
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue