Return to doc.sitecore.com

Valid for Sitecore 6.x
Module Updates
Prev

Instructions on downloading and installing module updates.

Upgrade instructions from Active Directory 1.0.3 rev. 111005 to Active Directory 1.0.4 rev. 121120:

To download the full distributive of the Active Directory module 1.0.4 rev. 121120:

To upgrade the module from version 1.0.3 rev. 111005 to version 1.0.4 rev. 121120:

Upgrade Instructions.

  1. Install "Sitecore Active Directory - 1.0.4 rev. 121120 Upgrade.zip".
  2. Click "Yes to all" when you are asked whether you want to override existing files.

Upgrade instructions from Active Directory 1.0.2 rev.090914 to Active Directory 1.0.3 rev. 111005:

To download the full distributive of the Active Directory module 1.0.3 rev. 111005:

To upgrade the module from version 1.0.2 rev.090914 to version 1.0.3 rev. 111005:

Update Instructions:

  1. Install "Sitecore Active Directory - 1.0.3 rev. 111005 Upgrade.zip"
  2. Click "Yes to all" when you are asked whether you want to override existing files.
  3. Make changes to the App_Config\Include\ldap.config file.

Changes in the App_Config\Include\ldap.config:

Add the following nodes to configuration\sitecore:

<pipelines>
     
      <initializeAdUserEntry>
        <!--
        Use the processor if all new user should have a predefiled value in a property.
        The PropertyName parameter defines the name of the property.
        The DefaultValue parameter defines the default value of the property.
        -->
        <!--
        <processor type="LightLDAP.Pipelines.InitializeAdEntry.SetPropertyValue, LightLDAP">
          <PropertyName desc="AD property name ">type the property name here</PropertyName>
          <DefaultValue desc="AD property value ">type the default property value here</DefaultValue>
        </processor>
        -->
        <!--
          Use the processor if all new roles should be a member of the predefined role.
          The RoleName parameter defines the name of the main role.
        -->
        <!--
        <processor type="LightLDAP.Pipelines.InitializeAdEntry.AddToRole, LightLDAP">
          <RoleName desc="AD group">type role name here</RoleName>
        </processor>
        -->
        <processor type="LightLDAP.Pipelines.InitializeAdEntry.CommitChanges, LightLDAP"/>       
      </initializeAdUserEntry>

      <initializeAdRoleEntry>
        <!--
        Use the processor if all new user should have a predefiled value in a property.
        The PropertyName parameter defines the name of the property.
        The DefaultValue parameter defines the default value of the property.
        -->
        <!--
        <processor type="LightLDAP.Pipelines.InitializeAdEntry.SetPropertyValue, LightLDAP">
          <PropertyName desc="AD property name ">type the property name here</PropertyName>
          <DefaultValue desc="AD property name ">type the default property value here</DefaultValue>
        </processor>
        -->
        <!--
          Use the processor if all new roles should be a member of the predefined role.
          The RoleName parameter defines the name of the main role.
        -->
        <!--
        <processor type="LightLDAP.Pipelines.InitializeAdEntry.AddToRole, LightLDAP">
          <RoleName desc="AD group">type role name here</RoleName>
        </processor>
        -->
        <processor type="LightLDAP.Pipelines.InitializeAdEntry.CommitChanges, LightLDAP"/>
      </initializeAdRoleEntry>

    </pipelines>

Active Directory 1.0.2 rev.090914 module update.

To download the full distributive of the Active Directory module 1.0.2 rev. 090914:

To download the update package of the Active Directory module 1.0.2 rev. 090914:

To update an existing Active Directory installation from any version to the current one, follow these instructions:

Active Directory 1.0.1 rev.090302 module update.

Download Active Directory 1.0.1 rev.090302 update package.

To update an existing Active Directory installation from any version to the current one, follow these instructions:

Active Directory 1.0.0 rev.080903 module update.

Download Active Directory 1.0.0 rev.080903 update package.

To update an existing Active Directory 1.0.0 installation, follow these instructions:   


Prev