<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.clearfoundation.com/docs/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.clearfoundation.com/docs/feed.php">
        <title>Documentation developer:features:central_management</title>
        <description></description>
        <link>http://www.clearfoundation.com/docs/</link>
        <image rdf:resource="http://www.clearfoundation.com/docs/lib/images/favicon.ico" />
       <dc:date>2010-09-10T05:41:29-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.clearfoundation.com/docs/developer/features/central_management/data_replication_service?rev=1276189904&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.clearfoundation.com/docs/developer/features/central_management/dloper_to_pbaldwin_jterpstra_dsokoloski_30_dec_2009?rev=1276190345&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.clearfoundation.com/docs/developer/features/central_management/ldap_replication_framework?rev=1276550277&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.clearfoundation.com/docs/developer/features/central_management/openldap_replication_settings?rev=1276550536&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.clearfoundation.com/docs/developer/features/central_management/pbaldwin_to_dloper_15_oct_2009?rev=1276190304&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.clearfoundation.com/docs/developer/features/central_management/start?rev=1276556371&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.clearfoundation.com/docs/lib/images/favicon.ico">
        <title>Documentation</title>
        <link>http://www.clearfoundation.com/docs/</link>
        <url>http://www.clearfoundation.com/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.clearfoundation.com/docs/developer/features/central_management/data_replication_service?rev=1276189904&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-10T13:11:44-04:00</dc:date>
        <title>developer:features:central_management:data_replication_service</title>
        <link>http://www.clearfoundation.com/docs/developer/features/central_management/data_replication_service?rev=1276189904&amp;do=diff</link>
        <description>The Goal


Replication will be essential to a valid CIFS/Samba implementation. We will need to replicate several things including the login scripts between servers. Since we have to do this anyway we have the opportunity to make extended methods for syncing other types of data between servers. This includes user private keys for OpenVPN, profile data, file services data, and other such data.</description>
    </item>
    <item rdf:about="http://www.clearfoundation.com/docs/developer/features/central_management/dloper_to_pbaldwin_jterpstra_dsokoloski_30_dec_2009?rev=1276190345&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-10T13:19:05-04:00</dc:date>
        <title>developer:features:central_management:dloper_to_pbaldwin_jterpstra_dsokoloski_30_dec_2009</title>
        <link>http://www.clearfoundation.com/docs/developer/features/central_management/dloper_to_pbaldwin_jterpstra_dsokoloski_30_dec_2009?rev=1276190345&amp;do=diff</link>
        <description>Here is the diff between a stock slapd.conf on a ClearOS server and my hacked version which allows replication and webconfig access on a replicate server:

[root@system openldap]# diff slapd.conf slapd.conf~
36c36
&lt; #moduleload syncprov.la
---
&gt; moduleload syncprov.la
55,57c55,57
&lt; #overlay syncprov
&lt; #syncprov-nopresent TRUE
&lt; #syncprov-reloadhint TRUE
---
&gt; overlay syncprov
&gt; syncprov-nopresent TRUE
&gt; syncprov-reloadhint TRUE
96,113d95
&lt; # syncrepl consumer
&lt; syncrepl  rid=123
&lt;         provid…</description>
    </item>
    <item rdf:about="http://www.clearfoundation.com/docs/developer/features/central_management/ldap_replication_framework?rev=1276550277&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-14T17:17:57-04:00</dc:date>
        <title>developer:features:central_management:ldap_replication_framework</title>
        <link>http://www.clearfoundation.com/docs/developer/features/central_management/ldap_replication_framework?rev=1276550277&amp;do=diff</link>
        <description>Overview

One of the core building blocks in the Central Management architecture is LDAP replication.  The OpenLDAP software in ClearOS already provides the necessary bits for LDAP replication, so we are already half way there.

here

In order to provide a robust Central Management solution, we need to go one step further and design a framework to handle:</description>
    </item>
    <item rdf:about="http://www.clearfoundation.com/docs/developer/features/central_management/openldap_replication_settings?rev=1276550536&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-14T17:22:16-04:00</dc:date>
        <title>developer:features:central_management:openldap_replication_settings</title>
        <link>http://www.clearfoundation.com/docs/developer/features/central_management/openldap_replication_settings?rev=1276550536&amp;do=diff</link>
        <description>Overview

OpenLDAP replication is one of the building blocks of Central Management and LDAP Replication Framework.  This document outlines details specific to OpenLDAP and its configuration. 

Code



The following are code exchanges and correspondance relating to this development that has taken place thus far. Remember, this is only for testing purposes and is not meant for production:</description>
    </item>
    <item rdf:about="http://www.clearfoundation.com/docs/developer/features/central_management/pbaldwin_to_dloper_15_oct_2009?rev=1276190304&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-10T13:18:24-04:00</dc:date>
        <title>developer:features:central_management:pbaldwin_to_dloper_15_oct_2009</title>
        <link>http://www.clearfoundation.com/docs/developer/features/central_management/pbaldwin_to_dloper_15_oct_2009?rev=1276190304&amp;do=diff</link>
        <description>Subject: Catch up
Date: Thu, 15 Oct 2009 10:29:18 -0400
From: Peter Baldwin &lt;pbaldwin@clearcenter.com&gt;
To: David Loper &lt;dloper@clearcenter.com&gt;

Hi David,

I'm much more available today.  I noticed a Google doc notification a
few days ago with a small bug list.  I knocked off a couple of the
issues.  Could you elaborate on the winadmin issue?</description>
    </item>
    <item rdf:about="http://www.clearfoundation.com/docs/developer/features/central_management/start?rev=1276556371&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-14T18:59:31-04:00</dc:date>
        <title>developer:features:central_management:start</title>
        <link>http://www.clearfoundation.com/docs/developer/features/central_management/start?rev=1276556371&amp;do=diff</link>
        <description>Under Development

All of the information in this section and these sub-sections is subject to change and represents open development.  Please feel free post feedback in the ClearOS Development Forum.

What is Central Management?

The easiest way to describe central management is to walk through a real world scenario.  Let's say you are the network manager for the following organization:</description>
    </item>
</rdf:RDF>
