##// END OF EJS Templates
Merged r14959 from trunk to 3.2-stable (#19017)...
Merged r14959 from trunk to 3.2-stable (#19017) pdf: use "family" parameter instead of l(:general_pdf_fontname) at SetFont method. Contributed by Jun NAITOH. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@14961 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14447:f9b2d30b4b34
r14579:60dea89b2af1
Show More
install-openldap.sh
20 lines | 525 B | application/x-sh | BashLexer
/ test / travis / install-openldap.sh
Toshi MARUYAMA
run LDAP tests on Travis CI...
r14403 #! /bin/sh
DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes slapd ldap-utils
Toshi MARUYAMA
travis: use quotation for dpkg command...
r14447 dpkg -l '*slapd*' '*ldap-utils*'
Toshi MARUYAMA
run LDAP tests on Travis CI...
r14403
TOP_DIR=`dirname $0`/../..
/etc/init.d/slapd stop
rm -rf /etc/ldap/slapd.d/*
rmdir /etc/ldap/slapd.d/
rm -rf /var/lib/ldap/*
cp ${TOP_DIR}/test/fixtures/ldap/slapd.ubuntu.12.04.conf /etc/ldap/slapd.conf
slaptest -u -v -f /etc/ldap/slapd.conf
/etc/init.d/slapd start
ldapadd -x -D "cn=Manager,dc=redmine,dc=org" \
-w secret -h localhost -p 389 -f ${TOP_DIR}/test/fixtures/ldap/test-ldap.ldif