#1092 Documentation uses inconsistent capitalization for boolean values
Closed: Invalid Opened by nahamu.

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


Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.8.0
priority: minor => trivial

I don't know the workflow for the Fedora Deployment Guide, but I'll get in touch with the maintainer.

rhbz: => 766212

Fields changed

rhbz: 766212 => [https://bugzilla.redhat.com/show_bug.cgi?id=766212 766212]

Already tracked in BZ.

blockedby: =>
blocking: =>
resolution: => wontfix
status: new => closed

Metadata Update from @nahamu:
- Issue set to the milestone: SSSD 1.8.0 (LTM)

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2134

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata