diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-01-31 22:50:34 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-01-31 22:50:34 +0100 |
commit | 55eb9e42d281070987911fb6c03e4ec0eef28536 (patch) | |
tree | 92ab3dc1eef6f12fd75fa88203ad18875428a8d8 /tests/test_myldap.c | |
parent | 3d6cee3dde2fe11917ba3703e92130e6d55a3c26 (diff) |
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
Diffstat (limited to 'tests/test_myldap.c')
-rw-r--r-- | tests/test_myldap.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |