Skip to content
  1. Oct 21, 2019
    • Thomas Woerner's avatar
      ipauser: User module extension · 40713e71
      Thomas Woerner authored
      The ipauser module now supports all user settings and additionally to ensure
      the presence of several users with the new users setting. The users setting
      can also be used with other states, but it has to be limited to only contain
      the name of the users.
      
      There updated user management module is placed in the plugins folder:
      
        plugins/modules/ipauser.py
      
      The user module now additionally allows to handle these user settings:
      
        initials
        principalexpiration
        random
        city
        userstate
        postalcode
        mobile
        pager
        fax
        orgunit
        manager
        carlicense
        sshpubkey
        userauthtype
        userclass
        radius
        radiususer
        departmentnumber
        employeenumber
        employeetype
        preferredlanguage
        certificate
        certmapdata
        noprivate
        nomembers
      
      Here is the updated documentation for the module:
      
        README-user.md
      
      New example playbooks have been added:
      
        playbooks/user/user_certificate_absent.yml
        playbooks/user/user_certificate_present.yml
        playbooks/user/user_present.yml
        playbooks/user/users_absent.yml
        playbooks/user/users_certificate_absent.yml
        playbooks/user/users_certificate_present.yml
        playbooks/user/users_present.yml
        plugins/modules/ipauser.py
      
      New tests added for ipauser:
      
        tests/user/certificate/cert1.der
        tests/user/certificate/cert1.pem
        tests/user/certificate/cert2.der
        tests/user/certificate/cert2.pem
        tests/user/certificate/cert3.der
        tests/user/certificate/cert3.pem
        tests/user/certificate/private1.key
        tests/user/certificate/private2.key
        tests/user/certificate/private3.key
        tests/user/certificate/test_user_certificate.yml
        tests/user/certificate/test_users_certificate.yml
        tests/user/certmapdata/test_user_certmapdata.yml
        tests/user/certmapdata/test_user_certmapdata_issuer_subject.yml
        tests/user/certmapdata/test_users_certmapdata.yml
        tests/user/test_user.yml
        tests/user/test_users.yml
        tests/user/test_users_absent.yml
        tests/user/test_users_invalid_cert.yml
        tests/user/test_users_present.yml
        tests/user/test_users_present_slice.yml
        tests/user/users_absent.json
        tests/user/users_absent.sh
        tests/user/users_present.json
        tests/user/users_present.sh
      40713e71
  2. Sep 27, 2019
    • Thomas Woerner's avatar
      tests/external-signed-ca tests: Fix external-ca.sh to use proper serials · 2a197cc7
      Thomas Woerner authored
      The serial numbers have not been set for the creation of the CA and also
      to sign the request. Because of this the local time has been used, which
      resulted sometimes in the use of the same time stamp for the CA and the
      signing reuqest. The import failed then with same issuer and serial number
      error.
      
      The cat to generate the chain.crt has been replaces with openssl x509 calls.
      
      Some comments have also been added.
      
      The script in external-signed-ca-with-manual-copy has been replaced with a
      link to the external-signed-ca-with-automatic-copy directory.
      2a197cc7
  3. Sep 25, 2019
  4. Jun 27, 2019
    • Thomas Woerner's avatar
      New tests folder · c708ef78
      Thomas Woerner authored
      There are currently only external signed CA tests:
      
      external-signed-ca-with-automatic-copy
      external-signed-ca-with-manual-copy
      c708ef78
Loading