Bug 766212

Summary: Documentation uses inconsistent capitalization for boolean values
Product: Red Hat Enterprise Linux 6 Reporter: Deon Ballard <dlackey>
Component: doc-Identity_Management_GuideAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2CC: jskeoch
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-03 02:54:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Deon Ballard 2011-12-10 23:43:12 UTC
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

Comment 2 Deon Ballard 2012-05-03 16:33:42 UTC
Setting all priority and severity to medium.

Comment 3 Deon Ballard 2012-05-03 17:46:05 UTC
I believe everything is case-insensitive, so I don't think it really matters. For consistency, everything should be lower case.