Hi GNU Health Community,
I started looking into enabling LDAP authentication in GNU Health, and ran into some stumbling blocks.
The first is that the Tryton ldap_connection module is only up to version 3.2, and GNU Health 2.8.1 uses Tryton version 3.4
The second is that, on doing some google searches on the topic, I came across this post:
http://thymbra1.rssing.com/chan-7936818/all_p4.html"A new configuration file format is introduced for the server. It is easily extendable to be used by modules. For example, the
ldap_authentication module starts using it in replacement of the removed
ldap_connection."
LDAP Authentication
- The module ldap_connection has been replaced by an entry in the configuration file of trytond.
I tried looking for the new configuration file format for ldap connection and could not find it.