diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-16 22:52:27 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-12-16 22:52:27 +0100 |
commit | 1f346957724bc386fc6603137843a4fe4a0367ed (patch) | |
tree | fc4b843f3fcc3d770389e5e4b8845c1c3c2cb07b /tests/test_group.c | |
parent | 2858543a5dd9225d1972c61db658151f5894e4fc (diff) |
remove _nss_ldap_initgroups_dyn() from interface for now because it is currently not working
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@162 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'tests/test_group.c')
-rw-r--r-- | tests/test_group.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_group.c b/tests/test_group.c index 408b0a9..d07068c 100644 --- a/tests/test_group.c +++ b/tests/test_group.c @@ -87,6 +87,7 @@ int main(int argc,char *argv[]) else printf("errno=%d:%s\n",(int)errnocp,strerror(errnocp)); +#ifdef REENABLE_WHEN_WORKING /* test initgroups() */ printf("\nTEST initgroups()\n"); res=_nss_ldap_initgroups_dyn("arthur",10,&start,&size,&gidlist,size,&errnocp); @@ -100,6 +101,7 @@ int main(int argc,char *argv[]) } else printf("errno=%d:%s\n",(int)errnocp,strerror(errnocp)); +#endif /* REENABLE_WHEN_WORKING */ /* test {set,get,end}grent() */ printf("\nTEST {set,get,end}grent()\n"); |