From: Quanah Gibson-M. <qu...@zi...> - 2008-09-17 19:12:51
|
--On Wednesday, September 17, 2008 9:09 PM +0200 Dieter Kluenter <di...@dk...> wrote: > OK, this snipped shows just the last attribute 'mobile', access has > been granted to all other attributs as well. My question is not what can it see or not see. My question is, what is it looking for? What is the filter slapd thinks was requested? You're example execution: /usr/bin/perl -w "/home/dieter/Projekte/perlscripts/ldapwalk.pl" sn=test003* I don't see any reference to "sn=test003*" in your log snippet. And, as I noted in my previous email, the problem well may be that you are not quoting your query, like: /usr/bin/perl -w "/home/dieter/Projekte/perlscripts/ldapwalk.pl" "sn=test003*" depending on your shell. As I noted, a similar query works just fine for me. --Quanah -- Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration |