-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
Low
-
rhel-idm-ds
-
0
-
False
-
False
-
-
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
- 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
- ldapsearch -xLLL -h localhost -p 49300 -b "o=domain,c=local" -s base objectclass=* dn
dn: o=DOMAIN,c=LOCAL