Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Active users][Settings][Account settings] Adapt fields and sync data #135

Closed
wants to merge 5 commits into from

Commits on Aug 11, 2023

  1. Functionality for Text inputs with buttons

    The functionality to take data directly from
    the metadata needs to be implemented for the
    Text inputs with buttons. This should be
    applied to the following field: 'Principal
    alias' (`krbprincipalname`).
    
    Signed-off-by: Carla Martinez <[email protected]>
    carma12 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4e6b910 View commit details
    Browse the repository at this point in the history
  2. Functionality for checkbox list

    The functionality for the group of checkboxes
    needs to be implemented and applied to the
    following field: 'User authentication types'
    (`ipauserauthtype`).
    
    Signed-off-by: Carla Martinez <[email protected]>
    carma12 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0ae1535 View commit details
    Browse the repository at this point in the history
  3. Functionality of Selectors

    The Select[1] components need to be adapted to
    take data from the metadata. This will be
    applied for the fields 'Radius proxy configuration'
    and 'External IdP configuration'.
    
    [1]- http://v4-archive.patternfly.org/v4/components/select
    Signed-off-by: Carla Martinez <[email protected]>
    carma12 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1b29f79 View commit details
    Browse the repository at this point in the history
  4. Functionality for date-time picker

    The Date-time picker[1] component needs to be adapted
    to take the data from the metadata and keep managing
    its functionality while using other components/wrappers.
    
    This is applied to the following field: 'Kerberos principal
    expiration (UTC).
    
    [1] - http://v4-archive.patternfly.org/v4/components/date-picker
    Signed-off-by: Carla Martinez <[email protected]>
    carma12 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6fc47f2 View commit details
    Browse the repository at this point in the history
  5. Functionality for Text inputs

    The following fields need to be adapted to use
    the `IpaTextInput` component:
    - 'User login' (`uid`)
    - 'Password' (`has_password`)
    - 'Password expiration' (`krbpasswordexpiration`)
    - 'UID' (`uidnumber`)
    - 'GID' (`gidnumber`)
    - 'Login shell' (`loginshell`)
    - 'Home directory' (`homedirectory`)
    - 'Radius proxy username' (`ipatokenradiususername`)
    - 'External IdP user identifier' (`ipaidpsub`)
    
    Signed-off-by: Carla Martinez <[email protected]>
    carma12 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e615727 View commit details
    Browse the repository at this point in the history