[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: schema checking



> > > You don't want to have ldif2ldbm check schema, because if it 
> > did, it's be
> > > much slower.
> > 
> > if ldif2ldbm doesn't check schema, how is schema checking being enforced?
> 
> slapd does it.

slapd doesn't either... when I ran ldif2ldbm with invalid attributes, I
was able to search for the attribute using ldapsearch.

if schema checking makes ldif2ldbm slow, it should make slapd slower
too... it is better to have schema checking done once with ldif2ldbm than
to have slapd do it everytime there is a connection.