Description of problem: When using the realm from a kickstart file, if an automatic join cannot be performed, the realm command prompts for a password. This causes the installation to block. We need a way to enforce an automatic join. Version-Release number of selected component (if applicable): realmd 0.11 Kickstart file: #version=DEVEL logging --level=info # System authorization information auth --enableshadow --passalgo=sha512 # Use network installation url --url="http://stef.thewalter.lan/install/fedora-18" repo --name=stef --baseurl=http://stef.thewalter.lan/install/fedora-18-stef # System language lang en.UTF-8 network --hostname=kickstart.thewalter.lan # Run the Setup Agent on first boot firstboot --enable ignoredisk --only-use=vda # Keyboard layouts keyboard 'us (dvorak)'# Installation logging level logging --level=info # Root password rootpw --plaintext test # System timezone timezone Europe/Berlin --nontp # System bootloader configuration bootloader --location=mbr --boot-drive=vda autopart --type=plain # Partition clearing information clearpart --all --initlabel --drives=vda %packages --nobase @core authconfig e2fsprogs grub2 system-config-firewall-base realmd samba-common sssd adcli sssd-tools %end %post --log=/root/my-post-log echo 'Hello, world!' hostname kickstart.thewalter.lan realm --install=/ --verbose join radi08.segad.lab.sjc.redhat.com set %end
realmd-0.12-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/realmd-0.12-1.fc18
Package realmd-0.12-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing realmd-0.12-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-18042/realmd-0.12-1.fc18 then log in and leave karma (feedback).
realmd-0.12-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.