Some of my login credentials are actually linked (via LDAP I guess) to a Windows Active Directory account. That means, the entries in my LastPass account for those refer to the same password which, according to AD policies, must be updated regularly. I have three problems with this:
- How to find the passwords which must be updated whenever I perform an AD password update? I have solved this by placing all entries linked to the AD account into an "AD" group in LastPass, and manually updating those entries whenever the AD credentials change.
- DRY? (Don't Repeat Yourself). How can I have a single entry referring to the AD credentials, and link the rest of the entries to this entry?
- LastPass "Security Challenge" becomes useless, since I get lots of non-relevant "Change Reused Passwords" warnings.
Can you suggest a good approach to solve all this problems?