Skip to content
Snippets Groups Projects
  • Thomas Woerner's avatar
    818db5cb
    ipa[client,server]: Inspect validate_domain_name for 4.6 and prior · 818db5cb
    Thomas Woerner authored
    The entity argument for validate_domain_name is only available in
    FreeIPA 4.7 and later. This has been fixed using inspect to be able to
    detect if entity is a valid argument. If not the whole realm name check
    is skipped.
    
    Related: #61 (ipaserver role - Fails on ipaclient install)
    Fixes: #66 (Python 2 error with validate_domain)
    818db5cb
    History
    ipa[client,server]: Inspect validate_domain_name for 4.6 and prior
    Thomas Woerner authored
    The entity argument for validate_domain_name is only available in
    FreeIPA 4.7 and later. This has been fixed using inspect to be able to
    detect if entity is a valid argument. If not the whole realm name check
    is skipped.
    
    Related: #61 (ipaserver role - Fails on ipaclient install)
    Fixes: #66 (Python 2 error with validate_domain)