Back to bug 1303641

Who When What Removed Added
Noriko Hosoi 2016-02-04 18:40:30 UTC CC aheverle
Status NEW ASSIGNED
Noriko Hosoi 2016-02-10 20:52:54 UTC Status ASSIGNED POST
Viktor Ashirov 2016-02-15 07:39:23 UTC Priority unspecified medium
Severity unspecified medium
Marc Sauton 2016-02-15 17:28:24 UTC CC msauton
Noriko Hosoi 2016-02-15 20:48:50 UTC Status POST ASSIGNED
CC gparente
Flags needinfo?(gparente)
German Parente 2016-02-25 16:47:51 UTC Flags needinfo?(gparente)
Noriko Hosoi 2016-03-24 17:36:32 UTC Flags needinfo?(gparente)
German Parente 2016-03-24 23:47:52 UTC Flags needinfo?(gparente)
Noriko Hosoi 2016-04-04 18:16:46 UTC Flags needinfo?(gparente)
German Parente 2016-04-05 07:42:27 UTC Flags needinfo?(gparente)
Noriko Hosoi 2016-04-12 18:32:16 UTC Status ASSIGNED POST
Priscila 2016-05-04 18:25:44 UTC CC pveiga
Noriko Hosoi 2016-05-04 19:46:35 UTC Status POST MODIFIED
Fixed In Version 389-ds-base-1.3.5.2-1.el7
errata-xmlrpc 2016-05-04 20:08:33 UTC Status MODIFIED ON_QA
Eugene Keck 2016-05-11 21:43:26 UTC Priority medium urgent
CC ekeck
Hardware Unspecified All
OS Unspecified Linux
Severity medium urgent
Marcel Kolaja 2016-05-12 08:35:44 UTC Blocks 1335423
Marcel Kolaja 2016-05-12 08:36:18 UTC Keywords ZStream
Noriko Hosoi 2016-05-12 22:09:47 UTC Doc Text 389-ds-base-1.3.2 and newer is complient with the schema definition described in RFC 4512, which may not allow the schema used by the older versions.

To ease the migration using the replication from the older version of 389-ds-base to the new one, a configuration parameter nsslapd-enquote-sup-oc was provided, in which there was a regression that prevented handling an old schema style such as SYNTAX oid in single quotes. The regression was fixed.

Additionally, an environment variable LDAP_SCHEMA_ALLOW_QUOTED has been introduced to support the old style schema in the schema directory. To set the environment variable, add
LDAP_SCHEMA_ALLOW_QUOTED="on"
to /etc/sysconfig/dirsrv-INSTANCE file.
Noriko Hosoi 2016-05-12 22:21:48 UTC Doc Text 389-ds-base-1.3.2 and newer is complient with the schema definition described in RFC 4512, which may not allow the schema used by the older versions.

To ease the migration using the replication from the older version of 389-ds-base to the new one, a configuration parameter nsslapd-enquote-sup-oc was provided, in which there was a regression that prevented handling an old schema style such as SYNTAX oid in single quotes. The regression was fixed.

Additionally, an environment variable LDAP_SCHEMA_ALLOW_QUOTED has been introduced to support the old style schema in the schema directory. To set the environment variable, add
LDAP_SCHEMA_ALLOW_QUOTED="on"
to /etc/sysconfig/dirsrv-INSTANCE file.
389-ds-base-1.3.2 and newer is compliant with the schema definition described in RFC 4512, which may not allow the schema used by the older versions.

To ease the migration using the replication from the older version of 389-ds-base to the new one, a configuration parameter nsslapd-enquote-sup-oc was provided, in which there was a regression that prevented handling an old schema style such as SYNTAX oid in single quotes. The regression was fixed.

Additionally, an environment variable LDAP_SCHEMA_ALLOW_QUOTED has been introduced to support the old style schema in the schema directory. To set the environment variable, add
LDAP_SCHEMA_ALLOW_QUOTED="on"
to /etc/sysconfig/dirsrv-INSTANCE file.
Andrea Cavallari 2016-06-22 17:59:31 UTC CC acavalla
Petr Bokoc 2016-07-26 14:38:45 UTC CC pbokoc
Doc Text 389-ds-base-1.3.2 and newer is compliant with the schema definition described in RFC 4512, which may not allow the schema used by the older versions.

To ease the migration using the replication from the older version of 389-ds-base to the new one, a configuration parameter nsslapd-enquote-sup-oc was provided, in which there was a regression that prevented handling an old schema style such as SYNTAX oid in single quotes. The regression was fixed.

Additionally, an environment variable LDAP_SCHEMA_ALLOW_QUOTED has been introduced to support the old style schema in the schema directory. To set the environment variable, add
LDAP_SCHEMA_ALLOW_QUOTED="on"
to /etc/sysconfig/dirsrv-INSTANCE file.
389-ds-base version 1.3.2 and later is compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from earlier versions, the "nsslapd-enquote-sup-oc" was introduced. However, this parameter contained a bug which prevented handling old schema styles such as 'SYNTAX oid' in single quotes. This update fixes that bug, and you can now use single quotes with older schema styles.

Additionally, this update introduces the "LDAP_SCHEMA_ALLOW_QUOTES" environment variable which adds support for older style schema in the schema directory. To enable this functionality, set LDAP_SCHEMA_ALLOW_QUOTED="on" in the /etc/sysconfig/dirsrv-INSTANCE configuration file.
Petr Bokoc 2016-07-27 15:48:18 UTC Docs Contact pbokoc
Doc Text 389-ds-base version 1.3.2 and later is compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from earlier versions, the "nsslapd-enquote-sup-oc" was introduced. However, this parameter contained a bug which prevented handling old schema styles such as 'SYNTAX oid' in single quotes. This update fixes that bug, and you can now use single quotes with older schema styles.

Additionally, this update introduces the "LDAP_SCHEMA_ALLOW_QUOTES" environment variable which adds support for older style schema in the schema directory. To enable this functionality, set LDAP_SCHEMA_ALLOW_QUOTED="on" in the /etc/sysconfig/dirsrv-INSTANCE configuration file.
Fixed a bug in handling old schema styles in single quotes

Starting with version 1.3.2, the _389-ds-base_ packages are compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from previous versions, the `nsslapd-enquote-sup-oc` parameter was introduced. However, the implementation of this parameter had a bug which prevented handling old schema styles in single quotes, such as:

SYNTAX oid

This bug is now fixed, and you can now use single quotes with older schema styles.

Additionally, this update introduces the `LDAP_SCHEMA_ALLOW_QUOTES` environment variable which adds support for older style schema in the schema directory. To enable this functionality, set `LDAP_SCHEMA_ALLOW_QUOTED=on` in the `/etc/sysconfig/dirsrv-INSTANCE` configuration file.
Petr Bokoc 2016-07-27 15:49:12 UTC Doc Text Fixed a bug in handling old schema styles in single quotes

Starting with version 1.3.2, the _389-ds-base_ packages are compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from previous versions, the `nsslapd-enquote-sup-oc` parameter was introduced. However, the implementation of this parameter had a bug which prevented handling old schema styles in single quotes, such as:

SYNTAX oid

This bug is now fixed, and you can now use single quotes with older schema styles.

Additionally, this update introduces the `LDAP_SCHEMA_ALLOW_QUOTES` environment variable which adds support for older style schema in the schema directory. To enable this functionality, set `LDAP_SCHEMA_ALLOW_QUOTED=on` in the `/etc/sysconfig/dirsrv-INSTANCE` configuration file.
Fixed a bug in handling old schema styles in single quotes

Starting with version 1.3.2, the _389-ds-base_ packages are compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from previous versions, the `nsslapd-enquote-sup-oc` parameter was introduced. However, the implementation of this parameter had a bug which prevented handling old schema styles in single quotes, such as:

SYNTAX oid

