README 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #ident "ldclt @(#)README 1.1 01/04/11"
  2. ldclt examples README
  3. Introduction
  4. The examples provided in this directory are delivered "as it" and
  5. may not be 100% accurate from the last releases of ldclt. They have
  6. been tested when added to the package, but are not meant to be
  7. maintained.
  8. Compatibility or stability of the examples from one version to another
  9. is not a target : examples may be removed or changed in any way at any
  10. time.
  11. To know when they were introduced or updated, please read the release
  12. notes in the file ../History
  13. Please report any comment, suggestion, error, new example, whatever
  14. to [email protected].
  15. 001
  16. This one is a very basic example of use of ldclt. It is based for
  17. the configuration part, on iPlanet DS 5.0 but should work with any
  18. kind of ldap server.
  19. - env.ksh Environment and parameters.
  20. - config.ksh Configure the server (create user and aci).
  21. - add.ksh Add random entries.
  22. - add_incr.ksh Add sequentialy numbered entries.
  23. - delete.ksh Delete random entries.
  24. - search.ksh Search random entries.
  25. 002
  26. Using the advanced feature of ldclt allowing to specify very complex
  27. objects, we will generate ldif files or add/search complex objects.
  28. * Use the name files delivered with ldclt.
  29. - env.ksh Environment and parameters.
  30. - config.ksh Configure the server (create user and aci, modify
  31. schema).
  32. - ofile Description of the object that will be created.
  33. - ldif01.ksh Create ldif file with incremental strings from file,
  34. one entry per line in the file Lastname.txt
  35. - ldif02.ksh Create ldif file with incremental strings from file,
  36. 150k entries in total.
  37. - ldif03.ksh Create ldif file with random strings from file,
  38. 150k entries in total.
  39. - add.ksh Add 500 entries with random strings from file.
  40. # End of file