Bug 928743

Summary: Remove quotes from "Attributes" and "ObjectClass" entries.
Product: Red Hat Enterprise Linux 6 Reporter: Najmuddin Chirammal <nc>
Component: doc-Deployment_GuideAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: ecs-bugs
Severity: high Docs Contact:
Priority: high    
Version: 6.5CC: jhradile, jhrozek, yjog
Target Milestone: rcKeywords: Documentation
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-10 03:42:05 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:

Description Najmuddin Chirammal 2013-03-28 11:08:39 UTC
Description of problem: 

sssd autofs examples used in the documentation shows attributes/objectClassess in quotes (eg: "automountMap") this causes sssd requests to fails with "Bad search filter" error.

For eg: 

[sssd[be[LDAP]]] [sdap_get_generic_ext_step] (0x0400): calling ldap_search_ext with [(&("automountMapName"=auto_master)(objectclass="automountMap"))][dc=example,dc=com].
[sssd[be[LDAP]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: [objectClass]
[sssd[be[LDAP]]] [sdap_get_generic_ext_step] (0x1000): Requesting attrs: ["automountMapName"]
[sssd[be[LDAP]]] [sdap_get_generic_ext_step] (0x0080): ldap_search_ext failed: Bad search filter

Doc URL : https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sssd-ldap-autofs.html

Version-Release number of selected component (if applicable): RHEL6.4 Deployment Guide

How reproducible: Always

  
Actual results: Document lists examples with attributes/objectClassess in quotes

ldap_autofs_map_object_class="automountMap"
ldap_autofs_entry_object_class="automount"
ldap_autofs_map_name="automountMapName"
ldap_autofs_entry_key="automountKey"
ldap_autofs_entry_value="automountInformation"

Expected results: No quotes for attributes/objectClass entires.

ldap_autofs_map_object_class=automountMap
ldap_autofs_entry_object_class=automount
ldap_autofs_map_name=automountMapName
ldap_autofs_entry_key=automountKey
ldap_autofs_entry_value=automountInformation

Comment 4 Jaromir Hradilek 2013-11-18 14:33:07 UTC
*** Bug 1006934 has been marked as a duplicate of this bug. ***

Comment 5 Deon Ballard 2014-05-10 03:42:05 UTC
Mass closure of bugs modified in 2013. All of these are in the currently-published docs.