Skip to content

Releases: oehrlis/oudbase

Minor bugfix

02 Mar 12:36
Compare
Choose a tag to compare

Fixed

  • Fix layout of status output for tns_dump.sh, tns_load.sh add tns_test.sh
  • Fix wrong setting of variable for processed BaseDN.
  • Fix line breaks in status output for BaseDN
  • Fix count of Dumped TNS entries

Minor bugfix

02 Mar 11:48
Compare
Choose a tag to compare

Added

  • tns_dump.sh add process status information
  • tns_load.sh add process status information
  • tns_test.sh add process status information

Major bugfix release

02 Mar 09:17
Compare
Choose a tag to compare

Added

  • add new function tidy_dotora to format the net service connect sting. The function
    is based on Ludovico Caldara
    and Jeremy Scheider
    work.
  • add new function join_dotora to join service connect sting into one line
  • add new value TVDLDAP_DUMP_FORMAT in config template
  • add new parameter -s FORMAT to tns_dump.sh. This parameter allows to configure
    the output format of the net service connect string. It is either SINGLE for
    all in one line or INDENTED for a multiline net service connect string. Default
    format is SINGLE.

Changed

  • enhance error correction in tns_functions.sh for ldapsearch

Fixed

  • Fix issue in tns_load.sh not able to load tnsnames.ora from tns_dump.sh.
    Net service name files are now joined and cleaned up using join_dotora

Minor bugfix

28 Feb 19:51
Compare
Choose a tag to compare

Fixed

  • issue in tns_dump.sh query results for cn and NetDescString have been
    mixed up.

Minor bugfix

28 Feb 16:08
Compare
Choose a tag to compare

Fixed

  • issue in tns_search.sh and tns_test.sh query results for cn and NetDescString
    have been mixed up.

Minor Release Update

28 Feb 12:00
Compare
Choose a tag to compare

Added

  • add dry run mode for tns_dump.sh
  • add bulk delete function to tns_delete.sh. This allows to delete tns entries
    based on wildcard search.
  • add auto dump for bulk deletes in tns_delete.sh. Every bulk delete will explicitly
    create a dump in $LOG_BASE.

Changed

  • update exit errors in tns_functions.sh
  • update status and error output in tns_delete.sh

Fixed

  • fix variable check in tns_search.sh

Minor Release Update

23 Feb 07:19
Compare
Choose a tag to compare

Added

  • add function bulk_enabled to verify if bulk mode is enabled
  • add function get_list_of_config to create a list of possible
    configuration files based on current environment variables.

Changed

  • update layout for debug information in scripts
  • passwords are now automatically generated using pwgen if available otherwise
    it will fallback to /dev/urandom. Default length for autogenerated passwords
    is now set to 15 characters.
  • Remove Trivadis company info and e-mails

Fixed

  • Fix issue #112 Debug mode does not dump env variables
  • Fix issue #113 Config files are loaded multiple times
  • Fix issue #114 Correct order for config files
  • Fix bug #122 and remove all legacy default passwords.

Minor Release Update

21 Feb 05:26
Compare
Choose a tag to compare

Changed

Minor Bugfix release

08 Nov 11:36
Compare
Choose a tag to compare

Fixed

  • define a default value for TNS_ADMIN. For tns_function.sh it is TVDLDAP_ETC_DIR
    where for tns_dump.sh and tns_load.sh it is the current folder.

Minor Release Update

08 Nov 09:59
Compare
Choose a tag to compare

Changed

  • update latest patch information in setup_oud.sh
  • update latest patch information in setup_oud_patch.sh
  • move variable OPENDS_JAVA_ARGS to oudenv_custom.conf template

Fixed

  • add MybindDN as parameter to export-ldif in oud_export.sh.