Updating values in LDAP
Hi all,
I am using IDM with Sun directory server as a LDAP resource.
After creating user in IDM. User will login to "http://localhost:8080/idm/user" login option. In user's login, user will modify his inormation like entitlements :printer,scanner,internet etc. After click on save button, all information should be save in IDM as well as LDAP resource and changes should be reflected in next form.
I don't now where and how can i change inorder to update changes in LDAP
Please help
Thanks in advance.
# 1
If you use a standard EditUser form on the end user side, then it will run the standard Update workflow when they click Save. If your attributes are mapped into your LDAP server, and flagged as global, then if you update the account attributes, they should get updated in LDAP. You can do various things to try and ensure that that occurs. One would be to reference the global variable instead of the Lighthouse account variable. So reference user.global.entitlements instead of user.accounts[Lighthouse].entitlements. Or, reference the LDAP attribute explicitly. Like user.accounts[LDAP].entitlements.
Hope that helps.
Good luck :)