Changes between Version 2 and Version 3 of Documentation/Community/HowTo/ActiveDirectorySync

Show
Ignore:
Timestamp:
10/15/09 03:30:41 (4 years ago)
Author:
jacalvo@… (IP: 87.220.225.112)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Community/HowTo/ActiveDirectorySync

    v2 v3  
    11= Synchronizing eBox with a Windows Active Directory Domain Controller = 
    22 
    3 * Download and execute the FIXME_URL/ebox-adsync-installer.exe on your Windows Server. 
     3This guide assumes that you already have a working Windows Domain Controller. At the moment this has been confirmed to be working only under Windows 2003. We will try to have also support for Windows 2000 and 2008 in the future. 
    44 
    5 * Go to '''Administrative Tools --> Domain Security Policy''' and enable the complexity requirements for passwords as you can see in the image: 
     5== Setup of the Windows Server == 
     6 * Download and execute the FIXME_URL/ebox-adsync-installer.exe on your Windows Server. 
     7 * During the installation the configuration tool will be launched automatically, you can enter the data at this moment: 
     8   * At the '''eBox slave host''' field you have to enter the IP address of your eBox machine. 
     9   * As '''secret key''' you can choose any password as long as it has '''16 characters'''. You will need to enter the same pass in the eBox machine as it is explained later. 
     10   * FIXME: Screenshot of the configuration. 
     11 * Go to '''Administrative Tools --> Domain Security Policy''' and enable the complexity requirements for passwords as you can see in the image: 
    612 
    713[[Image(pwd-policy-screenshot.png)]] 
    814 
    9 * Add a user called ebox-adsync (or any other name of your choice) and set a password for it. 
     15 * Add a user called ebox-adsync (or any other name of your choice) and set a password for it. 
     16 * Give the recently created user the proper permissions to read the Active Directory information (FIXME). 
     17 * Restart your Windows Server as was said by the installer. 
    1018 
    11 * Give the recently created user the proper permissions to read the Active Directory information (FIXME). 
    12  
    13 * Restart your Windows Server as was said by the installer. 
     19== Setup of the eBox slave == 
     20 * Go to '''Users --> Mode''' and fill the following data: 
     21   * '''Master host''': IP address of your Windows Server. 
     22   * '''LDAP password''': The password of the ebox-adsync user you created before. 
     23   * '''AD user''': This will be ebox-adsync unless you specified a different one. 
     24   * '''Listen port''': You can leave the default one or change it to another. 
     25   * '''AD Secret Key''': The 16 characters key that you entered during the installation on Windows. 
     26 * Enable the '''Users and Groups''' module in '''Module Status'''. 
     27 * Save changes.