diff options
-rw-r--r-- | source4/scripting/python/samba/netcmd/dbcheck.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/dbcheck.py b/source4/scripting/python/samba/netcmd/dbcheck.py index 3cc50eb814..c97942bc90 100644 --- a/source4/scripting/python/samba/netcmd/dbcheck.py +++ b/source4/scripting/python/samba/netcmd/dbcheck.py @@ -80,7 +80,7 @@ class cmd_dbcheck(Command): search_scope = scope_map[scope] controls = [] - if H is not None: + if H.startswith('ldap'): controls.append('paged_results:1:1000') if cross_ncs: controls.append("search_options:1:2") |