https://github.com/php/pecl-authentication-krb5
PECL krb5 extension
https://github.com/php/pecl-authentication-krb5
Last synced: 6 months ago
JSON representation
PECL krb5 extension
- Host: GitHub
- URL: https://github.com/php/pecl-authentication-krb5
- Owner: php
- License: mit
- Created: 2021-04-06T09:17:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T07:27:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T21:22:06.270Z (over 1 year ago)
- Language: C
- Size: 201 KB
- Stars: 10
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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