Previously Ermanno Gnan wrote: > Hi, I'm writing my first PAS plugin for Plone. I'm a little bit in > trouble because I don't find a very simple tutorial from A to Z which > explains me how to create it. > I understood only that I've to create 2 py files: one ontaining > initialize informations and another one with py class which contains > the implementations of interfaces. > > Can somebody explain me better what PAS needs to run my > implementation? I would like that it would be displayed on /acl_users/ > plugins on the section Authentication Plugins.
See the Zope 2 book, which explains what the boilerplate is for Zope 2 content. There are also several example PAS plugins in the collective you can look at (NoGoChallenger is probably the simplest). Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
