Re: Multi-user Password Manager

2006-04-12 Thread Theo de Raadt
> From: [EMAIL PROTECTED] > > > Should each user have access to his/her own passwords, and > > nothing else? > > > Which user can change which password(s)? > > > > The security model can be something like 'john belongs to pay_group, > > so he can read and maybe write (if group administrator) pas

Re: Multi-user Password Manager

2006-04-12 Thread Donald J. Ankney
It sounds like you want to be using OpenLDAP (http:// www.openldap.org/). Instead of using groups for delegation, use OUs. It's probably not going to be a small project, though. On Apr 12, 2006, at 8:40 AM, Bruno Carnazzi wrote: 2006/4/12, Joachim Schipper <[EMAIL PROTECTED]>: On Wed, Apr

Re: Multi-user Password Manager

2006-04-12 Thread Stuart Henderson
On 2006/04/12 19:40, Bruno Carnazzi wrote: > The security model can be something like 'john belongs to pay_group, > so he can read and maybe write (if group administrator) passwords of > pay_group'. ldap could do this. login_ldap is in ports, you might need to write some easy-to-use CGI scripts fo

Re: Multi-user Password Manager

2006-04-12 Thread Spruell, Darren-Perot
From: [EMAIL PROTECTED] > > Should each user have access to his/her own passwords, and > nothing else? > > Which user can change which password(s)? > > The security model can be something like 'john belongs to pay_group, > so he can read and maybe write (if group administrator) passwords of > pa

Re: Multi-user Password Manager

2006-04-12 Thread Bruno Carnazzi
2006/4/12, Joachim Schipper <[EMAIL PROTECTED]>: > On Wed, Apr 12, 2006 at 05:20:31PM +0400, Bruno Carnazzi wrote: > >Hi misc, > > > > I'm looking for an open-source software solution for a multi-user > > password management. Ideally, it's a webapp running on OpenBSD, > > allowing multiple user

Re: Multi-user Password Manager

2006-04-12 Thread Joachim Schipper
On Wed, Apr 12, 2006 at 05:20:31PM +0400, Bruno Carnazzi wrote: >Hi misc, > > I'm looking for an open-source software solution for a multi-user > password management. Ideally, it's a webapp running on OpenBSD, > allowing multiple user, each can only see a subpart of the password > database (AC

Multi-user Password Manager

2006-04-12 Thread Bruno Carnazzi
Hi misc, I'm looking for an open-source software solution for a multi-user password management. Ideally, it's a webapp running on OpenBSD, allowing multiple user, each can only see a subpart of the password database (ACL or things like that). I've found a lots of such project on sf.net but only