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

ipatest.py

  • Thomas Woerner's avatar
    bf64c0bb
    library/ipatest.py: New ipa test module · bf64c0bb
    Thomas Woerner authored
    Test if the krb5.keytab on the machine is valid and can be used.
    
    options:
      servers:
        description: The FQDN of the IPA servers to connect to.
        required: true
      domain:
        description: The primary DNS domain of an existing IPA deployment.
        required: true
      realm:
        description: The Kerberos realm of an existing IPA deployment.
        required: true
      hostname:
        description: The hostname of the machine to join (FQDN).
        required: true
      kdc:
        description: The name or address of the host running the KDC.
        required: true
      principal:
        description: The authorized kerberos principal used to join the IPA realm.
        required: false
      kinit_attempts:
        description: Repeat the request for host Kerberos ticket X times.
        required: false
        default: 5
    
    returns:
      krb5_keytab_ok:
        description: The flag describes if krb5.keytab on the host is usable.
        returned: always
        type: bool
    bf64c0bb
    History
    library/ipatest.py: New ipa test module
    Thomas Woerner authored
    Test if the krb5.keytab on the machine is valid and can be used.
    
    options:
      servers:
        description: The FQDN of the IPA servers to connect to.
        required: true
      domain:
        description: The primary DNS domain of an existing IPA deployment.
        required: true
      realm:
        description: The Kerberos realm of an existing IPA deployment.
        required: true
      hostname:
        description: The hostname of the machine to join (FQDN).
        required: true
      kdc:
        description: The name or address of the host running the KDC.
        required: true
      principal:
        description: The authorized kerberos principal used to join the IPA realm.
        required: false
      kinit_attempts:
        description: Repeat the request for host Kerberos ticket X times.
        required: false
        default: 5
    
    returns:
      krb5_keytab_ok:
        description: The flag describes if krb5.keytab on the host is usable.
        returned: always
        type: bool