fixes to *_util.c files
authorSimo Sorce <idra@samba.org>
Sat, 3 May 2003 01:29:18 +0000 (01:29 +0000)
committerSimo Sorce <idra@samba.org>
Sat, 3 May 2003 01:29:18 +0000 (01:29 +0000)
commit921215cf4bfbd4d7457f81e181bb1a74a4531ca1
tree15cef88fc0aa912d53ceaaf26bc6708e0ef17c20
parent28b73a39219fd717c60eba207143fb40d5ff123a
fixes to *_util.c files
add winbindd_passdb backend
this makes it possible to have nua accounts on security = user servers to
show up in unic through nss_winbind.so

the problem is that we do not have group support, so nss group support is
not very good at this time (read: totally absent)

we NEED group support in passdb
source/Makefile.in
source/nsswitch/winbindd_cache.c
source/nsswitch/winbindd_passdb.c [new file with mode: 0644]
source/sam/idmap_util.c