Skip to content
  1. Jul 17, 2019
  2. Jul 16, 2019
  3. Jul 11, 2019
  4. Jul 09, 2019
  5. Jul 05, 2019
    • Thomas Woerner's avatar
      ipaserver: Support sync_time changes of 4.8.0 · d2968b26
      Thomas Woerner authored
      sync_time is not using options anymore, but has two new arguments. These
      are ntp_servers and ntp_pool. The options argument is not used anymore.
      
      This requires to use inspect on sync_time to be able to detect if the old
      or the new function is available.
      
      The call for get_time_source has been added, but is documented out as the
      call is only useful in interactive mode.
      
      ipaserver_test now returns ntp_servers and ntp_pool, which are then used
      for ipaserver_setup_ntp.
      d2968b26
    • Thomas Woerner's avatar
      ipaclient: Support sync_time changes of 4.8.0 · 03d904b7
      Thomas Woerner authored
      sync_time is not using options anymore, but has two new arguments. These
      are ntp_servers and ntp_pool. The options argument is not used anymore.
      
      This requires to use inspect on sync_time to be able to detect if the old
      or the new function is available.
      
      The call for get_time_source has been added, but is documented out as the
      call is only useful in interactive mode.
      
      ipaclient_test now returns ntp_servers and ntp_pool, which are then used
      for ipaclient_setup_ntp.
      03d904b7
    • Thomas Woerner's avatar
      ipaclient/action_plugins/ipaclient_get_otp: Enhanced error reporting · 7a5fadfc
      Thomas Woerner authored
      If kinit_password call failed because of wrong password or even because
      kinit was not found, there was a very unspecific error message. Now these
      errors will be properly reported.
      
      Fixes: RHBZ#1727277
      7a5fadfc
    • Thomas Woerner's avatar
      roles/ipaclient/README.md: OTP needs kinit on controller · 45b2648a
      Thomas Woerner authored
      Add Information about needed /usr/bin/kinit on the controller when OTP is used
      45b2648a
    • Thomas Woerner's avatar
      README.md: OTP needs kinit on controller · 27fb3e1b
      Thomas Woerner authored
      Add Information about needed /usr/bin/kinit on the controller when OTP is used
      27fb3e1b
  6. Jul 02, 2019
    • Thomas Woerner's avatar
      ipaserver_prepare: Properly report error, do show trace back · 115f96d0
      Thomas Woerner authored
      The raises of RuntimeError, ValueError and ScriptError are currently not
      properly handled in ipaserver_prepare. This results in a trace back error
      shown in Ansible instead of only showing the error message.
      
      This happened for example if a nameserver is in /etc/resolv.conf that is
      not reachable.
      115f96d0
Loading