diff options
author | William Brown <william@blackhats.net.au> | 2018-04-25 17:36:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-05-29 05:34:07 +0200 |
commit | b8e51a8174682149bd8381163a6f1a4658da6271 (patch) | |
tree | f2897cbeb4569cd7c14fdb3da5737a9be1b9d66c /docs-xml/manpages | |
parent | e56b92bd95a586181625df8b5e198c3d560eceba (diff) | |
download | samba-b8e51a8174682149bd8381163a6f1a4658da6271.tar.gz |
python/samba/netcmd/{forest.py,main.py}: add configuration controls
With samba-tool we should expose ways to easily administer and control
common configuration options. This adds the base framework for modifying
forest settings, generally stored in cn=configuration partition.
An example is:
samba-tool forest directory_service show
samba-tool forest directory_service dsheuristics X
Signed-off-by: William Brown <william@blackhats.net.au>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/samba-tool.8.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index f2154b9d8de..72656d2d2a0 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -460,6 +460,26 @@ </refsect3> <refsect2> + <title>forest</title> + <para>Manage Forest configuration.</para> +</refsect2> + +<refsect3> + <title>forest directory_service</title> + <para>Manage directory_service behaviour for the forest.</para> +</refsect3> + +<refsect3> + <title>forest directory_service dsheuristics <replaceable>VALUE</replaceable></title> + <para>Modify dsheuristics directory_service configuration for the forest.</para> +</refsect3> + +<refsect3> + <title>forest directory_service show</title> + <para>Show current directory_service configuration for the forest.</para> +</refsect3> + +<refsect2> <title>fsmo</title> <para>Manage Flexible Single Master Operations (FSMO).</para> </refsect2> |