OUD - Performing an "ldapsearch" Command for UserCertificate Using Exact Value Does Not Return the Entry
(Doc ID 3050984.1)
Last updated on NOVEMBER 14, 2024
Applies to:
Oracle Unified Directory - Version 12.2.1.4.230406 and laterInformation in this document applies to any platform.
Symptoms
The "userCertificate" attribute was added to a user entry and was mapped according to the documentation here:
>> Create a clickable link for the chapter title using the URL for that chapter. Here are both the chapter and the link:
26.4.3 Using Subject DN to User Attribute Certificate Mapper
When performing an ldapsearch on the baseDN requesting the "userCertificate;binary=*" the user and certificate (as binary/base64 representation: userCertificate;binary:BASE64-BINARY-VALUE) are returned. Example command:
ldapsearch -b <BaseDN of user location> '(userCertificate;binary=*)' dn userCertificate
However when attempting to perform an ldapsearch specifically requesting the usercertificate and exact value, it is NOT returned. Example command:
ldapsearch -b <BaseDN of user location> '(userCertificate;binary=BASE64-BINARY-VALUE)' dn userCertificate
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 |