Rename person in domino

Hi all,

according to the ibm site (Rename Domino Person Process http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.help.domino.admin.doc%2FDOC%2FH_Rename_person_administration_requests.html) the process of renaming Domino persons (Notes users) must have a validation step.

This validation step is by default a simple connection to server when the rename request is still valid.

What i am looking for is a way to bypass this validation step.

Any help will be greatly appreciated

Subject: Simple as long as you don’t need their ID file updated

It is simple but not well documented. Before you rename the person remove the public key from thier person document. This will cause a different dialog to appear for the rename and a different adminp request to be posted. I assume that this is a web user that you want to rename.

hth,

Rob

Subject: Re: Rename person in domino

Hi Robert,

Thx for your reply.

I already tried your solution and it works fine.

But I was hoping that with ID vault or a notes.ini entry this mecanism can be avoided without “tricks” !

If i can find some thing i will post it.