Allow for specifying the path to the group file. Make use of
authorhartwick <hartwick>
Mon, 1 Oct 2001 18:22:51 +0000 (18:22 +0000)
committerhartwick <hartwick>
Mon, 1 Oct 2001 18:22:51 +0000 (18:22 +0000)
commit727857d2576f51c3190d36624873fdd57f99c55e
treeeebf3d15cd6ac82c381d02e81eeffaffdbd92de5
parent8561b85cb59564e080be7baa86ede0adb0b6761c
Allow for specifying the path to the group file.  Make use of
fgetpwnam() and fgetgrnam() which is suboptimal, but is only used
when not running with the cache enabled.

Update the unix_buildpwcache() function to take the group_file as
an argument and cache based on that.
src/modules/rlm_unix/cache.c
src/modules/rlm_unix/cache.h
src/modules/rlm_unix/rlm_unix.c