From 2b09cc32d57b92664136c2082a0a889e2dddaf25 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 5 Mar 2025 12:28:45 +1300 Subject: [PATCH] manpages: samba-tool gpo manage smb_conf list/set Signed-off-by: Douglas Bagnall Reviewed-by: Rowland Penny --- docs-xml/manpages/samba-tool.8.xml | 43 ++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) 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] -- 2.47.2