Fabrice Eudes wrote: > - advanced search with postalAddress=* gives 1 result > - simple search with postalAddress "equals to" * gives the same one > whereas > - simple search with postalAddress "contains" street returns no entry > > there is a problem here, what d'ya think ? > OK, this is what I was trying to get to - you need to index the postaladdress attribute (in your slapd.conf), with a "sub" index if you want to use "contains". As contains is actual *text* filter. Have you indexed it?
...deon ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ phpldapadmin-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users
