Hi Moisés,
Moisés Barba Pérez wrote:
Thanks!
It's normal. Please run the next command line
and check nsViewFilter. You should see just one
that you added above.
ldapsearch [...] -b "cn=schema" attributeTypes |
grep nsViewFilter
AttributeTypes nsViewFilter is originally
defined in 02common.ldif which is overridden by
your new definition which is stored in the user
defined schema file 99user.ldif.
It cannot be... Could you give us a snippet of
your access log
(/var/log/dirsrv/slapd-ID/access), which
includes the SRCH options and the result?
[27/Apr/2012:10:05:14 -0700] conn=7 op=1 SRCH
base="dc=example,dc=com" scope=2 filter=
"(mail=NewUser100@xxxxxxxxxxx)"
attrs="mail"
[27/Apr/2012:10:05:14 -0700] conn=7 op=1 RESULT
err=0 tag=101
nentries=1 etime=0
[27/Apr/2012:10:05:36 -0700] conn=8 op=1 SRCH
base="dc=example,dc=com" scope=2 filter=
"(mail=newuser100@xxxxxxxxxxx)"
attrs="mail"
[27/Apr/2012:10:05:36 -0700] conn=8 op=1 RESULT
err=0 tag=101
nentries=1 etime=0
Also, if you think the version 1.2.5 is not
working well, could you upgrade 389-ds-base to
the latest and try the same operation?
389 Directory Server 1.2.10.4 is now
available (March 29, 2012)
389 Directory Server 1.2.10.4 is now
available from the Stable repositories.
Thanks,
--noriko