Bug 478236

Summary: MIGRATED_FROM_JIRA: Allow referrals from LDAP sources to be ignored
Product: [Retired] penrose Reporter: Chandrasekar Kannan <ckannan>
Component: UnknownAssignee: Endi Sukma Dewata <edewata>
Status: CLOSED EOL QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: 2.0CC: benl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 18:34:05 UTC Type: ---
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: 471500    

Description Chandrasekar Kannan 2008-12-27 08:11:03 UTC
Active Directory creates referrals for its Forest Zones (et. al) when searching. However, some clients are confused by referrals. Penrose 1.1 did not propagate referrals by default. Penrose 1.2 does. Attached patch allows the connection to be configured with the {{ava.naming.referral}} property set to "ignore", in order to suppress the propagation of referrals. If the property is not set, the default is unchanged, i.e. "throw" -> follow referrals.
Additional Comments From jimyang dated Fri Aug 08 10:47:51 CDT 2008 
This is fixed in 2.0RC1.


=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '4',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '5',
          'components' => [
                            {}
                          ],
          'attachmentNames' => 'LDAPClient.patch',
          'reporter' => 'hennejg',
          'key' => 'PENROSE-267',
          'assignee' => 'endisd',
          'summary' => 'Allow referrals from LDAP sources to be ignored',
          'id' => '10882',
          'updated' => '2008-08-08 10:47:51.0',
          'votes' => '0',
          'fixVersions' => [
                           {
                             'releaseDate' => '2008-04-07 00:00:00.0',
                             'sequence' => '28',
                             'name' => 'Penrose-2.0RC1',
                             'released' => 'true',
                             'id' => '10093',
                             'archived' => 'false'
                           }
                         ],
          'description' => 'Active Directory creates referrals for its Forest Zones (et. al) when searching. However, some clients are confused by referrals. Penrose 1.1 did not propagate referrals by default. Penrose 1.2 does. Attached patch allows the connection to be configured with the {{ava.naming.referral}} property set to "ignore", in order to suppress the propagation of referrals. If the property is not set, the default is unchanged, i.e. "throw" -> follow referrals.',
          'affectsVersions' => [
                               {
                                 'releaseDate' => '2007-07-17 00:00:00.0',
                                 'sequence' => '26',
                                 'name' => 'Penrose-1.2.4',
                                 'released' => 'true',
                                 'id' => '10123',
                                 'archived' => 'false'
                               }
                             ],
          'created' => '2007-10-09 11:16:26.0',
          'resolution' => '1',
          'type' => '4'
        };


=========================================================

Comment 1 Chandrasekar Kannan 2008-12-27 08:11:05 UTC
Marking bug as MODIFIED as it was already resolved in Jira - PENROSE-267