r19384: ldbbrowse now has all basic functionality.
authorDerrell Lipman <derrell@samba.org>
Wed, 18 Oct 2006 00:35:56 +0000 (00:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:22 +0000 (14:21 -0500)
commit43aa9f86f5c574f5dac70970f574a0c0a3c4eab1
treee3f427263dedee2c7e808cd431112c4a182ef78b
parentc111683f31c274a4df388b75e06896c5f7890ace
r19384: ldbbrowse now has all basic functionality.

Issues left for the enterprising developers:

  - Selection of the ldb file to open.  This version always browses sam.ldb.

  - When issuing a search which returns a huge amount of data, firefox times
    out while adding the data to the page.  The ldb functions on the server
    should be upgraded to allow providing a starting offset in the result set,
    and a limit of how many results to return.  The application can then issue
    multiple requests if necessary, to limit the amount of processing needed
    to handle any single result set.

Next step for me is to make it look more like a Samba application and less
like a qooxdoo example application.  Per Tridge's request, I'll leave the
debug console on the page.

Derrell
(This used to be commit 41ed250e020a0860d1769a3144ec7a153f138b57)
swat/apps/samba/utils/ldbbrowse.html