How to manually get the domain SID when the adbindproxy.pl script does not prompt for the password of the administrator user if it is unable to resolve without a password.
Answer:
adinfo -y domain (to get domain map info) net setdomainsid <copy the SID from domain map info from step above> net getdomainsid (to verify if the domainsid was set correctly)
Make sure tdb-tools is enabled if not please run yam install tdb-tools to have it enabled. After it’s being enabled, please run the following command.
tdbdump /var/lib/samba/private/secrets.tdb
It will generate the file and shows as the following output: (Should be able to a pair SID one from Domain and one from Host)