[Date Prev][Date Next] [Chronological] [Thread] [Top]

LDAP Search problem



Hi,
 
I'm new to LDAP and have a problem while searching my directory.
 
When is search with the following command:
 
ldapsearch -x -b "dc=test,dc=de" mail=*si*
 
I get the correct entry from the directory. But when I search for the mailAlternateAddress like this:
 
ldapsearch -x -b "dc=test,dc=de" mailAlternateAddress=*si*
 
I get nothing.
 
when searching with the complete email address instead of * I get also the right entry from the directory. Can anybody help?
 
Regards,
Jörg Sippel