Liferay LDAP mappings -


i encountering problem not able map ldap attributes lr user attributes, not available in control panel (for example "comments").

for example, if map ldap attribute 'department' lr user model attribute jobtitle, works:

ldap.user.mappings=jobtitle=department 

now if want read same attribute field not configurable through cms does not work (meaning value never assigned):

ldap.user.mappings=comments=department 

i have tried custom mappings does not work. created custom attribute name userdepartment user object. , corresponding mapping in portal-ext.properties:

ldap.user.custom.mappings=userdepartment=department 

so in nutshell - able map field coming ldap lr user attributes shown in control panel (screenname, firstname, lastname, password, jobtitle, mail etc) not other lr user attributes (comments, custom attributes).

sidenote: problem not related portal-ext.properties not being read (updated). in every test scenario previous ldap settings have been deleted read portal-ext.properties again. fact properties correct has been verified portalpreferences table.

liferay version 6.2.10 ee


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -