Re: [Zope-dev] Preliminary test of Membership on CVS

2000-12-19 Thread Bill Anderson

Michael Bernstein wrote:
> 
> Bill Anderson wrote:
> >
> > On a related note, I am considering changing the python methods to
> > Python Scripts, this way when 2.3 comes out, it drops the number of
> > additional installs required by one, leaving Loginmanager and ZPatterns
> > the only (current) requirements. Python Scripts eem much better to use
> > than Python Methods anyway ;)
> >
> > Any thoughts on that from the community?
> 
> Bill,
> 
> The move to Python Scripts sounds like a good one.

Thanks, I think it is  agood one. I wonder if Python Scripts will be
officially 'supported', or at least an install documented for 2.2.x?
Relying on Python Scripts makes it 2.3 dependant, otherwise.

> BTW, Can you fold in my local roles changes, and create an

Could you resend that to me?

> additional Type of User Source for use with SMB? I'll
> contribute the code that I've got.

Probably won't do another Usersource for the nearing-release 1.0
version, but if you have one, I may put it in 1.x, and can provide it as
a file to DL from the site.

I'm working right now on policy objects, zopehelp Documantation, and
code cleanup. I was going to do PTK Integration, but don't have the time
to recreate the work others didn't share. ;)


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




Re: [Zope-dev] Preliminary test of Membership on CVS

2000-12-18 Thread Michael Bernstein

Bill Anderson wrote:
> 
> On a related note, I am considering changing the python methods to
> Python Scripts, this way when 2.3 comes out, it drops the number of
> additional installs required by one, leaving Loginmanager and ZPatterns
> the only (current) requirements. Python Scripts eem much better to use
> than Python Methods anyway ;)
> 
> Any thoughts on that from the community?

Bill,

The move to Python Scripts sounds like a good one.

BTW, Can you fold in my local roles changes, and create an
additional Type of User Source for use with SMB? I'll
contribute the code that I've got.

Michael Bernstein.

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )




[Zope-dev] Preliminary test of Membership on CVS

2000-12-14 Thread Bill Anderson

Just thought I'd give a quick notice regarding Membership.

I am trying it out on 2.3 (getting in early :). So far, the only problem
lies in LoginManager.

With LoginManager, the problem is that it tries to import "Super". in
2.3, Super is gone. It seems to be replaced by UnrestrictedUser. By
doing a search and replace on these (there are two instances of it,
IIRC), it works fine, almost.

It seems that Loginmanager looks for an access file. With the new user
system in 2.3, there may not be an access file. I just ran the
zpasswd.py file to create the Emergency user, and all went fine.


On a related note, I am considering changing the python methods to
Python Scripts, this way when 2.3 comes out, it drops the number of
additional installs required by one, leaving Loginmanager and ZPatterns
the only (current) requirements. Python Scripts eem much better to use
than Python Methods anyway ;)

Any thoughts on that from the community?


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )