Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
From https://fedorahosted.org/sssd/ticket/1092
An example that particularly confused me:
lynx -dump http://docs.fedoraproject.org/en-US/Fedora/15/html/Deployment_Guide/chap-SSSD_User_Guide-Configuring_Domains.html | egrep -C1 -i '(true|false)'
users and groups. The default value for this parameter is FALSE. Set this value to TRUE to enable enumeration of users and groups of a domain.
•timeout (integer)
--
SSSD domain database cache. The default value for this parameter is FALSE. You should set this value to TRUE for domains other than local if you want to enable offline authentication.
--
fully-qualified domain names. If set to TRUE, all requests to this domain must use fully-qualified domain names. It also means that the output from
--
contains a user named ipauser01, and the use_fully_qualified_names attribute is set to TRUE:
# getent passwd ipauser01 --
In the following examples, using the same IPA domain and user, the use_fully_qualified_names attribute is set to FALSE:
# getent passwd ipauser01 --
Changing the use_fully_qualified_names value to FALSE
If use_fully_qualified_names is set to FALSE, you can continue to use the fully-qualified name in your requests, but only the
-- [domain/LDAP] enumerate = false cache_credentials = TRUE
--
specified: Defaults to five when enumerate = False Defaults to 30 when enumerate = True. This option is forced to a minimum of 30 in this case.
-- description = LDAP domain with AD server enumerate = false min_id = 1000 -- ; debug_level = 9 enumerate = false