#776739 assist cn=config users with schema updates

Package:
slapd
Source:
openldap
Description:
OpenLDAP server (slapd)
Submitter:
Ryan Tandy
Date:
2015-04-09 11:21:04 UTC
Severity:
wishlist
#776739#5
Date:
2015-02-01 00:00:16 UTC
From:
To:
Files in /etc/ldap/schema are updated during upgrades, per the conffile
rules, but currently we don't do anything about schemas imported into
config databases. It would be nice if we notified users that their
schemas were out of date, and even nicer if we offered assistane with
upgrading them safely.

(Concrete example: ppolicy.schema gained ordering rules in 2.4.40.)

#776739#10
Date:
2015-04-09 11:03:52 UTC
From:
To:
You may be interested by our tool fusiondirectory-insert-schema, it has a -i option to insert and -m option to update schema. (-m is for modify)
https://forge.fusiondirectory.org/projects/fd/repository/revisions/master/entry/contrib/bin/fusiondirectory-insert-schema
(It is also available in the fusiondirectory debian package but then you’ll have the whole web application you may not need at all)
(Note: do not launch without option, it will try and install FD standard schemas. Use -h option for help)

Côme