Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-05-03 Thread Doug MacEachern

On Wed, 26 Apr 2000, Ken Williams wrote:
> >
> >Maybe Apache::AuthTicket?
> 
> That sounds pretty good to me.  It's a nice choice if you decide to make
> it a subclass of Apache::AuthCookie too.

second that!




Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-27 Thread James G Smith

"Bruce W. Hoylman" <[EMAIL PROTECTED]> wrote:
>
>> "Michael" == Michael Schout <[EMAIL PROTECTED]> writes:
>
>Michael> Okay.  I guess I am at a loss as to what this module should
>Michael> be named then.  It is heaily based on the TicketAccess
>Michael> system in the modperl book.  It is a ticket based
>Michael> authentication system.
>
>Michael> Maybe Apache::AuthTicket?
>
>Michael> Does anyone have any suggestions?
>
>I was thinking AuthTicket also.  That is my vote.

Btw, you might want to look at Authen::Ticket, JIC there is some code you 
might be able to borrow, or if the two are similar enough -- it should be able 
to emulate the scheme presented in the book.

Sorry this is a week after the announce that started this thread - I've been 
very busy at work, which is finally letting me breath now.
-- 
James Smith <[EMAIL PROTECTED]>, 979-862-3725
Texas A&M CIS Operating Systems Group, Unix





Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-27 Thread Bruce W. Hoylman


> "Michael" == Michael Schout <[EMAIL PROTECTED]> writes:

Michael> Okay.  I guess I am at a loss as to what this module should
Michael> be named then.  It is heaily based on the TicketAccess
Michael> system in the modperl book.  It is a ticket based
Michael> authentication system.

Michael> Maybe Apache::AuthTicket?

Michael> Does anyone have any suggestions?

I was thinking AuthTicket also.  That is my vote.



Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-26 Thread Nick Tonkin

On Wed, 26 Apr 2000, Michael Schout wrote:

> On Tue, Apr 25, 2000 at 11:55:26AM -0700, Doug MacEachern wrote:
> > On Sat, 22 Apr 2000, Michael Schout wrote:
> >  
> > > I dont know what else I would name it.  It is extremely similar to the
> > > TicketAccess system in the eagle book, with a lot of extra features added
> > > in.
> > 
> > please come up with a different name, it's way too confusing for two
> > different modules to have the same name.
> 
> Okay.  I guess I am at a loss as to what this module should be named then.  It
> is heaily based on the TicketAccess system in the modperl book.  It is a ticket
> based authentication system.
> 
> Maybe Apache::AuthTicket?
> 
> Does anyone have any suggestions?

Maybe you should work on integrating your new stuff into the existing
module instead ...

> 
> Mike
> 


- nick





Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-26 Thread Ken Williams

[EMAIL PROTECTED] (Michael Schout) wrote:
>On Tue, Apr 25, 2000 at 11:55:26AM -0700, Doug MacEachern wrote:
>> On Sat, 22 Apr 2000, Michael Schout wrote:
>>  
>> > I dont know what else I would name it.  It is extremely similar to the
>> > TicketAccess system in the eagle book, with a lot of extra features added
>> > in.
>> 
>> please come up with a different name, it's way too confusing for two
>> different modules to have the same name.
>
>Okay.  I guess I am at a loss as to what this module should be named
>then.  It is heaily based on the TicketAccess system in the modperl
>book.  It is a ticket based authentication system.
>
>Maybe Apache::AuthTicket?

That sounds pretty good to me.  It's a nice choice if you decide to make
it a subclass of Apache::AuthCookie too.


  ------
  Ken Williams Last Bastion of Euclidity
  [EMAIL PROTECTED]The Math Forum





Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-26 Thread Michael Schout

On Tue, Apr 25, 2000 at 11:55:26AM -0700, Doug MacEachern wrote:
> On Sat, 22 Apr 2000, Michael Schout wrote:
>  
> > I dont know what else I would name it.  It is extremely similar to the
> > TicketAccess system in the eagle book, with a lot of extra features added
> > in.
> 
> please come up with a different name, it's way too confusing for two
> different modules to have the same name.

Okay.  I guess I am at a loss as to what this module should be named then.  It
is heaily based on the TicketAccess system in the modperl book.  It is a ticket
based authentication system.

Maybe Apache::AuthTicket?

Does anyone have any suggestions?

Mike



Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-25 Thread Doug MacEachern

On Sat, 22 Apr 2000, Michael Schout wrote:
 
> Does this entry in the apache-modlist exist anywhere?  I looked for it on CPAN,
> but I cant even find MPB's directory on CPAN.  If the module is no longer in
> existance, then maybe my module can replace it?

www.modperl.com (which is down at the moment) and it still exists in the
book of course :)  the examples tarball should probably be on cpan too.
 
> I dont know what else I would name it.  It is extremely similar to the
> TicketAccess system in the eagle book, with a lot of extra features added in.

please come up with a different name, it's way too confusing for two
different modules to have the same name.




Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-22 Thread Michael Schout

On Thu, Apr 20, 2000 at 02:16:09PM -0700, Doug MacEachern wrote:
> On Tue, 18 Apr 2000, Michael J Schout wrote:
> 
> > Apache-TicketAccess-0.10.tar.gz
> 
> cool, but, there's already a module named Apache::TicketAccess, listed in
> the apache-modlist.html:
> 
> TicketAccess  bdpOTicket based access/authentication  MPB

Does this entry in the apache-modlist exist anywhere?  I looked for it on CPAN,
but I cant even find MPB's directory on CPAN.  If the module is no longer in
existance, then maybe my module can replace it?

I dont know what else I would name it.  It is extremely similar to the
TicketAccess system in the eagle book, with a lot of extra features added in.

Mike



Re: ANNOUNCE: Apache-TicketAccess 0.10

2000-04-20 Thread Doug MacEachern

On Tue, 18 Apr 2000, Michael J Schout wrote:

> Apache-TicketAccess-0.10.tar.gz

cool, but, there's already a module named Apache::TicketAccess, listed in
the apache-modlist.html:

TicketAccessbdpOTicket based access/authentication  MPB

if it's something different than the example in the eagle book, please
rename it to avoid confusion.