diff options
author | William Brown <william@blackhats.net.au> | 2018-04-26 13:59:06 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-05-29 05:34:08 +0200 |
commit | 289ae87c3bb81b2e1cd30a876a3b694b7264edc5 (patch) | |
tree | b2756a7f652cbb5b6ade073290719fbd01e2310e /docs-xml | |
parent | b8e51a8174682149bd8381163a6f1a4658da6271 (diff) | |
download | samba-289ae87c3bb81b2e1cd30a876a3b694b7264edc5.tar.gz |
python/samba/netcmd/group.py: add group show
The samba-tool user command can show the ldif of a user. This is
useful for groups also, especially to determine the objectSID and
objectGUID. Add support for group show to samba-tool.
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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs-xml/manpages/samba-tool.8.xml b/docs-xml/manpages/samba-tool.8.xml index 72656d2d2a0..fd58b1b1941 100644 --- a/docs-xml/manpages/samba-tool.8.xml +++ b/docs-xml/manpages/samba-tool.8.xml @@ -610,6 +610,11 @@ <para>Remove members from the specified AD group.</para> </refsect3> +<refsect3> + <title>group show <replaceable>groupname</replaceable> [options]</title> + <para>Show group object and it's attributes.</para> +</refsect3> + <refsect2> <title>ldapcmp <replaceable>URL1</replaceable> <replaceable>URL2</replaceable> <replaceable>domain|configuration|schema|dnsdomain|dnsforest</replaceable> [options] </title> <para>Compare two LDAP databases.</para> |