Opened 14 years ago
Closed 9 years ago
#167 closed defect (fixed)
scriptsVhost LDAP schema has invalid syntax specification
Reported by: | ezyang | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
We use DirectoryString? (1.3.6.1.4.1.1466.115.121.1.15) for scriptsVhostDirectory, but scriptsVhostDirectory will be empty in the case of the top level directory and DirectoryString? is not permitted to be empty. We should probably be using something like UTF8String ( IANA-ASSIGNED-OID.2 DESC 'UTF8String' ) instead. It's unclear how a migration for this would happen.
This is relevant because Fedora 13 turns on syntax validation (nsslapd-syntaxcheck) by default; we need to turn this off for now.
Change History (3)
comment:1 Changed 13 years ago by ezyang
- Keywords starter ldap added
comment:2 Changed 13 years ago by ezyang
- Keywords starter ldap removed
comment:3 Changed 9 years ago by andersk
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I migrated from scriptsVhostDirectory= to scriptsVhostDirectory=. (r2735, Pony 970376c), fixing the validation errors. Then I verified the database with syntax-validate.pl and turned nsslapd-syntaxcheck back on.