[PATCHES] GPO support for the AD DC itself (version 2)

David Mulder dmulder at suse.com
Thu Feb 23 20:21:52 UTC 2017


These patches were originally sent to the mailing list on 05 June 2014.
I've cleaned up the patches, fixed some bugs, and done some minimal testing.

 docs-xml/smbdotconf/base/serverservices.xml     |   2 +-
 docs-xml/smbdotconf/domain/gpoupdatecommand.xml |  14 ++
 lib/param/loadparm.c                            |   3 +-
 {source3/libgpo => libgpo}/gpo_filesync.c       |   0
 {source3/libgpo => libgpo}/gpo_proto.h          |   0
 {source3/libgpo => libgpo}/gpo_reg.c            |   0
 libgpo/pygpo.c                                  | 644 +++++++++++++++++++++++++++++++++++++++++++++++++
 libgpo/pygpo.h                                  |  53 ++++
 libgpo/wscript_build                            |  12 +
 pygpo.h                                         |   8 +
 python/samba/gpclass.py                         | 322 +++++++++++++++++++++++++
 python/samba/samdb.py                           |  18 ++
 source3/libgpo/gpext/wscript_build              |   4 -
 source3/param/loadparm.c                        |   9 +-
 source3/utils/wscript_build                     |   2 +-
 source3/wscript_build                           |  19 --
 source4/dsdb/gpo/gpo_update.c                   | 191 +++++++++++++++
 source4/dsdb/wscript_build                      |   9 +
 source4/scripting/bin/informant                 |  73 ++++++
 source4/scripting/bin/informant2                | 113 +++++++++
 source4/scripting/bin/informant3                |  77 ++++++
 source4/scripting/bin/samba_gpoupdate           | 235 ++++++++++++++++++
 source4/scripting/bin/wscript_build             |   2 +-
 source4/scripting/devel/testlibgpo.py           |  21 ++
 source4/scripting/wscript_build                 |   2 +-
 wscript_build                                   |   1 +
 26 files changed, 1805 insertions(+), 29 deletions(-)




More information about the samba-technical mailing list