]> git.sur5r.net Git - openldap/commitdiff
Cleanup test066 comments
authorHoward Chu <hyc@openldap.org>
Sun, 9 Apr 2017 20:37:55 +0000 (21:37 +0100)
committerHoward Chu <hyc@openldap.org>
Sun, 9 Apr 2017 20:37:55 +0000 (21:37 +0100)
tests/scripts/test066-autoca

index 900d64fd128efdc35e6f11e102997f00cedbc8b7..05e221b313225f23fe9986003eebcd3ba2be5ce8 100755 (executable)
@@ -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=$?