From: Rob van der Linde Date: Wed, 20 Sep 2023 23:41:02 +0000 (+1200) Subject: netcmd: auth: manpage documentation for conditional ace fields X-Git-Tag: tevent-0.16.0~311 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6af1a71752b715120075323dbcd1326c79df7ace;p=thirdparty%2Fsamba.git netcmd: auth: manpage documentation for conditional ace fields 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 55e714dbed4..83d91bd0af1 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -728,6 +728,34 @@ + + --user-allowed-to-authenticate-from + + + Conditions user is allowed to authenticate from. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AU)})) + + + + + --user-allowed-to-authenticate-to + + + Conditions user is allowed to authenticate to. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AO)})) + + + --service-tgt-lifetime @@ -745,6 +773,34 @@ + + --service-allowed-to-authenticate-from + + + Conditions service is allowed to authenticate from. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AU)})) + + + + + --service-allowed-to-authenticate-to + + + Conditions service is allowed to authenticate to. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AO)})) + + + --computer-tgt-lifetime @@ -753,6 +809,20 @@ + + -computer-allowed-to-authenticate-to + + + Conditions computer is allowed to authenticate to. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AU)})) + + + @@ -847,6 +917,34 @@ + + --user-allowed-to-authenticate-from + + + Conditions user is allowed to authenticate from. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AU)})) + + + + + --user-allowed-to-authenticate-to + + + Conditions user is allowed to authenticate to. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AO)})) + + + --service-tgt-lifetime @@ -864,6 +962,34 @@ + + --service-allowed-to-authenticate-from + + + Conditions service is allowed to authenticate from. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AU)})) + + + + + --service-allowed-to-authenticate-to + + + Conditions service is allowed to authenticate to. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AO)})) + + + --computer-tgt-lifetime @@ -872,6 +998,20 @@ + + -computer-allowed-to-authenticate-to + + + Conditions computer is allowed to authenticate to. + + + Must be a valid SDDL string. + + + Example: O:SYG:SYD:(XA;OICI;CR;;;WD;(Member_of {SID(AU)})) + + +