From Fedora Project Wiki

(add updates-testing disable step)
(Add krb5-workstation to the setup instructions)
 
Line 2: Line 2:
# Remove the {{package|sssd}}, {{package|freeipa-client}} and {{package|samba-client}} packages (e.g. {{command|su -c 'dnf remove sssd samba-client'}}) from the test client, they should be installed by realmd if necessary
# Remove the {{package|sssd}}, {{package|freeipa-client}} and {{package|samba-client}} packages (e.g. {{command|su -c 'dnf remove sssd samba-client'}}) from the test client, they should be installed by realmd if necessary
# Unless you wish to test pending updates, disable the 'updates-testing' repository so realmd does not install packages from it: {{command|su -c 'dnf config-manager --set-disabled updates-testing'}}
# Unless you wish to test pending updates, disable the 'updates-testing' repository so realmd does not install packages from it: {{command|su -c 'dnf config-manager --set-disabled updates-testing'}}
# Install the {{package|krb5-workstation}} package to get the 'klist' and 'kinit' tools.

Latest revision as of 13:43, 31 May 2017

  1. Ensure the Package-x-generic-16.pngrealmd package is installed on the test client (e.g. su -c 'dnf install realmd')
  2. Remove the Package-x-generic-16.pngsssd, Package-x-generic-16.pngfreeipa-client and Package-x-generic-16.pngsamba-client packages (e.g. su -c 'dnf remove sssd samba-client') from the test client, they should be installed by realmd if necessary
  3. Unless you wish to test pending updates, disable the 'updates-testing' repository so realmd does not install packages from it: su -c 'dnf config-manager --set-disabled updates-testing'
  4. Install the Package-x-generic-16.pngkrb5-workstation package to get the 'klist' and 'kinit' tools.