Hi,

Is extended match filter searching for DN supported? If yest, then when I do a search with the following search filter - (ou:dn:=people) I received a LDAP: error code 80. Below are the error log. I have used both ApacheDS 1.5.6 and 1.5.5 both respond with the same error message.

Any help will be appreciated.

Regards
chungonn

#!DATE 2010-04-20T11:21:14.428
#!ERROR [LDAP: error code 80 - OTHER: failed for SearchRequest baseDn : 'ou=people,dc=example,dc=com' filter : '(|:[1](2.5.4.11-true-EXTENSIBLE-null-'0x70 0x65 0x6F 0x70 0x6C 0x65 ':[1])(2.5.4.0=referral:[0]))' scope : whole subtree typesOnly : false Size Limit : no limit Time Limit : no limit Deref Aliases : never Deref Aliases attributes : 'objectclass' : N O T I M P L E M E N T E D Y E T !] # LDAP URL : ldap://localhost:10389/ou=people,dc=example,dc=com?objectClass?sub?(ou:dn:=people) # command line : ldapsearch -H ldap://localhost:10389 -x -D "uid=admin,ou=system" -W -b "ou=people,dc=example,dc=com" -s sub "(ou:dn:=people)" "objectClass"
# baseObject   : ou=people,dc=example,dc=com
# scope        : wholeSubtree (2)
# derefAliases : neverDerefAliases (0)
# sizeLimit    : 0
# timeLimit    : 0
# typesOnly    : False
# filter       : (ou:dn:=people)
# attributes   : objectClass

#!SEARCH RESULT DONE (34) ERROR
#!CONNECTION ldap://localhost:10389
#!DATE 2010-04-20T11:21:14.429
#!ERROR [LDAP: error code 80 - OTHER: failed for SearchRequest baseDn : 'ou=people,dc=example,dc=com' filter : '(|:[1](2.5.4.11-true-EXTENSIBLE-null-'0x70 0x65 0x6F 0x70 0x6C 0x65 ':[1])(2.5.4.0=referral:[0]))' scope : whole subtree typesOnly : false Size Limit : no limit Time Limit : no limit Deref Aliases : never Deref Aliases attributes : 'objectclass' : N O T I M P L E M E N T E D Y E T !]
# numEntries : 0


Reply via email to