Bug 1417015
Summary: | [RFE] From hammer cli, creating external user-group does not have any option --auth-source-name as a input parameter. | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Amit Kumar Das <amdas> |
Component: | LDAP | Assignee: | Dominik Hlavac Duran <dhlavacd> |
Status: | CLOSED ERRATA | QA Contact: | Sanket Jagtap <sjagtap> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.2.6 | CC: | bkearney, dhlavacd, dlobatog, jcallaha, jko, mhulan, nshaik, pa.van.der.sar, sjagtap, tstrachota |
Target Milestone: | 6.4.0 | Keywords: | FutureFeature |
Target Release: | Unused | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-10-16 15:27:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 260381 |
Description
Amit Kumar Das
2017-01-27 00:55:35 UTC
Created redmine issue http://projects.theforeman.org/issues/18805 from this bug Upstream bug assigned to dhlavacd Build:Satellite 6.4.0 snap22 hammer> user-group external create --name foobargroup --user-group-id 1 --auth-source IDM External user group created. hammer> user-group external list --user-group foobargroup ---|-------------|------------ ID | NAME | AUTH SOURCE ---|-------------|------------ 2 | foobargroup | IDM ---|-------------|------------ hammer> auth-source list ---|----------|-------------------- ID | NAME | TYPE OF AUTH SOURCE ---|----------|-------------------- 1 | Internal | AuthSourceInternal 3 | IDM | AuthSourceLdap ---|----------|-------------------- hammer> user-group external create --help Usage: user-group external create [OPTIONS] Options: --auth-source AUTH_SOURCE_NAME Name to search by --auth-source-id AUTH_SOURCE_ID --location LOCATION_NAME Location name --location-id LOCATION_ID --location-title LOCATION_TITLE Location title --name NAME External user group name --organization ORGANIZATION_NAME Organization name --organization-id ORGANIZATION_ID Organization ID --organization-title ORGANIZATION_TITLE Organization title --user-group USER_GROUP_NAME Name to search by --user-group-id USER_GROUP_ID -h, --help Print help Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2018:2927 |