From 1f346957724bc386fc6603137843a4fe4a0367ed Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 16 Dec 2006 21:52:27 +0000 Subject: 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 --- tests/test_group.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_group.c') 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"); -- cgit v1.2.3