Configure Odoo to use Zentyal LDAP

upload

Configure Odoo to use Zentyal LDAP

This document assumes you already have a working copy of Odoo and Zentyal.  The software used to write this blog is Odoo 8.0 and Zentyal 4.0.2

 

 

 

Configure Zentyal

Zentyal should be installed with LDAP functionality (Users and Computers)

  • Login to Zentyal
  • From the Dashboard Select Users and Computers -> Manage1
  • From the Users and Computers screen select the 1: Users option,  2:  Add New2
  • From the Add new popup add a user.  This user will be used to connect to the Zentyal LDAP to search for valid users.  Fill in User name, First name, Last name, Password fields.  Add user to Domain Admins group.  Then click ADD.3
  • Add another user, this time from the Add new popup add a user.  This user will be used as a test the setup.  Fill in User name, First name, Last name, Password fields.  Add user to Domain Admins group.  Then click ADD.4
  • The two users created should be visible in the Users and Computers screen.5
  • From the Users and Computers menu, select LDAP Settings, and note the Base DN6

This is all that is needed for the Zentyal configuration.

Configure Odoo

Odoo should be at least configured, and basic modules installed.

  • Log into Odoo as an Administrator
  • From the Odoo homepage, select the Settings menu item.7
  • Clear the filter in the searchbox, and perform a search for LDAP8
  • Install the module.
  • When complete, on the Settings page select Users from the side menu.9
  • Create a new user.  This user will be used as a template for new users, created by LDAP users logging into Odoo.
  • Add the required details, including base permissions that will be common to all users and Save.10
  • When complete, on the Settings page select Companies from the side menu.11
  • From the list of companies, select the company, in this case Target Integration, select the configuration tab and select Edit.12
  • After selecting Edit, click Add and item in the LDAP Parameters section.13
  • On the Create: LDAP Parameters add the following:
    • LDAP Server Address (Hostname or IP)
    • LDAP Server Port (389)
    • LDAP binddn – The user that was set up in Zentyal to connect to the LDAP to search for valid users.  

      The value will be in the form of:  username@domain

      For example: if the created user is odoo and the base DN is DC=zentyal-domain,DC=lan, then the binddn value would be odoo@zentyal-domain.lan
    • LDAP Password – Password for LDAP binddn user
    • LDAP base – The value from the LDAP setting screen in Zentyal
    • LDAP filter – sAMAccountName=%s
    • Template User – Select the user_template created above
    • The other settings can be left alone.14
  • Click Save & Close, then click Save on the Companies Screen.
  • The entry should be visible under LDAP Parameters15
  • Test the entry by logging out of the Administrator user, and performing a login using the test user set up in the LDAP.  This user currently does not exist in Odoo.
  • After logging as the test user the permissions should be equivalent to those set in user_template.16
  • Logging back into the Administrator user, the newly created user can be seen in Users on the Setting Page.  This user has been allowed access by the lookup done to the LDAP.17

Short URL: http://j.mp/1emZAQ4
Quick Response (QR) Code: