#47342 RFE - Directly accept openldap schema
Closed: wontfix by mreynolds. Opened by mreynolds.

Allow openldap schema to be directly added to 389 without having to use a migration script(ol-schema-migrate.pl).

Then allow the schema parser restrictiveness to be configurable in parse_attr_str() & parse_objclass_str():

   LDAP_SCHEMA_ALLOW_NONE
          strict parsing according to RFC 4512.
   LDAP_SCHEMA_ALLOW_NO_OID
          permit definitions that do not contain an initial OID.
   LDAP_SCHEMA_ALLOW_QUOTED
          permit quotes around some items that should not have them.
   LDAP_SCHEMA_ALLOW_DESCR
          permit a descr instead of a numeric OID in places where the syntax expect the latter.
   LDAP_SCHEMA_ALLOW_DESCR_PREFIX
          permit that the initial numeric OID contains a prefix in descr format.
   LDAP_SCHEMA_ALLOW_ALL
          be very liberal, include all options.

Metadata Update from @mreynolds:
- Issue set to the milestone: FUTURE

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to None
- Issue close_status updated to: None
- Issue tagged with: RFE

Metadata Update from @mreynolds:
- Issue tagged with: openldap

Metadata Update from @mreynolds:
- Issue close_status updated to: wontfix
- Issue status updated to: Closed (was: Open)

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/679

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata