From: Douglas Bagnall Date: Sun, 2 Mar 2025 01:01:53 +0000 (+1300) Subject: manpages:samba-tool gpo manage security set X-Git-Tag: tevent-0.17.0~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05137ca07a7c01e51e8dde3bbc9a02d72e3e3745;p=thirdparty%2Fsamba.git manpages:samba-tool gpo manage security 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 c4c6f100282..4eeebab8e4c 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -2986,6 +2986,91 @@ enables most Registry policies. + + + gpo manage security set <replaceable>gpo</replaceable> [options] + + Set Samba Security Group Policy to the sysvol. + + This command sets a security setting to the sysvol for + applying to winbind clients. Not providing a value will unset + the policy. These settings only apply to the AD DC. + + Example: + samba-tool gpo manage security set {31B2F340-016D-11D2-945F-00C04FB984F9} MaxTicketAge 10 + + + Possible policies: + + + MaxTicketAge + Maximum lifetime for user ticket (hours). + + + + MaxServiceAge + Maximum lifetime for service ticket in minutes. + Defined in minutes + + + + MaxRenewAge + Maximum lifetime for user ticket renewal, in minutes. + + + + + MinimumPasswordAge + Minimum password age, in days. + + + + + MaximumPasswordAge + Maximum password age, in days. + + + + MinimumPasswordLength + Minimum password length, in characters. + + + + + PasswordComplexity + Password must meet complexity requirements. + 1 is Enabled, 0 is Disabled. + + + + + + + -H URL, --URL=URL + LDB URL for database or target server + + + + + List Samba Security Group Policy from the sysvol. + + This command lists security settings from the sysvol that will + be applied to winbind clients. These settings only apply to the + AD DC. + + Example: + samba-tool gpo manage security list {31B2F340-016D-11D2-945F-00C04FB984F9} + + + + + -H URL, --URL=URL + LDB URL for database or target server + + + + + gpo setinheritance <replaceable>container_dn</replaceable> <replaceable>block|inherit</replaceable> [options] Set inheritance flag on a container.