Skip to content
  1. Sep 18, 2017
    • Thomas Woerner's avatar
    • Thomas Woerner's avatar
      library/ipajoin.py: Enhanced tests for password and keytab · 0a8672fc
      Thomas Woerner authored
      mutually_exclusive and required_one_of are only able to check if the parameters
      are defined, but not if they are set to "".
      0a8672fc
    • Thomas Woerner's avatar
      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
  2. Sep 15, 2017
  3. Aug 31, 2017
  4. Aug 30, 2017
Loading