Community Articles

Find and share helpful community-sourced technical articles.
Announcements
We’ve updated our product names and community labels - click here for full details
Labels (1)
avatar
Master Mentor
yum install expect*
#!/usr/bin/expect 
spawn ambari-server sync-ldap --existing
expect "Enter Ambari Admin login:"
send "admin\r"
expect "Enter Ambari Admin password:"
send "admin\r"
expect eof

595-403-screen-shot-2015-11-05-at-65653-pm.png

935 Views