1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-10 04:23:50 +03:00

samba-tool: implement contact management commands

Usage: samba-tool contact <subcommand>

Contact management.

Available subcommands:
  create  - Create a new contact.
  delete  - Delete a contact.
  edit    - Modify a contact.
  list    - List all contacts.
  move    - Move a contact object to an organizational unit or container.
  show    - Display a contact.

Signed-off-by: Björn Baumbach <bb@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Björn Baumbach
2019-03-19 17:55:37 +01:00
committed by Andrew Bartlett
parent d103db07b1
commit 3f10c8f25c
3 changed files with 785 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ class cmd_sambatool(SuperCommand):
subcommands = cache_loader()
subcommands["computer"] = None
subcommands["contact"] = None
subcommands["dbcheck"] = None
subcommands["delegation"] = None
subcommands["dns"] = None