From a2b518cb2ff8616bae81c575fb7ea076c1784331 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 6 Jun 2019 01:54:31 +0530 Subject: [PATCH] docs: Add 'net gpo command' text in man net This change adds contents to man net for 'net ads gpo' command set based on results got after executing: '# net ads gpo help' and subcommands Fixes: https://bugzilla.samba.org/show_bug.cgi?id=13986 Signed-off-by: Amit Kumar --- docs-xml/manpages/net.8.xml | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index 37dfa2af694..892a33f38f9 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -1307,6 +1307,51 @@ against an NT4 Domain Controller. + + +ADS GPO + +ADS GPO APPLY [<replaceable>USERNAME</replaceable>] [<replaceable>MACHINENAME</replaceable>] +Apply GPOs for user/machine. + + + +ADS GPO GETGPO [<replaceable>GPO</replaceable>] +List specified GPO. + + + +ADS GPO LINKADD [<replaceable>LINKDN</replaceable>] [<replaceable>GPODN</replaceable>] +Link a container to a GPO. LINKDN Container to link to a GPO. GPODN GPO to link container to. DNs must be provided properly escaped. See RFC 4514 for details. + + + +ADS GPO LINKADD [<replaceable>LINKDN</replaceable>] [<replaceable>GPODN</replaceable>] +Link a container to a GPO. LINKDN Container to link to a GPO. GPODN GPO to link container to. DNs must be provided properly escaped. See RFC 4514 for details. + + + +ADS GPO LINKGET [<replaceable>CONTAINER</replaceable>] +Lists gPLink of a containter. + + + +ADS GPO LIST [<replaceable>USERNAME</replaceable>] [<replaceable>MACHINENAME</replaceable>] +Lists all GPOs for user/machine. + + + +ADS GPO LISTALL +Lists all GPOs on a DC. + + + +ADS GPO REFRESH [<replaceable>USERNAME</replaceable>] [<replaceable>MACHINENAME</replaceable>] +Lists all GPOs assigned to an account and download them. USERNAME User to refresh GPOs for. MACHINENAME Machine to refresh GPOs for. + + + + ADS LEAVE [--keep-account] -- 2.17.1