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

plugins

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Thomas Woerner authored
    So far a datetime object was created for the expiration dates
    krbpasswordexpiration and krbprincipalexpiration. This resulted in also
    sending these objects to the API. With this change, the dates are
    converted into strings using the LDAP_GENERALIZED_TIME_FORMAT defined in
    ipalib.constants. This way only strings are used with the IPA API.
    
    A new function has been added to ansible_freeipa_module:
    
    - date_string: Convert datetime to gernalized time format string
    
    This fuction is used on the result of user_show to convert the
    expiration dates to the gernalized time format string.
    
    The existing function date_format in ansible_freeipa_module has been
    renamed to convert_date and fixed in the way that it also uses
    date_string to return a gernalized time format string and not a
    datetime object. This function was only used in the ipauser module so
    far.
    55ec25a7
    History
    user avatar 55ec25a7
    Name Last commit Last update
    ..