mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-05 13:40:08 +08:00
ITS#9472 - Fix typos
This commit is contained in:
parent
3e6aaeeaf9
commit
588fcf2b04
@ -804,7 +804,7 @@ datamorph_op_search( Operation *op, SlapReply *rs )
|
||||
* 1. check all requested attributes -> register callback if one matches
|
||||
* 2. check filter: parse filter, traverse, for configured attributes:
|
||||
* - presence -> do not touch
|
||||
* - ava -> replace assertion value with db value if possible, asssertion with undefined otherwise
|
||||
* - ava -> replace assertion value with db value if possible, assertion with undefined otherwise
|
||||
* - inequality -> ???
|
||||
* - anything else -> undefined
|
||||
* - might just check for equality and leave the rest to syntax?
|
||||
|
@ -84,7 +84,7 @@ for i in 0 1 2 3 4 5; do
|
||||
sleep ${SLEEP1}
|
||||
done
|
||||
|
||||
echo "Testing slapd.conf suppport..."
|
||||
echo "Testing slapd.conf support..."
|
||||
mkdir $TESTDIR/conftest $DBDIR2
|
||||
. $CONFFILTER $BACKEND $MONITORDB < $CONFTWO \
|
||||
| sed -e '/^argsfile.*/a\
|
||||
|
Loading…
Reference in New Issue
Block a user