OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLAPD
(Results
1 - 25
of
149
) sorted by relevancy
1
2
3
4
5
6
/src/external/bsd/openldap/lib/slapd/back-ldif/
Makefile
10
SLAPD
= ${LDAP_DISTDIR}/servers/
slapd
11
BACK_LDIF=${
SLAPD
}/back-ldif
14
CPPFLAGS+=-I${
SLAPD
} -I${BACK_LDIF}
/src/external/bsd/openldap/lib/slapd/back-relay/
Makefile
10
SLAPD
= ${LDAP_DISTDIR}/servers/
slapd
11
BACK_RELAY=${
SLAPD
}/back-relay
14
CPPFLAGS+=-I${
SLAPD
} -I${BACK_RELAY}
/src/external/bsd/openldap/lib/slapd/overlays/
Makefile
10
SLAPD
= ${LDAP_DISTDIR}/servers/
slapd
11
OVERLAYS=${
SLAPD
}/overlays
14
CPPFLAGS+=-I${
SLAPD
} -I${OVERLAYS} -DSLAPD_IMPORT -DSLAPD_OVER_SYNCPROV
/src/external/bsd/openldap/lib/slapd/back-monitor/
Makefile
10
SLAPD
= ${LDAP_DISTDIR}/servers/
slapd
11
BACK_MONITOR=${
SLAPD
}/back-monitor
14
CPPFLAGS+=-I${
SLAPD
} -I${BACK_MONITOR}
/src/external/bsd/openldap/dist/tests/scripts/
start-server2
21
echo "Starting
slapd
on TCP/IP port $PORT2..."
23
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
31
echo "Waiting 5 seconds for
slapd
to start..."
start-server2-nolog
21
echo "Starting
slapd
on TCP/IP port $PORT2..."
23
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > /dev/null 2>&1 &
31
echo "Waiting 5 seconds for
slapd
to start..."
start-server
21
echo "Running slapadd to build
slapd
database..."
30
echo "Starting
slapd
on TCP/IP port $PORT1..."
32
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
40
echo "Waiting 5 seconds for
slapd
to start..."
start-server-nolog
21
echo "Running slapadd to build
slapd
database..."
30
echo "Starting
slapd
on TCP/IP port $PORT1..."
32
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL >> /dev/null 2>&1 &
40
echo "Waiting 5 seconds for
slapd
to start..."
startup_nis_ldap_server.sh
32
NIS_CONF=$DATADIR/
slapd
-bdb2-nis-provider.conf
34
NIS_CONF=$DATADIR/
slapd
-nis-provider.conf
41
echo "Running slapadd to build
slapd
database..."
49
echo "Starting
slapd
on TCP/IP port $PORT..."
50
$
SLAPD
-f $NIS_CONF -p $PORT -d $LVL > $PROVIDERLOG 2>&1 &
test000-rootdse
21
echo "Starting
slapd
on TCP/IP port $PORT1..."
23
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
41
echo "Waiting 5 seconds for
slapd
to start..."
test029-ldapglue
47
echo "Running slapadd to build
slapd
database..."
72
echo "Starting local
slapd
on TCP/IP port $PORT1..."
74
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
81
echo "Starting remote
slapd
1 on TCP/IP port $PORT2..."
83
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
90
echo "Starting remote
slapd
2 on TCP/IP port $PORT3..."
92
$
SLAPD
-f $CONF3 -h $URI3 -d $LVL > $LOG3 2>&1 &
102
echo "Using ldapsearch to check that
slapd
is running..."
110
echo "Waiting 5 seconds for
slapd
to start..."
114
echo "Using ldapsearch to check that
slapd
is running...
[
all
...]
test036-meta-concurrency
43
echo "Starting
slapd
on TCP/IP port $PORT1..."
45
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
55
echo "Using ldapsearch to check that
slapd
is running..."
63
echo "Waiting 5 seconds for
slapd
to start..."
82
echo "Starting
slapd
on TCP/IP port $PORT2..."
84
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
94
echo "Using ldapsearch to check that
slapd
is running..."
102
echo "Waiting 5 seconds for
slapd
to start..."
121
echo "Starting
slapd
on TCP/IP port $PORT3..."
123
$
SLAPD
-f $CONF3 -h $URI3 -d $LVL > $LOG3 2>&1
[
all
...]
test039-glue-ldap-concurrency
47
echo "Starting
slapd
on TCP/IP port $PORT1..."
49
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
59
echo "Using ldapsearch to check that
slapd
is running..."
67
echo "Waiting 5 seconds for
slapd
to start..."
86
echo "Starting
slapd
on TCP/IP port $PORT2..."
88
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
98
echo "Using ldapsearch to check that
slapd
is running..."
106
echo "Waiting 5 seconds for
slapd
to start..."
125
echo "Starting
slapd
on TCP/IP port $PORT3..."
127
$
SLAPD
-f $CONF3 -h $URI3 -d $LVL > $LOG3 2>&1
[
all
...]
/src/external/bsd/openldap/lib/slapd/back-mdb/
Makefile
10
SLAPD
= ${LDAP_DISTDIR}/servers/
slapd
11
BACK_MDB=${
SLAPD
}/back-mdb
18
CPPFLAGS+=-I${
SLAPD
} -I${BACK_MDB} -I${LMDB}
/src/external/bsd/openldap/dist/tests/scripts/lloadd/
test000-rootdse
24
echo "Starting
slapd
on TCP/IP port $PORT2..."
26
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
34
echo "Starting a second
slapd
on TCP/IP port $PORT3..."
36
$
SLAPD
-f $CONF3 -h $URI3 -d $LVL > $LOG3 2>&1 &
44
echo "Starting a third
slapd
on TCP/IP port $PORT4..."
46
$
SLAPD
-f $CONF4 -h $URI4 -d $LVL > $LOG4 2>&1 &
59
. $CONFFILTER $BACKEND < $SLAPDLLOADCONF > $CONF1.
slapd
61
$
SLAPD
-f $CONF1.
slapd
-h $URI6 -d $LVL > $LOG1 2>&1 &
test002-load
36
echo "Running slapadd to build
slapd
database..."
45
echo "Starting a
slapd
on TCP/IP port $PORT2..."
46
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
62
echo "Waiting $SLEEP1 seconds for
slapd
to start..."
71
echo "Running slapadd to build
slapd
database..."
81
echo "Running slapindex to index
slapd
database..."
89
echo "Starting second
slapd
on TCP/IP port $PORT3..."
90
$
SLAPD
-f $CONF3 -h $URI3 -d $LVL > $LOG3 2>&1 &
101
echo "Testing
slapd
searching..."
109
echo "Waiting $SLEEP1 seconds for
slapd
to start...
[
all
...]
test001-backend-issues
24
echo "Starting an empty
slapd
on TCP/IP port $PORT2..."
26
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
35
echo "Testing
slapd
searching..."
43
echo "Waiting $SLEEP1 seconds for
slapd
to start..."
52
echo "Running slapadd to build
slapd
database..."
62
echo "Running slapindex to index
slapd
database..."
70
echo "Starting second
slapd
on TCP/IP port $PORT3..."
71
$
SLAPD
-f $CONF3 -h $URI3 -d $LVL > $LOG3 2>&1 &
82
echo "Testing
slapd
searching..."
90
echo "Waiting $SLEEP1 seconds for
slapd
to start...
[
all
...]
/src/external/bsd/openldap/sbin/slapd/
Makefile
5
SLAPD
= ${LDAP_DISTDIR}/servers/
slapd
6
.PATH:${
SLAPD
} ${
SLAPD
}/back-ldif ${
SLAPD
}/back-monitor \
7
${
SLAPD
}/overlays
9
CPPFLAGS+=-I${
SLAPD
} -I${
SLAPD
}/back-monitor
11
MAN=
slapd
.8
slapd
.conf.
[
all
...]
/src/external/bsd/openldap/dist/tests/data/regressions/its4336/
its4336
39
echo "Running slapadd to build
slapd
database..."
48
echo "Starting
slapd
on TCP/IP port $PORT1..."
49
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
59
echo "Using ldapsearch to check that
slapd
is running..."
67
echo "Waiting 5 seconds for
slapd
to start..."
77
echo "Starting chain
slapd
on TCP/IP port $PORT2..."
78
. $CONFFILTER $BACKEND < $ITSDIR/
slapd
.conf > $CONF2
79
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
89
echo "Using ldapsearch to check that chain
slapd
is running..."
97
echo "Waiting 5 seconds for
slapd
to start...
[
all
...]
/src/external/bsd/openldap/dist/tests/data/regressions/its8721/
its8721
34
echo "Configuring the remote
slapd
servers..."
35
sed -e 's/@ID@/2/g' $ITSDIR/
slapd
-backend.conf | \
38
echo "Starting remote
slapd
server on TCP/IP port $PORT2..."
39
$
SLAPD
-f $CONF2 -h "$URI2" -d $LVL > $LOG2 2>&1 &
47
echo "Using ldapsearch to check that
slapd
is running..."
55
echo "Waiting $SLEEP1 seconds for
slapd
to start..."
78
sed -e 's/@ID@/3/g' $ITSDIR/
slapd
-backend.conf | \
81
echo "Starting remote
slapd
server on TCP/IP port $PORT3..."
82
$
SLAPD
-f $CONF3 -h "$URI3" -d $LVL > $LOG3 2>&1 &
90
echo "Using ldapsearch to check that
slapd
is running...
[
all
...]
/src/external/bsd/openldap/dist/tests/data/regressions/its9288/
its9288
34
# Start
slapd
that acts as a remote LDAP server that will be proxied
36
echo "Running slapadd to build database for the remote
slapd
server..."
47
echo "Starting remote
slapd
server on TCP/IP port $PORT1..."
48
$
SLAPD
-f $CONF1 -h "$URI1" -d $LVL > $LOG1 2>&1 &
57
echo "Using ldapsearch to check that
slapd
is running..."
65
echo "Waiting $SLEEP1 seconds for
slapd
to start..."
72
echo "Starting
slapd
proxy on TCP/IP port $PORT2..."
73
. $CONFFILTER $BACKEND < $ITSDIR/
slapd
-proxy.conf > $CONF2
74
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
84
echo "Using ldapsearch to check that
slapd
is running...
[
all
...]
/src/external/bsd/openldap/dist/tests/data/regressions/its9400/
its9400
34
# Start
slapd
that acts as a remote LDAP server that will be proxied
36
echo "Running slapadd to build database for the remote
slapd
server..."
47
echo "Starting remote
slapd
server on TCP/IP port $PORT1..."
48
$
SLAPD
-f $CONF1 -h "$URI1" -d $LVL > $LOG1 2>&1 &
59
echo "Starting
slapd
proxy on TCP/IP port $PORT2..."
60
. $CONFFILTER $BACKEND < $ITSDIR/
slapd
-proxy-idassert.conf > $CONF2
61
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
102
# Now kill the remote
slapd
that is being proxied for.
109
echo "Re-starting remote
slapd
server on TCP/IP port $PORT1..."
110
$
SLAPD
-f $CONF1 -h "$URI1" -d $LVL >> $LOG1 2>&1
[
all
...]
/src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
test001-config
61
echo "Stopping
slapd
on TCP/IP port $PORT1..."
65
echo "Starting
slapd
on TCP/IP port $PORT1..."
66
$
SLAPD
-F $TESTDIR/confdir -h $URI1 -d $LVL >> $LOG1 2>&1 &
83
echo "Waiting ${SLEEP1} seconds for
slapd
to start..."
87
echo "Testing
slapd
.conf support..."
99
$
SLAPD
-Tt -f $CONF2 -F $TESTDIR/conftest -d $LVL >> $LOG2 2>&1
107
echo "Starting
slapd
on TCP/IP port $PORT2..."
108
$
SLAPD
-F $TESTDIR/conftest -h $URI2 -d $LVL >> $LOG2 2>&1 &
125
echo "Waiting ${SLEEP1} seconds for
slapd
to start..."
141
echo "# overlay configuration from server configured from
slapd
.conf..." >> $SERVER2OU
[
all
...]
/src/external/bsd/openldap/dist/tests/data/regressions/its4326/
its4326
34
echo "Running slapadd to build
slapd
database..."
43
echo "Starting
slapd
on TCP/IP port $PORT1..."
44
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
54
echo "Using ldapsearch to check that
slapd
is running..."
62
echo "Waiting 5 seconds for
slapd
to start..."
72
echo "Starting proxy
slapd
on TCP/IP port $PORT2..."
73
. $CONFFILTER $BACKEND < $ITSDIR/
slapd
.conf > $CONF2
74
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
84
echo "Using ldapsearch to check that proxy
slapd
is running..."
92
echo "Waiting 5 seconds for
slapd
to start...
[
all
...]
/src/external/bsd/openldap/dist/tests/data/regressions/its4448/
its4448
48
ITSCONF=$ITSDIR/
slapd
-meta.conf
50
echo "Starting
slapd
on TCP/IP port $PORT1..."
52
$
SLAPD
-f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 &
62
echo "Using ldapsearch to check that
slapd
is running..."
70
echo "Waiting 5 seconds for
slapd
to start..."
106
echo "Starting
slapd
on TCP/IP port $PORT2..."
108
$
SLAPD
-f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
118
echo "Using ldapsearch to check that
slapd
is running..."
126
echo "Waiting 5 seconds for
slapd
to start..."
145
echo "Starting
slapd
on TCP/IP port $PORT3...
[
all
...]
Completed in 31 milliseconds
1
2
3
4
5
6
Indexes created Tue Mar 03 05:31:39 UTC 2026