Skip to content

Commit

Permalink
Make gss_acquire_cred_with_password() like Solaris
Browse files Browse the repository at this point in the history
Solaris'/Illumos' gss_acquire_cred_with_password() does not have
side-effects.  MIT and Heimdal have differed, but it's now agreed that
the Solaris/Illumos behavior is correct.

To make a credential obained with gss_acquire_cred_with_password()
available to other processes, use gss_store_cred().
  • Loading branch information
nicowilliams committed Apr 15, 2015
1 parent dbc95a3 commit db2ba88
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 156 deletions.

0 comments on commit db2ba88

Please sign in to comment.