This bug is now fixed, and you can now use single quotes with older schema styles.

Additionally, this update introduces the `LDAP_SCHEMA_ALLOW_QUOTES` environment variable which adds support for older style schema in the schema directory. To enable this functionality, set the variable in the `/etc/sysconfig/dirsrv-INSTANCE` configuration file:

`LDAP_SCHEMA_ALLOW_QUOTED=on`
Petr Bokoc 2016-08-05 14:49:43 UTC Doc Text Fixed a bug in handling old schema styles in single quotes

Starting with version 1.3.2, the _389-ds-base_ packages are compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from previous versions, the `nsslapd-enquote-sup-oc` parameter was introduced. However, the implementation of this parameter had a bug which prevented handling old schema styles in single quotes, such as:

SYNTAX oid

This bug is now fixed, and you can now use single quotes with older schema styles.

Additionally, this update introduces the `LDAP_SCHEMA_ALLOW_QUOTES` environment variable which adds support for older style schema in the schema directory. To enable this functionality, set the variable in the `/etc/sysconfig/dirsrv-INSTANCE` configuration file:

`LDAP_SCHEMA_ALLOW_QUOTED=on`
Old schema styles can now correctly be used with single quotes

Starting with version 1.3.2, the _389-ds-base_ packages are compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from previous versions, the `nsslapd-enquote-sup-oc` parameter was introduced. However, the implementation of this parameter had a bug which prevented handling old schema styles in single quotes, such as:

SYNTAX oid

This bug is now fixed, and you can now use single quotes with older schema styles.

Additionally, this update introduces the `LDAP_SCHEMA_ALLOW_QUOTES` environment variable which adds support for older style schema in the schema directory. To enable this functionality, set the variable in the `/etc/sysconfig/dirsrv-INSTANCE` configuration file:

LDAP_SCHEMA_ALLOW_QUOTED=on
Petr Bokoc 2016-08-19 13:26:12 UTC Doc Text Old schema styles can now correctly be used with single quotes

Starting with version 1.3.2, the _389-ds-base_ packages are compliant with the schema definition described in RFC 4512, which may not allow the schema to be used by the older versions. To ease migration from previous versions, the `nsslapd-enquote-sup-oc` parameter was introduced. However, the implementation of this parameter had a bug which prevented handling old schema styles in single quotes, such as:

SYNTAX oid

This bug is now fixed, and you can now use single quotes with older schema styles.

Additionally, this update introduces the `LDAP_SCHEMA_ALLOW_QUOTES` environment variable which adds support for older style schema in the schema directory. To enable this functionality, set the variable in the `/etc/sysconfig/dirsrv-INSTANCE` configuration file:

LDAP_SCHEMA_ALLOW_QUOTED=on
Old schema styles can now correctly be used with single quotes

Starting with version 1.3.2, the _389-ds-base_ packages are compliant with the schema definition described in RFC 4512, which does not allow the schema to be used by the older versions. To ease migration from previous versions, the `nsslapd-enquote-sup-oc` parameter was introduced. However, the implementation of this parameter had a bug which prevented handling old schema styles in single quotes, such as:

SYNTAX oid

This bug is now fixed, and you can use single quotes with older schema styles.

Additionally, this update introduces the `LDAP_SCHEMA_ALLOW_QUOTES` environment variable which adds support for older style schema in the schema directory. To enable this functionality, set the following variable in the `/etc/sysconfig/dirsrv-INSTANCE` configuration file:

LDAP_SCHEMA_ALLOW_QUOTED=on
Petr Bokoc 2016-08-19 14:20:17 UTC Blocks 1368484
Sankar Ramalingam 2016-09-23 13:27:43 UTC Status ON_QA VERIFIED
CC sramling
errata-xmlrpc 2016-11-02 12:24:30 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-11-03 20:39:10 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-11-03 16:39:10 UTC
Simon Pichugin 2020-09-13 21:39:21 UTC Link ID Github 389ds/389-ds-base/issues/1774

Back to bug 1303641