krb

MÓDULO OPCIONAL

This module need to have instaled the MIT Kerberos sources, because can not be compiled with the Heimdal Kerberos sources.

The module will connect with the Kerberos servers to update the keys of the users.

Will download from PECL, and descompress in /usr/src, we must have the MIT Kerberos sources also, descompress in /usr/src, with it will execute this: (changing X.X for the actual version of the programs):

#cd /usr/src/kadm5-0.X.X/scripting/php
#cp config.m4 config.m4.2
#sed s/krb5-1\.2\.4\/src\/include/krb5-1\.X\.X\/src\/lib/ config.m4.2 >config.m4
#rm -f config.m4.2
#phpize
#./configure
#make
#make install
#echo "extension=kadm5.so" >> /etc/php4/apache2/php.ini
#/etc/init.d/apache2 reload



aescanero AT gmail.com