I'm trying to perform an LDAP query against Active Directory from a script (very similar to this question) from a domain-joined Ubuntu machine. The script can't prompt for a password, as it won't be running interactively.
The linked question uses an OSX-specific tool (/usr/libexec/PlistBuddy
). Are there Linux equivalents that I could use to grab the password so I can bind to AD?