Package Information |
Summary |
Features: |
Maintainers |
Moritz Bechler <
mbechler at eenterphace dot org >
(lead)
[details]
|
License |
MIT License |
Description |
+ An interface for maintaining credential caches (KRB5CCache),
that can be used for authenticating against a kerberos5 realm
+ Bindings for nearly the complete GSSAPI (RFC2744)
+ The administrative interface (KADM5)
+ Support for HTTP Negotiate authentication via GSSAPI
Documentation:
+ see docs/ for the API documentation
+ there are several pieces of example code in the examples/ directory
+ see below for install instructions |
Release notes
Version 1.1.4
(stable)
|
- [FEATURE] PHP 8 compatability (thanks to Remi Collet) - [BUG] Properly install header files (thanks to Remi Collet) - [BUG] Fix behavior when NegotiateAuth is passed null as SPN |