EM_GETPASSWORD does not seem to work anymore for the Domino Server

We use the EM_GETPASSWORD ExtensionManagerAddin to start a server without password dialog for server ids having a password.

This worked fine until 6.5.3

Now we found that the Domino password dialog shows up before the registration of the ExtMgrAddin and therefor the password dialog can no longer be replaced with ours.

Is this a BUG or a FEATURE in 6.5.4??

Regards

Ralf Mollik

ralf.mollik@group-technologies.com

Subject: EM_GETPASSWORD does not seem to work anymore for the Domino Server

are you sure that dll is loaded at all? i can remember that there are log entries on loaded extmgrs in console - do they really appear after pwd-prompt? do they appear at all?

are there any other extensions on server? e.g. a nsf_hook is loaded before extmgr_addins, if it accesses some database you get prompted for password. can also happen with encrypted names.nsf.

if nothing has changed at all and there are no such issues like described above i guess that’s a bug and it should be reported as soon as possible…

maybe you could include some debug settings in notes.ini to see more what’s happening before password is prompted.

Markus Seitz

markus.seitz@icodex.com

Subject: RE: EM_GETPASSWORD does not seem to work anymore for the Domino Server

I have written a debug version of the dll that prompts the registration and each other action and thats where I saw that the registration happens right after the password prompt.

We have servers in use with Domino 6.5.3 using this feature and there it works. The server in question and the other servers are in the same environment - they have similar notes.inis the same names.nsf, etc.

So I tend to say that it is a BUG …