Hi
I am working on a code to automatically rename users and/or change the OU name. In the class NotesAdministrationProcess I see two methods I think I can use for this. Namely, RecertifyUser and RenameNotesUser. My question is:
what is the difference between the recertify method and the RenameNotesUser method ( with another orgunit parameter set)?
In both cases the ou and/or o name will change of the user, but I dont know for sure if that is the case.
If i want to change the users ou with the RenameNotesUser method, will all occurences of the usersname ( ACL, eadersfield , etc.) be updated also by the adminP process?
Kind Regards
Subject: Question about NotesAdministrationProcess class
Yes update ! Always all databases haven a Server the Administration !!
Regards
Subject: RE: Question about NotesAdministrationProcess class
Hi
Thank you. What about my first question. What is the difference between the 2 classes I mention in my first posting?
Regards
Subject: RE: Question about NotesAdministrationProcess class
Recertify method: is for valid ID y Doc. person (example: it expires 06-01-2004 then Recertify for is valid)
RenameNotesUser method: is used for change Common Name o change de OU via Admin Process.
Regards
Subject: RE: Question about NotesAdministrationProcess class
Hi Christian
Thank you for the info.
So in other words the RecertifyUser class is not to recertify a user with another certifier ( and therefore changing the ou and/or o name of the user) ?
Regards
Subject: RE: Question about NotesAdministrationProcess class
Hi
I hope you can still see this posting of me.
You said that the RecertifyUser class cannot be used to recertify the user with another ou. But I saw a script code in a LDD Today article in which this class is used to change the ou of a user. In the code the method “CertificateAuthorityOrg” is used. So in other words it is possible to use the RecertifyUser class to change the ou of a user.
Regards
Subject: RE: Question about NotesAdministrationProcess class
Yes !!!