pear / Net_SMTP

PHP SMTP Implementation
https://pear.php.net/package/net_smtp
BSD 2-Clause "Simplified" License
26 stars 38 forks source link

GSSAPI: make gssapi_cname optional #50

Closed urusha closed 6 years ago

urusha commented 6 years ago

A small fix to GSSAPI support. GSSAPI may be used without gssapi_cname (KRB5CCNAME), since MIT/Heimdal libs have a default value for credentials cache. https://web.mit.edu/kerberos/krb5-1.12/doc/basic/ccache_def.html#default-ccache-name

jparise commented 6 years ago

Thanks @urusha!