Skip to content
  1. Apr 30, 2020
  2. Apr 29, 2020
  3. Apr 26, 2020
  4. Apr 22, 2020
  5. Apr 16, 2020
    • Thomas Woerner's avatar
      ansible_freeipa_module: Set KRB5CCNAME for api_connect (non root) · 871cce52
      Thomas Woerner authored
      In the case that the admin password has been set and become was not set
      the call to backend.connect in api_connect failed. The solution is simply
      to set os.environ["KRB5CCNAME"] in temp_kinit after kinit_password has
      been called using the temporary ccache. os.environ["KRB5CCNAME"] is not
      used automatically by api.Backend.[ldap2,rpcclient].connect. Afterwards
      os.environ["KRB5CCNAME"] is unset in temp_kdestroy if ccache_name is not
      None.
      
      Fixes: #249 (Kerberos errors while using the modules with a non-sudoer user)
      871cce52
  6. Apr 07, 2020
  7. Apr 02, 2020
  8. Mar 30, 2020
  9. Mar 26, 2020
  10. Mar 25, 2020
  11. Mar 24, 2020
  12. Mar 20, 2020
  13. Mar 18, 2020
  14. Mar 16, 2020
  15. Mar 13, 2020
  16. Mar 12, 2020
  17. Mar 10, 2020