Hans Moser schrieb:

Are there only search results for attributes with index? In this case other attributes become less usefull.
This still seems to be unanswered.

When I ask for
# ldapsearch -h foo -b ou=bar -x -D cn=foo,ou=bar -W
 homepostaladdress="*.bar.de" uid homepostaladdress mail
I get no (positiv) result.

# extended LDIF
#
# LDAPv3
# base <> with scope subtree
# filter: homepostaladdress=*.bar.de
# requesting: mail cn homepostaladdress
#

# search result
search: 2
result: 0 Success

# numResponses: 1


When I ask for
# ldapsearch -h foo -b ou=bar -x -D cn=foo,ou=bar -W
 mail="*bar.de" uid homepostaladdress mail
I see, that there's something like [EMAIL PROTECTED] in homepostaladdress.

# extended LDIF
#
# LDAPv3
# base <> with scope subtree
# filter: mail=*bar.de
# requesting: mail cn homepostaladdress
#

# 1, foo
dn: employeeNumber=1,ou=foo
cn: foo bar
mail: [EMAIL PROTECTED]
homePostalAddress: [EMAIL PROTECTED]
[...]

Hans

Reply via email to