mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Cleanup test066 comments
This commit is contained in:
parent
dacf15475f
commit
44a3653d90
@ -175,7 +175,7 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
echo "Inserting autoca overlay on provider..."
|
||||
echo "Inserting autoca overlay on slapd..."
|
||||
if [ "$AUTOCA" = autocamod ]; then
|
||||
$LDAPADD -D cn=config -H $URI1 -y $CONFIGPWF <<EOF > $TESTOUT 2>&1
|
||||
dn: cn=module,cn=config
|
||||
@ -246,8 +246,11 @@ if test $RC != 0 ; then
|
||||
exit $RC
|
||||
fi
|
||||
|
||||
# note - the attrs are being saved in raw DER form.
|
||||
# they need to be base64 encoded into PEM for most programs to use them
|
||||
# so we ignore those files for now.
|
||||
echo "Using ldapsearch to generate user cert..."
|
||||
$LDAPSEARCH -b "$BABSDN" -D $MANAGERDN -H $URI1 -w $PASSWD -s base \
|
||||
$LDAPSEARCH -b "$BABSDN" -D $MANAGERDN -H $URI1 -w $PASSWD -s base -ZZ \
|
||||
-T $TESTDIR -t 'objectclass=*' 'userCertificate;binary' 'userPrivateKey;binary' >> $TESTOUT 2>&1
|
||||
RC=$?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user