[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: OpenLDAP config issues
> > I am new to this list, so I hope I am posting at the right place. I have
> > successfully (finally!!) configured openldap on my redhat 9.0 box and can
> > do a ldapsearch without any issues:
> > However, when I try and search from outlook or netscape, it does not
> > return any results for this same user.
> I would think that ...
> Netscape/Outlook/any client baseDN should be
> ou=People,dc=CHAMKILA,dc=ORG
I more suspect that this is objectclass filtering. Mail clients
typically do a objectclass=people search, the object presented is an
account object, not a person.
> Are you sure that your using uppper/lower/mixed cases aren't gonna cause
> you problems in the long run?
Shouldn't dn processing is case insensitive.