Re: [Zope3-Users] Zope 3 PAM or /etc/passwd authentication?

2007-01-24 Thread FB
Hi,

On Tue, Jan 23, 2007 at 03:28:09PM -0400, Alec Munro wrote:
 Hi List,
 
 I'm wondering if anyone knows of a way to integrate Zope with
 /etc/passwd? PAM was suggested, but I don't know too much about that.
 I suppose I could probably write my own, but I would prefer to avoid
 that if possible.
 
 Anyone have any experience with this? It seems like it's probably a
 fairly common requirement.

I had to integrate our local NIS domain into Zope3. So I wrote a PAU-Plugin
which receives passwd-style data via XMLRPC (client-script is included).

I don't know, how useful this is for your site, because this plugin is
rather tightly integrated into my own project (MpgSite).

SVN-Url: mpgsite: https://svnserv.cbs.mpg.de/svn/edv/EDV/mpgsite
  
The package name is 'mpgsite.users', the file you're probaly looking for
is 'mpgsite/users/passwd.py' . Each PasswdPrincipalInfo object contains
one line of the passwd.

Regards,

Frank
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Zope 3 PAM or /etc/passwd authentication?

2007-01-23 Thread Alec Munro

Hi List,

I'm wondering if anyone knows of a way to integrate Zope with
/etc/passwd? PAM was suggested, but I don't know too much about that.
I suppose I could probably write my own, but I would prefer to avoid
that if possible.

Anyone have any experience with this? It seems like it's probably a
fairly common requirement.

Thanks,

Alec
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


Re: [Zope3-Users] Zope 3 PAM or /etc/passwd authentication?

2007-01-23 Thread David Johnson
I would love this as well.  I've written authentication stuff in Zope  
3 (both Philips and Stephans books are outdated here), but I've never  
worked with PAM and python. I would be glad to provide my half to  
anyone good with Python.  Seems it should be pretty simple if you  
know PAM (which I don't).




On Jan 23, 2007, at 8:28 PM, Alec Munro wrote:


Hi List,

I'm wondering if anyone knows of a way to integrate Zope with
/etc/passwd? PAM was suggested, but I don't know too much about that.
I suppose I could probably write my own, but I would prefer to avoid
that if possible.

Anyone have any experience with this? It seems like it's probably a
fairly common requirement.

Thanks,

Alec
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users



___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users