summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAmit Kumar <amitkuma@redhat.com>2019-06-06 01:54:31 +0530
committerAndreas Schneider <asn@cryptomilk.org>2019-10-16 16:39:42 +0000
commit50cce842a230f82018be62fca8fe1374b9b0dcd1 (patch)
treee2057252e5a9336660c18da298285ad6181e642d /docs-xml
parenteb093c5d2ac77889215356ffabb915861cd4e9d5 (diff)
downloadsamba-50cce842a230f82018be62fca8fe1374b9b0dcd1.tar.gz
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 BUG: https://bugzilla.samba.org/show_bug.cgi?id=13986 Signed-off-by: Amit Kumar <amitkuma@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/net.8.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml
index f64efde0061..e585f247728 100644
--- a/docs-xml/manpages/net.8.xml
+++ b/docs-xml/manpages/net.8.xml
@@ -1335,6 +1335,46 @@ against an NT4 Domain Controller.
</refsect2>
<refsect2>
+
+<title>ADS GPO</title>
+<refsect3>
+<title>ADS GPO APPLY &lt;USERNAME|MACHINENAME&gt; </title>
+<para>Apply GPOs for a username or machine name. Either username or machine name should be provided to the command, not both. </para>
+</refsect3>
+
+<refsect3>
+<title>ADS GPO GETGPO [<replaceable>GPO</replaceable>]</title>
+<para>List specified GPO.</para>
+</refsect3>
+
+<refsect3>
+<title>ADS GPO LINKADD [<replaceable>LINKDN</replaceable>] [<replaceable>GPODN</replaceable>]</title>
+<para>Link a container to a GPO. <replaceable>LINKDN</replaceable> Container to link to a GPO. <replaceable>GPODN</replaceable> GPO to link container to. DNs must be provided properly escaped. See RFC 4514 for details.</para>
+</refsect3>
+
+<refsect3>
+<title>ADS GPO LINKGET [<replaceable>CONTAINER</replaceable>]</title>
+<para>Lists gPLink of a containter.</para>
+</refsect3>
+
+<refsect3>
+<title>ADS GPO LIST &lt;USERNAME|MACHINENAME&gt; </title>
+<para>Lists all GPOs for a username or machine name. Either username or machine name should be provided to the command, not both. </para>
+</refsect3>
+
+<refsect3>
+<title>ADS GPO LISTALL</title>
+<para>Lists all GPOs on a DC.</para>
+</refsect3>
+
+<refsect3>
+<title>ADS GPO REFRESH [<replaceable>USERNAME</replaceable>] [<replaceable>MACHINENAME</replaceable>]</title>
+<para>Lists all GPOs assigned to an account and download them. <replaceable>USERNAME</replaceable> User to refresh GPOs for. <replaceable>MACHINENAME</replaceable> Machine to refresh GPOs for.</para>
+</refsect3>
+
+</refsect2>
+
+<refsect2>
<title>ADS LEAVE [--keep-account]</title>
<para>Make the remote host leave the domain it is part of. </para>