fuhry / php-kadm5

Updated version of PHP's kadm5 extension for PHP 5/PHP 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-kadm5

What is it?

This is a PHP extension that exposes libkadmin functionality in PHP. It's extremely useful if you are looking to write a web UI for user account management in your organization.

What do I need?

  • An up to date version of MIT Kerberos V. 1.9 or newer should build, but that was before the policy related functions were added. These days, 1.12 and later are what I usually build against.
  • Heimdal and other alternative Kerberos implementations are not supported, since they do not use MIT's kadmin protocol.
  • PHP 7. If you need PHP 5 support, please build the php5 branch. Please note that this branch will not be receiving any future feature or security patches.

How do I build it?

Debian users: just run dpkg-buildpackage.

Everyone else: cd kadm5 && phpize && ./configure && make && make install

Authors

About

Updated version of PHP's kadm5 extension for PHP 5/PHP 7


Languages

Language:C 91.3%Language:M4 4.5%Language:PHP 3.8%Language:Makefile 0.4%