| From | Sent On | Attachments |
|---|---|---|
| Robert Dale | Sep 2, 2009 9:43 am | |
| Ludovic Poitou | Sep 2, 2009 9:56 am | |
| Robert Dale | Sep 2, 2009 10:04 am |
| Subject: | Re: [OpenDS-users] How to get attribute updates? | |
|---|---|---|
| From: | Ludovic Poitou (Ludo...@Sun.COM) | |
| Date: | Sep 2, 2009 9:56:23 am | |
| List: | net.java.dev.opends.users | |
Robert,
You can use Persistent Searches to retrieve entries that are changing. Or you can search for all entries that have a ModifyTimestamp more recent than a specific date.
With the coming OpenDS 2.1 builds and 2.2 release, changes can also be made available under a cn=changelog naming context.
But for the user password, as it gets stored in a secure way in the server, there is no way to retrieve the cleartext value to sync it with another system. At least not right now. You're alternate solution is to write a custom plugin to capture password changes.
I hope this helps.
Regards,
Ludovic.
On Sep 2, 2009, at 6:44 PM, Robert Dale wrote:
How can I find out when an attribute is updated? Or can I poll for some attribute timestamp?
For example, when a user changes password or user info, I need to trigger some code to retrieve the value and sync it to another system.
Thanks,
-- Robert Dale
--- Ludovic Poitou Sun Microsystems Inc. OpenDS Community Manager Directory Services http://blogs.sun.com/Ludo/ Grenoble Engineering Center - France
Join OpenDS, https://opends.dev.java.net/servlets/ProjectMembershipRequest
Sun Microsystems requires the following notice: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





