PHP Kerberos/GSSAPI Extension

[email protected] (Moritz Bechler) Tue, 20 Apr 2010 13:24:37 +0200
Newsgroups php.pecl.dev
Message-ID <[email protected]>
Hi,

I've written an extension exposing basic Kerberos server and client API
(mostly through GSSAPI) as well as MIT's administrative API (only for
pre 1.7 versions by now) to PHP through an object oriented interface.

I know there is already an extension for the latter (kadm5) but that one
is unmaintained, not object orientend and has no API for building
Kerberos/GSSAPI clients servers.

Current License is MIT (as there are some header files from the mit-krb5
distribution included) and I'm willing to use PECL for
SVN/Bugtracking/Releases.


Latest code can be found here:
http://mbechler.eenterphace.org/blog/index.php?/archives/11-php_krb5-rc2.html



with best regards

Moritz Bechler