• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..09-Nov-2020-

MakefileH A D08-Nov-2020280 139

READMEH A D08-Nov-2020610 2216

ldap-browser.cH A D08-Nov-20208.5 KiB295229

README

1LDAP browser demo
2=================
3
4Description:
5------------
6
7The example in this directory is a very simple LDAP tree browser, illustrating the usage of
8an LDAP connection and the GdaTree and GdaTreeMgrLdap objects.
9
10Compiling and running:
11----------------------
12
13To compile (make sure Libgda is installed prior to this):
14> make
15
16and to run:
17> ./ldap-browser [-h <server>] [-u <username>] [-p <password>] [-b <base>] [-s]
18
19Results:
20--------
21Opens a window with the LDAP entries hierarchy, showing only the RDN of each entry. Selecting
22an entry displays its RND and complete DN in the standard output stream.