diff --git a/cmd/admxgen/defs/mount.yaml b/cmd/admxgen/defs/mount.yaml index 6f9347454..2de64c5a7 100644 --- a/cmd/admxgen/defs/mount.yaml +++ b/cmd/admxgen/defs/mount.yaml @@ -48,7 +48,7 @@ If the tag is added, the mount will require Kerberos authentication in order to occur. - The supported protocols / filsystems are the same as the ones supported by the mount command. + The supported protocols / file systems are the same as the ones supported by the mount command. They are listed on the mount man page on https://man7.org/linux/man-pages/man8/mount.8.html It's up to the user to ensure that the requested protocols are valid and supported and that the shared directories have the correct configuration for the requested connection. elementtype: "multiText" diff --git a/cmd/admxgen/defs/proxy.yaml b/cmd/admxgen/defs/proxy.yaml index a0ca3a218..ab725dec6 100644 --- a/cmd/admxgen/defs/proxy.yaml +++ b/cmd/admxgen/defs/proxy.yaml @@ -79,11 +79,11 @@ * Not configured: A setting declared higher in the GPO hierarchy will be used if available. type: "proxy" - key: "/proxy/auto" - displayname: "Autoconfiguration URL" + displayname: "Auto-configuration URL" explaintext: | - Declare system-wide proxy autoconfiguration URL. + Declare system-wide proxy auto-configuration URL. - Autoconfiguration URLs are always prioritzed over manual proxy settings, meaning that if all proxy options are set, the GPO client will enable automatic proxy configuration for supported backends. An empty value will remove previously set settings of the same type. + Auto-configuration URLs are always prioritized over manual proxy settings, meaning that if all proxy options are set, the GPO client will enable automatic proxy configuration for supported backends. An empty value will remove previously set settings of the same type. elementtype: "text" release: "any" note: | diff --git a/cmd/admxgen/defs/scripts.yaml b/cmd/admxgen/defs/scripts.yaml index 9a4ee1528..bbc5cde9e 100644 --- a/cmd/admxgen/defs/scripts.yaml +++ b/cmd/admxgen/defs/scripts.yaml @@ -18,7 +18,7 @@ - key: "/shutdown" displayname: "Shutdown scripts" explaintext: | - Define scripts that are executed on machine poweroff. + Define scripts that are executed on machine power off. Those scripts are ordered, one by line, and relative to SYSVOL/ubuntu/scripts/ directory. Scripts from this GPO will be appended to the list of scripts referenced higher in the GPO hierarchy. elementtype: "multiText"