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:
committed by
Andrew Bartlett
parent
d103db07b1
commit
3f10c8f25c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user