Newsgroups: php.internals,php.pear.dev Path: news.php.net Xref: news.php.net php.internals:1310 php.pear.dev:15939 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24777 invoked from network); 6 May 2003 14:30:46 -0000 Received: from unknown (HELO secure.thebrainroom.com) (213.239.42.171) by pb1.pair.com with SMTP; 6 May 2003 14:30:46 -0000 Received: from zaneeb.brainnet.i (IDENT:root@brain.dial.nildram.co.uk [195.149.29.154]) by secure.thebrainroom.com (8.9.3/8.9.3) with ESMTP id PAA01063; Tue, 6 May 2003 15:30:44 +0100 Received: from zaneeb.brainnet.i (IDENT:wez@zaneeb.brainnet.i [127.0.0.1]) by zaneeb.brainnet.i (8.11.6/8.11.6) with ESMTP id h46EUg818148; Tue, 6 May 2003 15:30:42 +0100 Date: Tue, 6 May 2003 15:30:42 +0100 (BST) X-X-Sender: wez@zaneeb.brainnet.i To: Holger Burbach cc: pear-dev@lists.php.net, php-internals In-Reply-To: <200305061610.18070.holger.burbach@gonicus.de> Message-ID: References: <200305061610.18070.holger.burbach@gonicus.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] New Kerberos KADM5 extension From: wez@thebrainroom.com (Wez Furlong) Hi Holger, This is a suitable candidate for PECL. Take a look at http://pear.php.net for more information about PECL; you will most likely want to create a new PECL package called 'kadm5'. Use the form at http://pear.php.net/account-request.php to apply for CVS access. --Wez. On Tue, 6 May 2003, Holger Burbach wrote: > Hi everybody, > > I recently developed a new extension to PHP called 'kadm5'. This extension > enables you to create, modify and delete Kerberos V principals and policies > on a remote Kerberos Administration server. > > Well, my company has been working with this extension internally for quite a > while and I think it's time to make this piece of work publicly available. I > have also written a documentation for this extension which is ready to be > integrated into phpdoc. > > I'm not sure of the proper procedure how to integrate this extension into the > PHP development project. Shall I send the sources/patches to a mailing list > or shall I request an CVS account? What would be the recommended branch > (php4, php5)? > > Anyway, I would like to join the PHP development team and I'm willing to > maintain this extension within PHP.