dbcheck: only use a paged search when checking a ldap database
[ira/wip.git] / source4 / scripting / python / samba / netcmd / dbcheck.py
index 3cc50eb814a161fc066cb8d8b5c5088f8e7f3baa..c97942bc90f5aae7ba9fe43ed6304ae8dd1b5cd8 100644 (file)
@@ -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")