<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.web.zope.plone.enterprise">
    <title>gmane.comp.web.zope.plone.enterprise</title>
    <link>http://blog.gmane.org/gmane.comp.web.zope.plone.enterprise</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/113"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/109"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/103"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/99"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/97"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/96"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/95"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/94"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/88"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/86"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/79"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/113">
    <title>[Enterprise Plone] Commercial support for Chameleon 2</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/113</link>
    <description>&lt;pre&gt;Chameleon is ready for beta testing.

It's running in production on my own web site and seems to work
flawlessly on a vanilla 4.1b1 deployment. I'm also using it with
z3c.jbot.

I have been encouraged to provide commercial support for the package
and have decided to offer it as a relative bargain, in the hope that
many enterprise organizations will want to chip in:

   http://www.maltheborch.com/news/get-a-support-plan-for-chameleon

For other kinds of support, please get in touch.

Thanks for your consideration.

\malthe
&lt;/pre&gt;</description>
    <dc:creator>Malthe Borch</dc:creator>
    <dc:date>2011-03-26T17:52:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/109">
    <title>[Enterprise Plone] TACACS Support</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/109</link>
    <description>&lt;pre&gt;
Is there any method/plugin that can be employed to use TACACS for
authentication?
&lt;/pre&gt;</description>
    <dc:creator>madsc13ntist</dc:creator>
    <dc:date>2010-07-12T13:30:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/103">
    <title>[Enterprise Plone] Active Directory Auth not working, but query OK</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/103</link>
    <description>&lt;pre&gt;
All, I'm integrating my Plone installation as our Worldwide Corporate
Intranet.

In installed the Active Directory Multi plugin using the tutorial
(http://plone.org/documentation/kb/authenticating-with-active-directory). 
LDAP python support is working.

I configured Active Directory Multi plugin, and it queries the groups and
users perfectly.  I can query against sAMAccountName or CN, or groups.

But, when authenticating, nothing happens (login failed).  I did a packet
trace on my domain controller..... and nothing happens when I try to
authenticate.  (but, what *IS* wierd, is that I see packet data to the DC
when I log in as the local plone admin.  I do not have an account named
'admin' in Active Directory).

I verified that my Active Directory plugin is at the top of the "Active
Authentication" plugins list and the "authentication" plugin is active.

What am I doing wrong?  I've tried to enable DEBUG logging at the zope
client level, but it doesn't show anything.  Just commits stuff.

Can anyone guide me to taking the next steps for troubleshooting?  Ive tried
so many different AD tutorials, but I just can't seem to get this to work. 
It's an AD 2003 environment, but I don't think that matters.

I really appreciate it.  Thank you in advance!
--Aaron Paxson


&lt;/pre&gt;</description>
    <dc:creator>Aaron Paxson</dc:creator>
    <dc:date>2010-07-04T03:32:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/99">
    <title>[Enterprise Plone] multisite plone with asynchronous datareplication</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/99</link>
    <description>&lt;pre&gt;
I have 3 sites with non permanent private WAN link. On each site, I will
install a plone's server for internal CMS services. So, in each site, users
have normal write access locally.
Every night I want to schedule a replication between all 3 plone's server to
synchronize all data. It's very similar as Lotus Domino replication task.
Solution as ZRS not permit this function, and I do not found any information
in the web for Plone !

Question 1) 
How can I synchronize all data between sites each night ?

Question 2)
If a data object will be modify at the same time in two sites on the same
day, how can I manage the modify conflict?

Thanks for your help.

&lt;/pre&gt;</description>
    <dc:creator>fredFR</dc:creator>
    <dc:date>2010-05-12T11:22:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/97">
    <title>[Enterprise Plone] Apache vs. Nginx</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/97</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Nate Aune</dc:creator>
    <dc:date>2009-12-19T23:54:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/96">
    <title>[Enterprise Plone] New wiki about Plone scaling and performance</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/96</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Nate Aune</dc:creator>
    <dc:date>2009-12-19T18:54:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/95">
    <title>[Enterprise Plone] New wiki about Plone scaling and performance</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/95</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Nate Aune</dc:creator>
    <dc:date>2009-12-19T18:49:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/94">
    <title>[Enterprise Plone] hardening Plone - a military-strength CMS</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/94</link>
    <description>&lt;pre&gt;for those of you who weren't at the plone conference, there was a talk
by Kees Hink and Kim Chee Leong about hardening Plone.

This document describes how to secure your Plone site. It is based on
a use case of a high-security project, that has been audited by Ernst
&amp;amp; Young, and Pine Digital Security. Both companies have approved the
Plone site and underlying infrastructure. The implementation was
granted a certificate from certifiedsecure.eu
http://plone.org/documentation/how-to/securing-plone/

here are the slides from their presentation.
http://www.slideshare.net/khink/hardening-plone-a-militarystrength-cms

