Client: Oracle Internet Directory
Server: openLDAP(supportedLDAPVersion: 3)

extensibleMatch does not work for me. So, I would like to know how exactly
we can check whether LDAP server supports it or not.

I tried with the following:
----------------------
[EMAIL PROTECTED]> ldapsearch -v -h 234.164.176.24 -p 389 -b "o=ldap_abc.de"
"(sn:caseExactString:=Smith)"
ldap_open( 234.164.176.24, 389 )
filter pattern: (sn:caseExactString:=Smith)
returning: ALL
filter is: ((sn:caseExactString:=Smith))
0 matches
----------------------

But, the corresponding entry already exists in the server.
----------------------
[EMAIL PROTECTED]> ldapsearch -h 234.164.176.24 -p 389 -b "o=ldap_abc.de"
"(sn=Smith)"
uid=PSmith,ou=Mkt,o=ldap_abc.de
objectClass=top
objectClass=person
objectClass=organizationalPerson
objectClass=inetOrgPerson
cn=Peter Smith
sn=Smith
givenName=Peter
ou=Mkt
uid=PSmith
[EMAIL PROTECTED]
----------------------

Any clues?

---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to