mirror of
https://github.com/php/pecl-authentication-krb5.git
synced 2026-03-23 23:02:16 +01:00
Remove compatability for old MIT krb5 libs (<1.8) git-svn-id: http://svn.php.net/repository/pecl/krb5/trunk@332909 c90b9560-bf6c-de11-be94-00142212c4b1
14 lines
482 B
Plaintext
14 lines
482 B
Plaintext
Kerberos, GSSAPI and KADM5 bindings
|
|
|
|
Features:
|
|
+ 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
|