Upgrade from 1.0 to 1.1

If you are using packages, they should have done the upgrade process for you, but you can check here that all is in order.

If you upgrade from older versions, please follow first upgrade documentation from previous release.

Custom skins

You may have develop a custom skin following the skin customization documentation. In this case, you may face errors when displaying the portal, because some new template files are required with LemonLDAP::NG 1.1:

The Yubikey form should be linked like the standard template files:

ln -s ../pastel/yubikeyform.tpl .

Custom templates must be copied, you will then be able to add your custom content into it:

cp ../pastel/custom* .

DBI notifications backend

We added the possibility to define conditions in notifications. This implies no change for File backend, but a little update of table structure for DBI backend:

ALTER TABLE `notifications` ADD `cond` VARCHAR( 255 ) NULL AFTER `ref`