RE: Property hook for LdapAttributeTransformer in Liferay DXP

thumbnail
Shahbaz Khan, modified 7 Years ago. Junior Member Posts: 40 Join Date: 11/18/14 Recent Posts
Hi

I need to create a property hook to override LDAP Attribute transformer .In liferay 6.2 it was much easy. But in liferay DXP i could not find anything to create property hook.

Can you please help me out to create property hook in liferay DXP to override ldap.attrs.transformer.impl property
thumbnail
David H Nebinger, modified 7 Years ago. Liferay Legend Posts: 14933 Join Date: 9/2/06 Recent Posts
Property hooks are dead, the portal-ext.properties is not used to configure what it used to.

Instead you would create a .config (or .cfg) file and drop into the osgi/configs directory with the appropriate name and contents.
thumbnail
Shahbaz Khan, modified 7 Years ago. Junior Member Posts: 40 Join Date: 11/18/14 Recent Posts

Hi David,

Is there any document mentioned in liferay that for which property i need to add which config file.