From: Douglas Bagnall Date: Tue, 4 Mar 2025 23:28:45 +0000 (+1300) Subject: manpages: samba-tool gpo manage smb_conf list/set X-Git-Tag: tevent-0.17.0~531 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b09cc32d57b92664136c2082a0a889e2dddaf25;p=thirdparty%2Fsamba.git manpages: samba-tool gpo manage smb_conf list/set 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 d8283d46c74..ebca14cee8b 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -3070,6 +3070,49 @@ enables most Registry policies. + + gpo manage smb_conf list + + List smb.conf settings from the sysvol that will be applied to winbind clients. + + + Example: + samba-tool gpo manage smb_conf list {31B2F340-016D-11D2-945F-00C04FB984F9} + + + + + -H URL, --URL=URL + LDB URL for database or target server + + + + + + + + gpo manage smb_conf set <replaceable>gpo</replaceable> <replaceable>[value]</replaceable> [options] + +Set or unset an smb.conf setting to the sysvol for applying to winbind clients. + +If a value is provided, that is the smb.conf value used; if no value is provided, the policy is removed. + + + + Example: + samba-tool gpo manage smb_conf set {31B2F340-016D-11D2-945F-00C04FB984F9} 'apply gpo policies' yes + + + + + -H URL, --URL=URL + LDB URL for database or target server + + + + + + gpo setinheritance <replaceable>container_dn</replaceable> <replaceable>block|inherit</replaceable> [options]