[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: filter problem
Pierangelo Masarati wrote:
> For instance, you may start from telling us what software
> version you're using (on what OS), what data you actually
> stored in it (the exact LDIF, without any proprietary or
> sensitive info) and exactly what operation (command and options)
> you're performing.
uhm, of course, sorry...
OS Redhat ES 3
OpenLDAP v. should be the one that comes with RH
this is the respective ldif:
dn: uid=bvmaster,ou=TeZebraUser,ou=Access
cn: BVMaster, BVMaster
gid: 1109856477632
givenName: BVMaster
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: inetOrgPerson
objectClass: nsLicenseUser
objectClass: mailRecipient
objectClass: xxxxIntranetPerson
sn: BVMaster
uid: bvmaster
userPassword: xxxxxx
the search is done with ldapsearch -x -h 'myhost' -p myport -v -b
'ou=Access' 'objectClass=xxxxIntranetPerson'
and doesn't return the entry bvmaster. Same from within any LDAPBrowser.
Lars