Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 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
  • v1.8.4
  • v1.8.3
21 results

ansible_freeipa_module.py

  • Thomas Woerner's avatar
    6a69bbea
    ansible_freeipa_module: New function DN_x500_text · 6a69bbea
    Thomas Woerner authored
    This function is needed to properly convert issuer and subject from a
    certificate or the issuer and subject parameters in ipauser for certmapdata
    to the data representation where the items in DN are reversed.
    
    The function additionally provides a fallback solution for IPA < 4.5.
    Certmapdata is not supported for IPA < 4.5, but the conversion is done
    before the API version can be checked.
    6a69bbea
    History
    ansible_freeipa_module: New function DN_x500_text
    Thomas Woerner authored
    This function is needed to properly convert issuer and subject from a
    certificate or the issuer and subject parameters in ipauser for certmapdata
    to the data representation where the items in DN are reversed.
    
    The function additionally provides a fallback solution for IPA < 4.5.
    Certmapdata is not supported for IPA < 4.5, but the conversion is done
    before the API version can be checked.