ltb-project / openldap-deb

Debian packages for OpenLDAP
http://ltb-project.org/wiki/documentation/openldap-deb
GNU General Public License v3.0
14 stars 13 forks source link

decide the configuration policy in case of upgrade #75

Closed davidcoutadeur closed 2 years ago

davidcoutadeur commented 2 years ago

in case of package upgrade, what should be done for:

Especially:

davidcoutadeur commented 2 years ago

action: check the community's opinion

davidcoutadeur commented 2 years ago

After discussing with the community:

The main things that have changed:

  • many modifications in the configuration schema (cn=schema,cn=config)
    • some modifications in the additional schemas (core, cosine,...)
    • a few modifications in the database and overlay entries (for example, olcDbMaxEntrySize, olcPPolicyDisableWrite, objectClass: olcMemberOf -> objectClass: olcMemberOfConfig)

Considering this, there is no need for updating the configuration while upgrading openldap

We will provide slapd.conf and cn=config configurations, and cn=config will be the default deployed configuration, as discussed in #62