[Heimdal-source-changes] [heimdal/heimdal] 070d0c: krb5: krb5_get_init_creds_opt_set_change_password_...

GitHub noreply at github.com
Sön Dec 23 06:59:27 CET 2018


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 070d0cf9283fd8878c087e531a2f91e51f0ff2c8
      https://github.com/heimdal/heimdal/commit/070d0cf9283fd8878c087e531a2f91e51f0ff2c8
  Author: Luke Howard <lukeh at padl.com>
  Date:   2018-12-23 (Sun, 23 Dec 2018)

  Changed paths:
    M lib/krb5/init_creds_pw.c

  Log Message:
  -----------
  krb5: krb5_get_init_creds_opt_set_change_password_prompt incomplete (#322)

krb5_get_init_creds_opt_set_change_password_prompt() was being ignored by
krb5_init_creds_step() which broke pam_krb5 tests. MIT doesn't handle password
expiration within krb5_init_creds_step(), instead deferring to higher level
functions such as krb5_get_init_creds_password(). However, Heimdal kinit uses
krb5_init_creds_step() directly and thus requires this behaviour to be
implemented to pass its own tests.



      **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