summaryrefslogtreecommitdiff
path: root/nss/group.c
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-16 21:52:27 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-12-16 21:52:27 +0000
commit1f346957724bc386fc6603137843a4fe4a0367ed (patch)
treefc4b843f3fcc3d770389e5e4b8845c1c3c2cb07b /nss/group.c
parent2858543a5dd9225d1972c61db658151f5894e4fc (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 'nss/group.c')
-rw-r--r--nss/group.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/group.c b/nss/group.c
index 85691ae..cddfe43 100644
--- a/nss/group.c
+++ b/nss/group.c
@@ -60,6 +60,7 @@ enum nss_status _nss_ldap_getgrgid_r(gid_t gid,struct group *result,char *buffer
NSS_BYTYPE(NSLCD_ACTION_GROUP_BYGID,gid,gid_t,read_group);
}
+#ifdef REENABLE_WHEN_WORKING
/* this function returns a list of groups, documentation for the
interface is scarce (any pointers are welcome) but this is
what is assumed the parameters mean:
@@ -118,6 +119,7 @@ enum nss_status _nss_ldap_initgroups_dyn(
fclose(fp);
return NSS_STATUS_SUCCESS;
}
+#endif /* REENABLE_WHEN_WORKING */
/* thread-local file pointer to an ongoing request */
static __thread FILE *grentfp;