summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/ldapcmp.py
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-07-15 12:07:03 -0400
committerAndrew Tridgell <tridge@samba.org>2011-07-21 10:32:24 +1000
commitf6fa8684896b8f3f9f8b7bd3742c99906973274c (patch)
tree633d65aa65aac5ee2d0ae431f549f970c10f4aa7 /source4/scripting/python/samba/netcmd/ldapcmp.py
parent1dfcb019d2dcca1d21ec32ee05bf7da15ca84e9f (diff)
downloadsamba-f6fa8684896b8f3f9f8b7bd3742c99906973274c.tar.gz
samba-f6fa8684896b8f3f9f8b7bd3742c99906973274c.tar.xz
samba-f6fa8684896b8f3f9f8b7bd3742c99906973274c.zip
samba-tool: moved takes_optiongroups definition to Command base class
The option groups should be defined at the Command base class level as they are in common across all samba-tool commands. Major move advantages: 1. more OOP approach 2. enforcing consistency across commands 3. avoiding the need of declaring for every new command Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/scripting/python/samba/netcmd/ldapcmp.py')
-rwxr-xr-xsource4/scripting/python/samba/netcmd/ldapcmp.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/source4/scripting/python/samba/netcmd/ldapcmp.py b/source4/scripting/python/samba/netcmd/ldapcmp.py
index c752d76a7b6..44badce2e93 100755
--- a/source4/scripting/python/samba/netcmd/ldapcmp.py
+++ b/source4/scripting/python/samba/netcmd/ldapcmp.py
@@ -8,6 +8,7 @@
# above partitions.
# Copyright (C) Zahari Zahariev <zahari.zahariev@postpath.com> 2009, 2010
+# Copyright Giampaolo Lauria 2011 <lauria2@yahoo.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -841,12 +842,6 @@ class cmd_ldapcmp(Command):
"""compare two ldap databases"""
synopsis = "ldapcmp URL1 URL2 <domain|configuration|schema> [options]"
- takes_optiongroups = {
- "sambaopts": options.SambaOptions,
- "versionopts": options.VersionOptions,
- "credopts": options.CredentialsOptionsDouble,
- }
-
takes_args = ["URL1", "URL2", "context1?", "context2?", "context3?"]
takes_options = [