Bug 478072

Summary: MIGRATED_FROM_JIRA: Penrose does not support concatenated attribute in RDN
Product: [Retired] penrose Reporter: Chandrasekar Kannan <ckannan>
Component: EngineAssignee: Endi Sukma Dewata <edewata>
Status: CLOSED EOL QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: low    
Version: 2.0CC: benl, nmalki, ykaul
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 19:41:39 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 07:56:31 UTC
Although Penrose supports concatenated attributes like:
commonName = givenName + " " + surname

it does not support the use of such concatenated attributes for RDNs. The commonName (cn) attribute is perhaps the most popular choice for RDNs in the directory world.

Additional Comments From endisd dated Fri Sep 02 17:53:08 CDT 2005 
This is fixed in 0.9.5.


=========================================================
Issue dump from jira
$VAR1 = {
          'priority' => '3',
          'customFieldValues' => [],
          'project' => 'PENROSE',
          'status' => '5',
          'components' => [
                            {
                              'name' => 'Engine',
                              'id' => '10009'
                            }
                          ],
          'key' => 'PENROSE-76',
          'assignee' => 'endisd',
          'summary' => 'Penrose does not support concatenated attribute in RDN',
          'id' => '10265',
          'updated' => '2005-10-28 14:05:44.0',
          'votes' => '0',
          'fixVersions' => [
                           {
                             'releaseDate' => '2005-09-15 00:00:00.0',
                             'sequence' => '5',
                             'name' => 'Penrose-0.9.5',
                             'released' => 'true',
                             'id' => '10022',
                             'archived' => 'false'
                           }
                         ],
          'affectsVersions' => [
                               {
                                 'releaseDate' => '2005-07-26 00:00:00.0',
                                 'sequence' => '3',
                                 'name' => 'Penrose-0.9.3',
                                 'released' => 'true',
                                 'id' => '10020',
                                 'archived' => 'false'
                               }
                             ],
          'description' => 'Although Penrose supports concatenated attributes like:
commonName = givenName + " " + surname

it does not support the use of such concatenated attributes for RDNs. The commonName (cn) attribute is perhaps the most popular choice for RDNs in the directory world.
',
          'created' => '2005-09-01 21:42:53.0',
          'environment' => 'Linux',
          'resolution' => '1',
          'type' => '1'
        };


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

Comment 1 Chandrasekar Kannan 2008-12-27 07:56:33 UTC
Marking bug as MODIFIED as it was already resolved in Jira - PENROSE-76