Skip to content
Rüdiger Beck edited this page Jul 19, 2021 · 1 revision

GPO (Gruppenrichtlinien)

Display GPO's:

GPO's can be displayed on the server with:

sophomorix-school --gpo-listall

Samba 4 comes with 2 default GPO's:

  • Default Domain Controllers Policy
  • Default Domain Policy

Adding a sophomorix gpo

sophomorix can add some GPO's (not many, at the moment only a school GPO) that adds share-mounting and printers to a Linux/Windows-client. After a sophomorix update you ma have to add it again

Add the school GPO with:

sophomorix-school --gpo-create <default-school>

This will add:

  1. Add a GPO with displayname sophomorix:school:<school> to samba (see: sophomorix-school --gpo-listall)

  2. create a directory in /var/lib/samba/sysvol/bszleo.de/Policies/

To show the data do : tree /var/lib/samba/sysvol/bszleo.de/Policies/{pol-name}

Clone this wiki locally