On Tue, 2005-03-01 at 18:07 -0600, Brian Fahrlander wrote: > I'm wanting to take credit cards from an FC3 machine. It requires a > PAM module to 'authorize' the card, measure the length of time logged-in > and then charge that card for the connected time. > > I have the flowchart in my head; it's that simple. I just need > someone to help me with the code. > > Money is available for this, as soon as it goes in- any takers? > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list I am really not sure that PAM is the way to do this. I would think it would be a lot easier to just use any of the shopping cart packages out there and a pretty simple session timer. Thomas