Convert api_RNetUserEnum to use the srv_samr_nt.c directly
authorVolker Lendecke <vl@samba.org>
Sat, 31 Jan 2009 16:58:30 +0000 (17:58 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 1 Feb 2009 13:34:23 +0000 (14:34 +0100)
commit50ca5af9f38b46fb3c7dea5b50997d3bd1c7e46f
tree5a9de88a5b187fd424dd3e9e49b3eed2e000708a
parent7967d8c779935df17363dd1cd3bea25d6e1b8479
Convert api_RNetUserEnum to use the srv_samr_nt.c directly

This is a sample for other accesses to pdb to go via samr. The goal is to
access passdb only via srv_samr_nt.c. If that is done, then we can easily swap
in another samr implementation like for example samba4's via a unix domain
socket.
source3/smbd/lanman.c