LibGPO: Difference between revisions

From SambaWiki
No edit summary
No edit summary
Line 1: Line 1:
* Merge the Samba 4 and 3 registries
* Merge the Samba 4 and 3 registries
* 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



== Libpolicy ==
== Libpolicy ==
Line 14: Line 14:
** Set policy setting
** Set policy setting
** List policy settings
** List policy settings
* Python bindings

Revision as of 13:15, 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

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