From 8d5f8f577f2e906cd80a6a11b76114922182cb99 Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Tue, 6 Apr 2010 20:15:38 +0200 Subject: 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 --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 880d877e50..fc085c90bb 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -60,5 +60,5 @@ mkinclude ../libcli/nbt/config.mk mkinclude ../libcli/auth/config.mk mkinclude ../libcli/drsuapi/config.mk mkinclude ../libcli/samsync/config.mk -mkinclude ../libgpo/config.mk +mkinclude libgpo/config.mk mkinclude ../libcli/named_pipe_auth/config.mk -- cgit