• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-May-2022-269177

tests/H03-May-2022-310249

CREDITSH A D14-Sep-202068 32

INSTALLH A D14-Sep-2020640 1513

LICENSEH A D14-Sep-20201 KiB2016

READMEH A D14-Sep-2020482 1411

config.m4H A D14-Sep-20202 KiB7454

gssapi.cH A D14-Sep-202026.6 KiB989733

kadm.cH A D14-Sep-202018.5 KiB669497

kadm5_policy.cH A D14-Sep-202018.6 KiB639449

kadm5_principal.cH A D14-Sep-202032.2 KiB1,122806

kadm5_tldata.cH A D14-Sep-20207.4 KiB247176

krb5.cH A D03-May-202244.9 KiB1,5691,197

negotiate_auth.cH A D14-Sep-202016.5 KiB550402

php_krb5.hH A D14-Sep-20202.4 KiB9751

php_krb5_compat.hH A D14-Sep-20207.7 KiB261194

php_krb5_gssapi.hH A D14-Sep-20201.7 KiB4414

php_krb5_kadm.hH A D14-Sep-20206.5 KiB209147

README

1Kerberos, GSSAPI and KADM5 bindings
2
3Features:
4+ An interface for maintaining credential caches (KRB5CCache),
5   that can be used for authenticating against a kerberos5 realm
6+ Bindings for nearly the complete GSSAPI (RFC2744)
7+ The administrative interface (KADM5)
8+ Support for HTTP Negotiate authentication via GSSAPI
9
10Documentation:
11+ see docs/ for the API documentation
12+ there are several pieces of example code in the examples/ directory
13+ see below for install instructions
14