Query/Question
When I update a ActiveDirectoryApplication with passwords, it seems to remove existing ones. How can I append a password to the existing ones?
Why is this not a Bug or a feature Request?
This may be a feature request
app.update()
.definePasswordCredential("additionalPass")
.withPasswordValue("somePassword")
.attach().apply();