OUD: Attributes are not retrieved in the same sequence it is being Requested in The ldapsearch Command
(Doc ID 2607921.1)
Last updated on NOVEMBER 08, 2019
Applies to:
Oracle Unified Directory - Version 12.2.1.3 and laterInformation in this document applies to any platform.
Symptoms
Customer Issue:
============
Data is imported from ODSEE to OUD. The issue is that in OUD Attributes are not retrieved in the same sequence it is being Requested in ldapsearch Command but in odsee the sequence is maintained.
For example:
In ODSEE:
------------
./ldapsearch -h <ODSEE HOST> -p <ODSEE PORT> -D "cn=<DS_ADMIN>" -w - -b "dc=<SUFFIX_DN>" uid=<USER.1> dn sn cn givenname mail
Password for user 'cn=<DS_ADMIN>':
dn: uid=<USER.1>,<User Base DN>
sn: <SN>
cn: <CN1>
cn: <CN2>
givenname: <GN>
mail: <email>
In OUD :
---------
./ldapsearch -h <OUD HOST> -p <OUD PORT> -D "<Directory Manager user>" -w - -b "dc=<SUFFIX_DN>" uid=<USER.1> dn sn cn givenname mail
Password for user 'cn=<DS_ADMIN>':
dn: uid=<USER.1>,<User Base DN>
mail: <email>
givenname: <GN>
sn: <SN>
cn: <CN1>
cn: <CN2>
When checking with above ldapsearch commands in odsee, sn cn givenname mail is retrieved in the same order as requested in the input of ldapsearch command. But in oud the order is different.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |