summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorWilliam Brown <william@blackhats.net.au>2018-04-28 15:22:29 +1000
committerAndrew Bartlett <abartlet@samba.org>2018-05-29 05:34:08 +0200
commit74d85d4cc246458f51ec9b264310959055f0a0b9 (patch)
tree1c20131709a86f89f49df7be2b3988f7b25c32de /docs-xml
parent289ae87c3bb81b2e1cd30a876a3b694b7264edc5 (diff)
downloadsamba-74d85d4cc246458f51ec9b264310959055f0a0b9.tar.gz
python/samba/netcmd/schema.py: add schema query and management.
Schema management in active directory is complex and dangerous. Having a tool that safely wraps administrative tasks as well as allowing query of the schema will make this complex topic more accessible to administrators. 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')
-rw-r--r--docs-xml/manpages/samba-tool.8.xml20
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 fd58b1b1941..19c18645171 100644
--- a/docs-xml/manpages/samba-tool.8.xml
+++ b/docs-xml/manpages/samba-tool.8.xml
@@ -738,6 +738,26 @@
</refsect3>
<refsect2>
+ <title>schema</title>
+ <para>Manage and query schema.</para>
+</refsect2>
+
+<refsect3>
+ <title>schema attribute modify <replaceable>attribute</replaceable> [options]</title>
+ <para>Modify the behaviour of an attribute in schema.</para>
+</refsect3>
+
+<refsect3>
+ <title>schema attribute show <replaceable>attribute</replaceable> [options]</title>
+ <para>Display an attribute schema definition.</para>
+</refsect3>
+
+<refsect3>
+ <title>schema objectclass show <replaceable>objectclass</replaceable> [options]</title>
+ <para>Display an objectclass schema definition.</para>
+</refsect3>
+
+<refsect2>
<title>sites</title>
<para>Manage sites.</para>
</refsect2>