Hi
I am a Java programmer and have written Java programs to query values from the LDAP (tivoli). I now want to update several users email addresses in the LDAP.
I know I can write a program to do this, but my question is, what might I break internal to the LDAP for Lawson's schema, if I update the email values outside of the RM tool?
Thanks in advance for your time
Dean-O
I've done this before. I would try to update one or two emails first and check those. You can export the correct DN of where the emails are stored, in an ldif file, change the email address and then reimport back in. Your JXplorer tool is a great tool for doing this. You may have to stop/restart lase after you update the emails to see the new emails in RM.
-Rog