[Heimdal-source-changes] [heimdal/heimdal] 7c8263: Make the password used in check-kadmin.in be setta...

GitHub noreply at github.com
Sön Dec 23 08:33:33 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 7c826371203623b54662c0bc0eca093b30053daa
      https://github.com/heimdal/heimdal/commit/7c826371203623b54662c0bc0eca093b30053daa
  Author: Adam Lewenberg <github238 at macrotex.net>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

  Changed paths:
    M tests/kdc/check-kadmin.in

  Log Message:
  -----------
  Make the password used in check-kadmin.in be settable as a parameter

When we use a custom patch that makes strong passwords required even for
administrators the check-kadmin test will fail because "foo" (the password
used in check-kadmin.in) is not a strong password. So, we make the
password used in check-kadmin.in settable as a parameter. This way, we
only have to change one line of check-kadmin.in rather than a dozen to get
check-kadmin to pass when using the strong-passwords everywhere patch.

Note that this change makes no real change to any of the tests in
check-kadmin.in: no tests are changed, removed, or added.


  Commit: c9c72ab11c7a9fba9277fcbe0aedfd847f665ab3
      https://github.com/heimdal/heimdal/commit/c9c72ab11c7a9fba9277fcbe0aedfd847f665ab3
  Author: Adam Henry Lewenberg <adamhl at stanford.edu>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

  Changed paths:
    M tests/kdc/check-kadmin.in

  Log Message:
  -----------
  Put double quotes around the foopassword in case password has whitespace

>From a suggestion by nicowilliams, put double quotes aroung the varaible
$foopassword in case the password contains whitespace or other special
characters.


Compare: https://github.com/heimdal/heimdal/compare/63411321753e...c9c72ab11c7a
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Heimdal-source-changes mailing list