Page 1 of 1

Adding a kerberos principal using PHP?

Posted: Tue Jun 27, 2006 11:27 pm
by kjordan2001
I'm looking for some way to add users into a kerberos database using php code, but I've only seen one php module (http://pecl.php.net/package/kadm5) that does that and it's 3 years old and requires PHP4. Surely there is a way to do it with PHP5 and there has been modules written since then?

Posted: Wed Jun 28, 2006 4:06 am
by Ambush Commander

Posted: Wed Jun 28, 2006 4:57 am
by kjordan2001
Ambush Commander wrote:http://mailman.mit.edu/pipermail/kerber ... 05398.html

Apache modules I think.
Well, that's for authentication and I'm currently using that. But I'm talking about adding users into the kerberos database using php.

Posted: Wed Jun 28, 2006 11:11 am
by thejoker101
Hi Kevin.

Posted: Wed Jun 28, 2006 1:13 pm
by RobertGonzalez
So can you connect to Kerberos with PHP or do you need to figure out a connection string?

Posted: Wed Jun 28, 2006 4:38 pm
by kjordan2001
Everah wrote:So can you connect to Kerberos with PHP or do you need to figure out a connection string?
Well, I figured out how to compiled php-kadm5, so now I can add users using a website with php functions.

Posted: Wed Jun 28, 2006 4:51 pm
by Luke
thejoker101 wrote:Hi Kevin.
?? :?

Posted: Wed Jun 28, 2006 11:54 pm
by RobertGonzalez
The Ninja Space Goat wrote:
thejoker101 wrote:Hi Kevin.
?? :?
You know, Kevin? :roll: Sheesh, everyone knows Kevin.

Not really. I am just being a smart donkey.

Posted: Fri Jun 30, 2006 4:39 am
by Ambush Commander
It's an inside joke. None of us are supposed to get it. ;-)

Re: Adding a kerberos principal using PHP?

Posted: Sun Sep 27, 2009 9:49 am
by hellokuti
I have the same problem with PHP5. Any help? :(