Created net gpo and new libgpo for samba 4. This adds the init function which finds...
authorWilco Baan Hofman <wilco@baanhofman.nl>
Tue, 6 Apr 2010 18:15:38 +0000 (20:15 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 20 Jun 2010 15:19:10 +0000 (17:19 +0200)
commit8d5f8f577f2e906cd80a6a11b76114922182cb99
tree1d2ba442dadf7c2ddfb4564f8b099d04d0db1323
parentcfee179d03e9c3b8d02a51995bd1c205daabb6c3
Created net gpo and new libgpo for samba 4. This adds the init function which finds a DC and connects to its LDAP. It also can return information on all group policy objects on a DC.

Aborted earlier attempt at reconciliation with samba 3.
Did not work out due to lack of ldb support in samba 3, also the
different registry libraries and different libnet did not help..

Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
12 files changed:
source4/Makefile.in
source4/libgpo/ads_convenience.c [deleted file]
source4/libgpo/ads_convenience.h [deleted file]
source4/libgpo/config.mk [new file with mode: 0644]
source4/libgpo/gpo.h [new file with mode: 0644]
source4/libgpo/gpo_filesync.c [deleted file]
source4/libgpo/gpo_ldap.c [new file with mode: 0644]
source4/libgpo/gpo_s4.h [deleted file]
source4/main.mk
source4/utils/net/config.mk
source4/utils/net/net.c
source4/utils/net/net_gpo.c [new file with mode: 0644]