K 10 svn:author V 7 bushman K 8 svn:date V 27 2007-12-12T10:08:03.000000Z K 7 svn:log V 465 Implementing 'fallback' nsswitch source. 'fallback' source is used when particular function can't be found in nsswitch-module. For example, getgrouplist(3) will use module-supplied 'getgroupmembership' function (which can work in an optimal way for such source as LDAP) and will fall back to the stanard iterate-through-all-groups implementation otherwise. PR: ports/114655 Submitted by: Michael Hanselmann Reviewed by: brooks (mentor) END