implemented getgrouplist() for systems that don't have it and use it
authorAndrew Tridgell <tridge@samba.org>
Tue, 23 Jul 2002 09:22:29 +0000 (09:22 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 23 Jul 2002 09:22:29 +0000 (09:22 +0000)
commitfef9d6187ece53ae12670cc56b360e913e08f3bb
treee02543ae6ff6e09e26018abd740566309fea36f5
parent5b513407c21e6e77d495fafa49a7a5d380087667
implemented getgrouplist() for systems that don't have it and use it
in get_alias_user_groups(). The old method used getgrent() which is
extremely slow when the number of groups is large
(This used to be commit 44e92b6523ca2c119c2562df22eb71138dca9d9d)
source3/configure.in
source3/lib/replace.c
source3/lib/util_getent.c
source3/rpc_server/srv_util.c