Re: [Mailman-Users] password management

2006-10-17 Thread stephen
Alain Williams writes: > * that mailman passwords are locked away in python pickles .. this > makes them difficult to access/maintain through scripts written in > other languages. Not at all. Just write a python script to get the passwords out, then call that script. Inefficient? Of course-

Re: [Mailman-Users] password management

2006-10-17 Thread Brad Knowles
At 8:21 PM +0100 10/17/06, Alain Williams wrote: > * that mailman passwords are locked away in python pickles .. this > makes them difficult to access/maintain through scripts written in > other languages. There's a variety of reasons why passwords are being eliminated from future versions of

Re: [Mailman-Users] password management

2006-10-17 Thread Alain Williams
On Tue, Oct 17, 2006 at 12:55:52PM -0500, Patrick Bogen wrote: > On 10/17/06, Melinda <[EMAIL PROTECTED]> wrote: > > Has anyone come up with a good management for passwords. We are about to > > introduce Mailman to the university and many are concerned about password > > management and generating

Re: [Mailman-Users] password management

2006-10-17 Thread Patrick Bogen
On 10/17/06, Melinda <[EMAIL PROTECTED]> wrote: > Has anyone come up with a good management for passwords. We are about to > introduce Mailman to the university and many are concerned about password > management and generating a lot of helpdesk calls. We currently are running > Listproc on a Sola

[Mailman-Users] password management

2006-10-17 Thread Melinda
Has anyone come up with a good management for passwords. We are about to introduce Mailman to the university and many are concerned about password management and generating a lot of helpdesk calls. We currently are running Listproc on a Solaris. We want to move to Mailman on a RedHat Linux box.