This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: initgroups



nss_ldap needs to support and provide this function for ldap.

Yes, nss_ldap supports this function but not nscd...

gibc-2.3/grp/initgroups.c

There, it's the usage of initgroups_dyn for initgroups(). If present in NSS, then use it, else use a generic function.
In fact, it's just to enable the use of supplementary groups from LDAP, not for caching the results...
That doesn't solve my PERF problem!
Any other idea? Is there initgroups support in nscd?
-jec


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]