Can't get "CheckPassword" item from domino document using Java API

Hi All,

I’ve got the following problem, which I really would need to solve, if you can at least point me the right direction, I would be happy…

I’m using Java API to access Domino 8.5 (NCSO.jar), I use remote IIOP access:

  1. I set the userPasswordSettings (using AdministrationProcess) to AdministrationProcess.PWD_CHK_LOCKOUT

  2. I check via Domino Administrator that the value is set correctly

  3. I do a search for the Document by id and I try to get “CheckPassword” value using document.getItemValueInteger(“CheckPassword”) or document.getItemValue(“CheckPassword”), the problem is that the value is ALWAYS set to 0 - I tried various scenarios, but the value remains the same

Can you please help? How can I realize what is the current value of Checking password policy please?

Any help much appreciated…

thanks

tomas