--- test.cfg.orig	Sun Jun  1 12:35:49 2014
+++ test.cfg	Mon Feb 16 15:32:28 2015
@@ -4,22 +4,22 @@
 
 # Set this to the full path of your LDAP server executable
 # (e.g '/usr/sbin/slapd')
-$SERVER_EXE = '<path to ldap server executable>';
+$SERVER_EXE = '${LOCALBASE}/libexec/slapd';
 
 # This should be one of
 # * openldap[+ssl][+ipc][+sasl]
 # options  are appended with '+' signs
-$SERVER_TYPE = 'openldap';
+$SERVER_TYPE = 'openldap+ssl+ipc';
 
 # Change this if your host cannot be contacted as localhost
 # Some tests may fail if the name does not resolve to an IPv4 and an IPv6 address
 #$HOST = 'localhost';
 
 # Set this to the directory where your OpenLDAP schema files are located
-$SLAPD_SCHEMA_DIR = '';
+$SLAPD_SCHEMA_DIR = '${SYSCONFDIR}/openldap/schema';
 
 # OpenLDAP DB type: default is mdb, alternatives: hdb, bdb, ...
-#$SLAPD_DB = 'mdb';
+$SLAPD_DB = 'hdb';
 
 # Set this to the slapd module directory if your $SLAPD_DB is dynamically built
 # (e.g. '/usr/lib/ldap/')
