mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#9468 removed accidental unicode characters
This commit is contained in:
parent
97217da5e3
commit
b1226f5606
2 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ KILLPIDS="$KILLPIDS $LDAPSEARCHPID"
|
|||
# Open fifo as file descriptor
|
||||
exec 3>$TESTDIR/ldapsearch.fifo
|
||||
|
||||
# Trigger LDAP connections towards the proxy by executing a search
|
||||
# Trigger LDAP connections towards the proxy by executing a search
|
||||
echo 'objectclass=*' >&3
|
||||
# Wait for ldapsearch process on the background to catch up reading the fifo
|
||||
sleep 2
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ argsfile @TESTDIR@/slapd.m.args
|
|||
#mod#moduleload back_@BACKEND@.la
|
||||
#ldapmod#modulepath ../servers/slapd/back-ldap/
|
||||
#ldapmod#moduleload back_ldap.la
|
||||
#rwmmod#modulepath ../servers/slapd/overlays/
|
||||
#rwmmod#modulepath ../servers/slapd/overlays/
|
||||
#rwmmod#moduleload rwm.la
|
||||
#monitormod#modulepath ../servers/slapd/back-monitor/
|
||||
#monitormod#moduleload back_monitor.la
|
||||
|
|
|
|||
Loading…
Reference in a new issue