mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
improve previous commit
This commit is contained in:
parent
33cccee62a
commit
df479246f6
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ echo "# ... and should return all attributes if we're bound as anyone
|
|||
$LDAPSEARCH -b "$JAJDN" -h $LOCALHOST -p $PORT1 \
|
||||
-D "$BABSDN" -w bjensen "(objectclass=*)" >> $SEARCHOUT 2>&1
|
||||
|
||||
# ITS#4253
|
||||
# ITS#4253, ITS#4255
|
||||
echo "# Checking exact/regex attrval clause" >> $SEARCHOUT
|
||||
$LDAPSEARCH -h $LOCALHOST -p $PORT1 \
|
||||
-D "$BABSDN" -w bjensen \
|
||||
|
|
|
|||
Loading…
Reference in a new issue