From: Douglas Bagnall Date: Thu, 27 Feb 2025 04:44:45 +0000 (+1300) Subject: manpages: samba-tool gpo cse register X-Git-Tag: tevent-0.17.0~547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b2103a8cf1936aa18c514fa9c25e583ea11863;p=thirdparty%2Fsamba.git manpages: samba-tool gpo cse register Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index e6404a9746e..8929fcedc55 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -2652,6 +2652,51 @@ List the registered Client Side Extensions (CSEs) on the current host. + + gpo cse register <replaceable>cse_file</replaceable> <replaceable>cse_name</replaceable> [options] + +Register a Client Side Extension (CSE) on the current host. + + +This command takes a CSE filename as an argument, and registers it for +applying policy on the current host. This is not necessary for CSEs which +are distributed with the current version of Samba, but is useful for installing +experimental CSEs or custom built CSEs. + + +The cse_file argument MUST be a permanent +location for the CSE. The register command does not copy the file to +some other directory. The samba-gpupdate command will execute the CSE +from the exact location specified from this command. + + + + + --machine + Whether to register the CSE as Machine policy + + + --user + Whether to register the CSE as User policy + + + + + + + gpo cse unregister <replaceable>GUID</replaceable> + +Unregister a Client Side Extension (CSE) from the current host. + + +This command takes a unique GUID as an argument (representing a registered +CSE), and unregisters it for applying policy on the current host. Use the +`samba-tool gpo cse list` command to determine the unique GUIDs of CSEs. + + + + + gpo del <replaceable>gpo</replaceable> [options] Delete GPO.