Adding a kerberos principal using PHP?
Moderator: General Moderators
-
kjordan2001
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 27, 2006 11:24 pm
Adding a kerberos principal using PHP?
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?
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
-
kjordan2001
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 27, 2006 11:24 pm
Well, that's for authentication and I'm currently using that. But I'm talking about adding users into the kerberos database using php.Ambush Commander wrote:http://mailman.mit.edu/pipermail/kerber ... 05398.html
Apache modules I think.
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
-
kjordan2001
- Forum Newbie
- Posts: 3
- Joined: Tue Jun 27, 2006 11:24 pm
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
Re: Adding a kerberos principal using PHP?
I have the same problem with PHP5. Any help? 