@rodluz Sorry, somehow I lost track of this topic! Here you go…
@jtappen The picture you posted, is this in Hosts -> edit one host’s settings -> Active Directory or in Groups -> edit group settings -> Active Directory?
If it’s the host’s settings then we can start digging deeper by looking into the database:
shell> mysql -u fogmaster -p Password: ... mysql> use fog; ... mysql> UPDATE hosts SET hostPubKey='', hostSecToken='', hostSecTime='0000-00-00 00:00:00'; ... mysql> quitThe password for the fogmaster database user is found in /var/www/html/fog/lib/fog/config.class.php.