09-04-2017 07:59 AM
Hi,
I can use LDAP authentication with success. Everything is OK.
But I would like to store the bind password in NUXEO.CONF instead of XML extension point.
Is this possible ?
I tried to use ${Runtime.getProperty('nuxeo.conf.param')} without success like this
<extension target="org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory" point="servers">
<server name="default">
<ldapUrl>ldap://ldap1:3268</ldapUrl>
<ldapUrl>ldap://ldap2:3268</ldapUrl>
<bindDn>${Runtime.getProperty('nuxeo.ldap.binddn')}</bindDn>
<bindPassword>${Runtime.getProperty('nuxeo.ldap.bindpassword')}</bindPassword>
</server>
</extension>
Regards.
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.