1# Currently test that require a server are only implemented to work
2# with slapd from the OpenLDAP project. Edit this file so the tests
3# can find the executable and know what type of server it is
4
5# Set this to the path to where you have slapd
6$SERVER_EXE = "<path to ldap server executable>";
7
8# This should be one of
9#  openldap1
10#  openldap2
11#  openldap2[+ssl][+ipc][+sasl]
12$SERVER_TYPE = "openldap2";
13
14# $HOST = "localhost";
15
16# If you are using openldap 2.1 then you will need to change this to point
17# to your installation schema dir (eg /usr/local/etc/openldap/schema)
18$SCHEMA_DIR = "";
19
20$EXTERNAL_TESTS = 0;
21
22# %sortctrl = (
23#   host   => '<ldap server hostname>',
24#   base   => '<search base>',
25#   filter => '<search filter>',
26#   order  => '<sort attribute name>',
27# );
28
291;
30
31