SAP ABAP Data Element CERT_FILTERCASE (Ignore Uppercase/Lowercase in Certificate Entries)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SEC-LGN (Application Component) Authentication and SSO
     SUSR_KRN (Package) User Administration Tables Used Kernel-Side
Basic Data
Data Element CERT_FILTERCASE
Short Description Ignore Uppercase/Lowercase in Certificate Entries  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CERT_FILTERCASE    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Ign. Case 
Medium 20 Ignore Case 
Long 40 Ingore Uppercase/Lowercase in Cert. Entr 
Heading 55 Ignore Uppercase/Lowercase in Certificate Entries 
Documentation

Definition

With the default configuration, the filters for a rule evaluate the attribute values in a case-sensitive way.

Use this option to remove this restriction.

Example

We have a filter with the following values: "C=DE, O=SAP"

·    Certificate entry 1: "CN=User, C=DE, O=SAP"

The rule applies because the case of the characters in the entry matches the filter.

·    Certificate entry 2: "CN=User, C=de, O=SAP"

The rule does not apply because the case of attribute C in the entry does not match the filter.

·    Certificate entry 3: "CN=User, C=de, O=sap"

The rule does not apply because the case of attributes C and O in the entry do not match the filter.

If you activate this option, the rule would also apply for certificate entries 2 and 3. The case of the characters in the certificate entries is irrelevant and is ignored.

History
Last changed by/on SAP  20110908 
SAP Release Created in 711