Skip to content
  1. Sep 21, 2017
  2. Sep 19, 2017
  3. Sep 18, 2017
    • Thomas Woerner's avatar
      library/ipajoin.py: Return changed state and new parameter already_joined · 1f2d3975
      Thomas Woerner authored
      The choined tag is only set if changes have been done with the join.
      
      already_joined is set if the ipa-join command is filing with error 13
      (already joined). The module is not calling fail_json in this case anymore.
      1f2d3975
    • 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
  4. Sep 15, 2017
  5. Aug 31, 2017
  6. Aug 30, 2017
  7. Aug 24, 2017
  8. Aug 23, 2017
  9. Aug 18, 2017
Loading