mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#9468 removed accidental unicode characters
This commit is contained in:
parent
97217da5e3
commit
b1226f5606
@ -139,7 +139,7 @@ KILLPIDS="$KILLPIDS $LDAPSEARCHPID"
|
|||||||
# Open fifo as file descriptor
|
# Open fifo as file descriptor
|
||||||
exec 3>$TESTDIR/ldapsearch.fifo
|
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
|
echo 'objectclass=*' >&3
|
||||||
# Wait for ldapsearch process on the background to catch up reading the fifo
|
# Wait for ldapsearch process on the background to catch up reading the fifo
|
||||||
sleep 2
|
sleep 2
|
||||||
|
@ -29,7 +29,7 @@ argsfile @TESTDIR@/slapd.m.args
|
|||||||
#mod#moduleload back_@BACKEND@.la
|
#mod#moduleload back_@BACKEND@.la
|
||||||
#ldapmod#modulepath ../servers/slapd/back-ldap/
|
#ldapmod#modulepath ../servers/slapd/back-ldap/
|
||||||
#ldapmod#moduleload back_ldap.la
|
#ldapmod#moduleload back_ldap.la
|
||||||
#rwmmod#modulepath ../servers/slapd/overlays/
|
#rwmmod#modulepath ../servers/slapd/overlays/
|
||||||
#rwmmod#moduleload rwm.la
|
#rwmmod#moduleload rwm.la
|
||||||
#monitormod#modulepath ../servers/slapd/back-monitor/
|
#monitormod#modulepath ../servers/slapd/back-monitor/
|
||||||
#monitormod#moduleload back_monitor.la
|
#monitormod#moduleload back_monitor.la
|
||||||
|
Loading…
Reference in New Issue
Block a user