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)
commit8b232cbb3e44179bb48fe000c9236678f65b8c25
treeaf1ac36d3cfd9ef5eeb3548ae1afdc6a09762d44
parent8caaebf56e02c0c4754e79145819c89b66b552cc
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
(This used to be commit 921215cf4bfbd4d7457f81e181bb1a74a4531ca1)
source3/Makefile.in
source3/nsswitch/winbindd_cache.c
source3/nsswitch/winbindd_passdb.c [new file with mode: 0644]
source3/sam/idmap_util.c