'MeteorJS sync authenticated users with Active Directory changes

I am trying to setup LDAP authentication for my meteorJS app and I could authenticate against AD with the babrahams:accounts-ldap module.

My question is how I can keep authentication in sync? For example, after authenticating a user, how can I detect a change in his password and thus this user's authentication is expired?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source