[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
dn validity in 2.2.2beta (ITS#2790)
Full_Name: Allan E. Johannesen
Version: 2.2.2beta
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (130.215.27.217)
With slapd.conf having
suffix "dc=wpi,dc=edu"
slapadd rejects an ldif with
dn: dc=WPI,dc=EDU
giving two identical error lines:
slapadd: line 16: database (dc=wpi,dc=edu) not configured to hold
"dc=WPI,dc=EDU"
Raising the case of wpi and edu in the suffix resulted in slapadd accepting the
entry.
I read that there was a change in dn handling and I don't know if requiring
exact case was the planned change.