the video is also probably available on uStream.tv

also for the german readers:
http://software-marketing.info/cms-sicherheitslucken-plone-top-joomla-flop

nate

&lt;/pre&gt;</description>
    <dc:creator>Nate Aune</dc:creator>
    <dc:date>2009-11-25T21:13:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/88">
    <title>[Enterprise Plone] ANN: training course on Best Practices forDeploying and Optimizing Plone Sites</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/88</link>
    <description>&lt;pre&gt;I'm excited to announce a new class that I'll be teaching at the
upcoming Plone Conference. The class is designed to provide hands-on
instruction for deploying and optimizing Plone sites. Based on our
years of experience with Plone, this class will help you to implement
best practices for code management, release management, performance
tuning and disaster recovery.

There are still seats left, but you should register now to guarantee a spot!

What: Best Practices for Deploying and Optimizing Plone Sites
Where: Budapest, Hungary
When: October 26-27, 2009
Cost: $300 USD for 2 full days of training
Registration: http://plonedeployment-lists.eventbrite.com

Topics include buildout, setting up egg servers, backup procedures,
caching and load balancing, automation using Fabric, and load testing
using FunkLoad.
Read the full course description at
http://www.jazkarta.com/services/training/budapest

Not going to make it to Budapest? We will be offering the same class
at these additional locations right after the Plone conference
sprints:

Nov. 4-5: Naples, Italy (Instructor: Sally Kleinfeldt)
http://jazkarta.com/services/training/budapest/naples-deployment-training
Nov. 9-10: Barcelona, Spain (Instructor: Nate Aune) registration page
coming soon
Nov. 12-13: London, England (Instructor: Nate Aune) registration page
coming soon

If you'd like me to teach this class in your city, please let me know
by filling out this interest form - and thanks!
http://jazkarta.com/services/training/interest-form/

Hope to see you in Budapest!

Nate

--
Nate Aune - natea-cNZgzcB+5vhWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org
http://www.jazkarta.com
http://card.ly/natea
+1 (617) 517-4953

** Learn best practices for deploying your Plone sites at our upcoming
Plone Deployment Training in Budapest **
http://plonedeployment-natesig.eventbrite.com

&lt;/pre&gt;</description>
    <dc:creator>Nate Aune</dc:creator>
    <dc:date>2009-10-05T19:30:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/86">
    <title>[Enterprise Plone] LDAP groups issue</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/86</link>
    <description>&lt;pre&gt;Hi all,

as my first post,

I do follow the steps to integrate Plone and AD. Everything works
well, authentication and so on, but when I try to give permissions to
a folder to an AD group, no group is found in the searchbox (that
searchbox in folder/share). Users are found. In the groups tab, all
groups are listed correctly!

The groups are the but I cannot use them.

Anybody know how can I give permissions to AD groups or what's going on?

&lt;/pre&gt;</description>
    <dc:creator>Sidney Doria</dc:creator>
    <dc:date>2009-09-25T07:03:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/79">
    <title>[Enterprise Plone] Plone Deployments and Performances</title>
    <link>http://comments.gmane.org/gmane.comp.web.zope.plone.enterprise/79</link>
    <description>&lt;pre&gt;Hi all,

this topic is in between technical needs and marketing material.
We have finally published the first slides on Plone deployments, in  
fact nothing really new but at least something that can be re-arranged  
and presented to some potential customers. Only two case studies with  
few data are there, althought we have gathered much more data and  
worked quite a lot in performances&amp;amp;deployments.

The slides:
http://www.slideshare.net/francescociriaci/plone-deployment-wpd2009

are not presenting an analysis of the performances, they are on  
deployment only.
I'd like to work something out to "prove" that Plone can deliver not  
only very powerful intranets and portals but also fast ones.

Anyway, many thanks to:
* Eric Brankaert - WFP
* Darryl Dixon - Winterhouse Consulting Ltd
* Kelly Craig - Earth Observing Laboratory | DIR

for the hints and the data.

More data and case studies:
In Reflab we are putting together data of important projects we  
deployed or are deploying this year: two intranets and a portal.
Number of users, requests, page views and the corresponding hardware  
resources deployed.
I'd like to ask in particular to Nate, Geir and Matt if they can share  
similar data on the enterprise projects I know they have been working  
on.

Thanks,
Francesco.

--
Francesco Ciriaci
Managing Director, Web Architect
Reflab - design, development and consulting
phone +39 050 754193 - mobile +39 333 4284675
skype: fciriaci - http://twitter.com/fciriaci






&lt;/pre&gt;</description>
    <dc:creator>Francesco Ciriaci</dc:creator>
    <dc:date>2009-09-08T18:55:06</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.enterprise">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.web.zope.plone.enterprise</link>
  </textinput>
</rdf:RDF>

