Skip to content

Simplify creation of Group Policy Client Side Extensions

David Mulder requested to merge davidmmulder/samba:combinded_gpo_updates into master

Client Side Extensions (CSEs) are the bundles that interpret data from the sysvol share and apply the settings to the local host. These patches make samba CSEs look and work more like MS spec for gpo. This also adds the samba-gpupdate --force option, which forces the application of policy.

The top 7 commits are relevant here, but depend on previous merge requests !8 (closed) !10 (closed) and !15 (closed), which is why those commits are present in the merge request also.

Merge request reports