Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-121119

Differences on export ldif using online of off-line method on RHDS

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • rhel-10.2
    • None
    • 389-ds-base
    • None
    • None
    • Low
    • rhel-idm-ds
    • 0
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • Unspecified
    • Unspecified
    • Unspecified
    • None

      Hi team,

      Customer is facing difference between import and export database using DS-11 and DS-12:

       

      • Differences on export ldif:
        dn: ou=operational,o=domain,c=local
        dn: ou=operational,o=DOMAIN,c=LOCAL <<- Rhel-9.5 is exporting in upper case
         

      Steps:

      Take ldif export from RHEL9.5/RHDS12.5 
       # dsctl dsbase db2ldif --replication WW_DB <file Name>

      Verify that case is NOT Preserved in the export
        # grep -i 'ou=operational,o=domain,c=local' /tmp/ww-manual-ww_db.ldif
        # dn: ou=operational,o=DOMAIN,c=LOCAL

      Import the ldif into  another RHEL9.5/RHDS12.5 
      dsctl dsbase db2ldif --replication WW_DB <File Name>

      Verify that case is NOT Preserved after import

      1. ldapsearch -xLLL -h localhost -p 49300 -b "ou=operational,o=DOMAIN,c=LOCAL" -s base objectclass=* dn
        dn: cn=chedsp11,cn=ossib,cn=ib,ou=operational,o=DOMAIN,c=LOCAL
         
      2. ldapsearch -xLLL -h localhost -p 49300 -b "o=domain,c=local" -s base objectclass=* dn
        dn: o=DOMAIN,c=LOCAL

       

              idm-ds-dev-bugs IdM DS Dev
              rhn-support-ciolivei Cilmar Dos Santos de Oliveira
              IdM DS Dev IdM DS Dev
              IdM DS QE IdM DS QE
              Evgenia Martyniuk Evgenia Martyniuk
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: