From: Graham B. <gb...@us...> - 2003-05-09 11:58:08
|
Update of /cvsroot/perl-ldap/ldap In directory sc8-pr-cvs1:/tmp/cvs-serv11289 Modified Files: test.cfg Log Message: Some tweaks to the test harnes so we can use OpenLDAP 2.1 Index: test.cfg =================================================================== RCS file: /cvsroot/perl-ldap/ldap/test.cfg,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- test.cfg 8 May 2003 19:46:22 -0000 1.5 +++ test.cfg 9 May 2003 11:58:04 -0000 1.6 @@ -13,6 +13,10 @@ # $HOST = "localhost"; +# If you are using openldap 2.1 then you will need to change this to point +# to your installation schema dir (eg /usr/local/etc/openldap/schema) +$SCHEMA_DIR = ""; + $EXTERNAL_TESTS = 0; # %sortctrl = ( |