fix bug when handling gids.
authorroot <root@rcn1.VSOFS1.COM>
Thu, 11 Dec 2008 07:26:54 +0000 (18:26 +1100)
committerroot <root@rcn1.VSOFS1.COM>
Thu, 11 Dec 2008 07:26:54 +0000 (18:26 +1100)
commit21393fb6e6b7be08fa63a4d1b3e44a967b6a5f47
tree1a809f3c54e5d6618e0ebb5a3a82d7a8325674f0
parent49d9b242417313d7c71e2633a610c397b2d61c03
fix bug when handling gids.

we have to look up all aux gids for a user every time and set them
since this must go in the oncrpc layer to the remote nfs server

create a memory tdb database to store the uid->gidlist mappings since
this operation might be quite expensive
migrate/remote-cache.c