From: Rob van der Linde Date: Tue, 31 Oct 2023 03:59:31 +0000 (+1300) Subject: netcmd: docs: document samba-tool user auth silo and policy commands X-Git-Tag: talloc-2.4.2~747 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=172f55fb0e8840204e40a1811167ebd98a82d0c5;p=thirdparty%2Fsamba.git netcmd: docs: document samba-tool user auth silo and policy commands 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 6dfe07ea813..deb6223d770 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -2716,6 +2716,52 @@ (typically the PDC-emulator). + + user auth policy assign <replaceable>username</replaceable> [options] + Set assigned authentication policy for user. + + + --policy + + Name of authentication policy to assign or leave empty to remove. + + + + + + + user auth policy remove <replaceable>username</replaceable> + Remove assigned authentication policy from user. + + + + user auth policy view <replaceable>username</replaceable> + View the assigned authentication policy for user. + + + + user auth silo assign <replaceable>username</replaceable> [options] + Set assigned authentication silo for user. + + + --silo + + Name of authentication silo to assign or leave empty to remove. + + + + + + + user auth silo remove <replaceable>username</replaceable> + Remove assigned authentication silo from user. + + + + user auth silo view <replaceable>username</replaceable> + View the assigned authentication silo for user. + + vampire [options] <replaceable>domain</replaceable> Join and synchronise a remote AD domain to the local server.