Skip to Content
Menu
This question has been flagged
1 Odpoveď
6261 Zobrazenia

I'm using Docker to install Odoo on my Linux Centos server.  I need to use LDAP so I downloaded the Authentication via LDAP and saved the addon on my server in the directory  /mnt/extra-addons/auth_ldap.   When I started the Odoo container in Docker I pointed a Docker volume at the addon directory.  Below is the command I used.

docker run -v /path/to/addons:/mnt/extra-addons/auth_ldap -p 8069:8069 --name odoo 
--link db:db -t odoo

The instructions Say  "After installing this module, you need to configure the LDAP parameters in the Configuration tab of the Company details".  But I can't find the LDAP settings in the company configuration tab.

Where is the configuration tab or I'm I missing something else? 


Avatar
Zrušiť
Autor Best Answer

Docker does include the addon module in the extra-addon directory, but the addon must be installed before its possible to configure the LDAP settings. In version 9 of Odoo it is difficult install, because filters on the App page hide many included addons from appearing in the list of modules. The following are the instructions for install the auth_ldap addon for Odoo Version 9.

-Click on Administrator / About/ Activate the developer mode

-Click Ok

-Go to Apps / Update Apps List / Update

-Afterward update finished then click on the x next to Apps in the search box.

-Type 'auth' then click enter

-Click on install in Authentication via LDAP

-After install finishes click Setting/ General Settings/ Configure your company data/ Configuration / Edit

-Then add LDAP parameters.

Avatar
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
sep 23
7249
1
sep 22
2767
1
jún 22
8094
0
feb 22
3364
0
jan 21
2481