LibGPO: Difference between revisions

From SambaWiki
No edit summary
No edit summary
Line 2: Line 2:
* Port libgpo to use the Samba 4 registry library for PReg in gpo_reg.c
* Port libgpo to use the Samba 4 registry library for PReg in gpo_reg.c
* Python bindings
* Python bindings
* Port samba 3 libgpo tools (net gpo) to samba 4
* Merge libgpo with libpolicy (except for .adm(x) support)


== Libpolicy ==
== Libpolicy ==

Revision as of 13:49, 26 September 2009

  • Merge the Samba 4 and 3 registries
  • Port libgpo to use the Samba 4 registry library for PReg in gpo_reg.c
  • Python bindings
  • Port samba 3 libgpo tools (net gpo) to samba 4
  • Merge libgpo with libpolicy (except for .adm(x) support)

Libpolicy

  • Needed functions:
    • Create GPT
      • Create empty tree in sysvol
      • Generate GPT.INI
    • Create GPO
      • create group policy container
    • Apply group policy to DN
    • Open policy
    • Set policy setting
    • List policy settings
  • Python bindings