mirror of
https://github.com/samba-team/samba.git
synced 2025-12-09 00:23:50 +03:00
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>
This commit is contained in:
committed by
Andrew Bartlett
parent
289ae87c3b
commit
74d85d4cc2
@@ -70,6 +70,7 @@ class cmd_sambatool(SuperCommand):
|
||||
subcommands["ldapcmp"] = None
|
||||
subcommands["ntacl"] = None
|
||||
subcommands["rodc"] = None
|
||||
subcommands["schema"] = None
|
||||
subcommands["sites"] = None
|
||||
subcommands["spn"] = None
|
||||
subcommands["testparm"] = None
|
||||
|
||||
Reference in New Issue
Block a user