From 55eb9e42d281070987911fb6c03e4ec0eef28536 Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Thu, 31 Jan 2008 21:50:34 +0000 Subject: re-add test URIs that accidentally got commented out in the last commit git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@590 ef36b2f9-881f-0410-afb5-c4e39611909c --- tests/test_myldap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_myldap.c') diff --git a/tests/test_myldap.c b/tests/test_myldap.c index a29415d..588165a 100644 --- a/tests/test_myldap.c +++ b/tests/test_myldap.c @@ -283,9 +283,9 @@ static void test_connections(void) } /* set new URIs */ i=0; -/* nslcd_cfg->ldc_uris[i++]="ldapi://%2fdev%2fnull/";*/ + nslcd_cfg->ldc_uris[i++]="ldapi://%2fdev%2fnull/"; nslcd_cfg->ldc_uris[i++]="ldap://10.10.10.10/"; -/* nslcd_cfg->ldc_uris[i++]="ldapi://%2fdev%2fnonexistent/";*/ + nslcd_cfg->ldc_uris[i++]="ldapi://%2fdev%2fnonexistent/"; nslcd_cfg->ldc_uris[i++]="ldap://nosuchhost/"; nslcd_cfg->ldc_uris[i++]=NULL; /* initialize session */ -- cgit v1.2.3