Change password of is file using cmdline or api

>

Does anybody know if it’s possible to change password on a notes id file using some c api or using a prebuild commandline application?
  1. Lars Berntrop-Bos

    >yes, if you know the original password

  2. Lars Berntrop-Bos

    >open Designer help. look for the Notesregistration class. read description of the Recertify method.

    Now cook up some LotusScript or Java!

  3. Lars Berntrop-Bos

    >oops, too fast. (I wrote registration agents a long time ago…)

    1. if you have the IDVault feature deployed, you can use notesSession.ResetUserPassword method in an agent running on the server.
    2. Use C-API call SECKFMChangePassword, an example is provided by developer guru Bill Buchan here: http://www.hadsl.com/hadsl.nsf/Dev_Buchan_Everything%20You%20Need%20to%20Know%20About%20Agent%20Design.pdf

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.