File tree 2 files changed +6
-2
lines changed
src/Symfony/Component/Ldap/Tests/Fixtures/conf
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ before_install:
62
62
set -e
63
63
stty cols 120
64
64
mkdir /tmp/slapd
65
+ if [ ! -e /tmp/slapd-modules ]; then
66
+ [ -d /usr/lib/openldap ] && ln -s /usr/lib/openldap /tmp/slapd-modules || ln -s /usr/lib/ldap /tmp/slapd-modules
67
+ fi
65
68
slapd -f src/Symfony/Component/Ldap/Tests/Fixtures/conf/slapd.conf -h ldap://localhost:3389 &
66
69
[ -d ~/.composer ] || mkdir ~/.composer
67
70
cp .composer/* ~/.composer/
Original file line number Diff line number Diff line change @@ -7,9 +7,10 @@ include /etc/ldap/schema/nis.schema
7
7
pidfile /tmp/slapd/slapd.pid
8
8
argsfile /tmp/slapd/slapd.args
9
9
10
- modulepath /usr/lib/openldap
10
+ modulepath /tmp/slapd-modules
11
+ moduleload back_hdb
11
12
12
- database ldif
13
+ database hdb
13
14
directory /tmp/slapd
14
15
15
16
suffix "dc=symfony,dc=com"
You can’t perform that action at this time.
0 commit comments