simplesamlphp / simplesamlphp-module-negotiate

Negotiate module
GNU Lesser General Public License v2.1
4 stars 5 forks source link

Setting SPN to a string-value crashes PHP #6

Closed tvdijen closed 1 year ago

tvdijen commented 1 year ago

This issue is not a problem with this module, but with the underlying krb5-module. I only file this issue for reference purposes, so people know what's going on and how to bypass this issue.

The issue: Setting an string SPN in the authsource-configuration may cause a PHP crash under certain conditions.

Workarounds:

I have contacted the author of the krb5-module and after consulting him I've filed a bugfix: https://github.com/php/pecl-authentication-krb5/pull/1

This bug should be resolved once krb5 v1.1.5 becomes available

tvdijen commented 1 year ago

ext-krb5 v1.1.5 was released