README 398 B

12345678910
  1. TMP DIRECTORY README
  2. This directory is used to store files(LDIFs, etc) that are created during the ticket script runtime. The script is also responsible for removing any files it places in this directory. This directory can be retrieved via getDir() from the DirSrv class.
  3. Example:
  4. tmp_dir_path = topology.standalone.getDir(__file__, TMP_DIR)
  5. new_ldif = tmp_dir_path + "export.ldif"