From: Rob van der Linde Date: Thu, 16 Nov 2023 00:39:23 +0000 (+1300) Subject: netcmd: auth policy: document allowed to authenticate from silo and to by silo attributes X-Git-Tag: talloc-2.4.2~568 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e00952c34f5a82e8b1ca157a359f1fa351650ae;p=thirdparty%2Fsamba.git netcmd: auth policy: document allowed to authenticate from silo and to by silo attributes Signed-off-by: Rob van der Linde Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 9baa605fc16..e96ee4fc048 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -742,6 +742,18 @@ + + --user-allowed-to-authenticate-from-silo + + + User is allowed to authenticate from a given silo. + + + This attribute avoids the need to write SDDL by hand and + cannot be used with --user-allowed-to-authenticate-from + + + --user-allowed-to-authenticate-to @@ -756,6 +768,18 @@ + + --user-allowed-to-authenticate-to-by-silo + + + User is allowed to authenticate to by a given silo. + + + This attribute avoids the need to write SDDL by hand and + cannot be used with --user-allowed-to-authenticate-to + + + --service-tgt-lifetime-mins @@ -787,6 +811,18 @@ + + --service-allowed-to-authenticate-from-silo + + + Service is allowed to authenticate from a given silo. + + + This attribute avoids the need to write SDDL by hand and + cannot be used with --service-allowed-to-authenticate-from + + + --service-allowed-to-authenticate-to @@ -801,6 +837,18 @@ + + --service-allowed-to-authenticate-to-by-silo + + + Service is allowed to authenticate to by a given silo. + + + This attribute avoids the need to write SDDL by hand and + cannot be used with --service-allowed-to-authenticate-to + + + --computer-tgt-lifetime-mins @@ -823,6 +871,18 @@ + + --computer-allowed-to-authenticate-to-by-silo + + + Computer is allowed to authenticate to by a given silo. + + + This attribute avoids the need to write SDDL by hand and + cannot be used with --computer-allowed-to-authenticate-to + + +