Skip to content
Snippets Groups Projects
Select Git revision
  • 1a3c9114c338c24e037448ad0ec72b9f11209ba3
  • master default protected
  • v1.15.0
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
22 results

plugins

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Rafael Guterres Jeffman authored
    This change is needed to properly handle base64 encoding of certificates
    stored as bytes, under Python 3, as used by IPA service. It does not
    affect Python 2.7 as bytes are identical to str in this version of the
    language.
    
    When retireving certificates stored by FreeIPA service data is returned
    as bytes, under Python 3, and encoding then breaks, as there is no
    bytes.public_bytes method. In Python 3, encoding with base64 will be the
    same for strings and bytes.
    1a3c9114
    History
    Name Last commit Last update
    ..
    module_utils
    modules