diff --git a/AUTHORS.md b/AUTHORS.md index ec26a78e35f94be44a42b941453b6e7d6733847a..4f4a578c9f416232ddbfbf8501edee7d62f16b0a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -218,3 +218,6 @@ documentation and additional help. * Peter Linss Added catchall table to postfix plugin + +* Renato Ramonda + Support for SSH ed25519 keys diff --git a/Changelog.md b/Changelog.md index 8642db3a4d99be61fab866be81edbf7bde169d30..b37aadd11f972343b28b6ab4daf6199dada99bc4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,50 @@ +## %"FusionDirectory 1.3.1" - 2019-07-04 + +### Added + +#### fusiondirectory +- fd#5985 We don't have LDAP tab on FusionDirectory configuration + +#### fusiondirectory-plugins +- fd-plugins#5911 supannRefId field is missing for "etablissement" +- fd-plugins#5938 Make %passwordClear% available to sambaAccount hooks +- fd-plugins#5939 create icons for ipmi and weblink +- fd-plugins#5940 We don't have LDAP tab on FusionDirectory configuration +- fd-plugins#5957 creating icons for the sinaps plugin + +### Changed + +#### fusiondirectory-plugins +- fd-plugins#5913 Avoid mass acquistion when editing group gidNumber +- fd-plugins#5948 description of a user should'nt be updated from SINAPS + +### Removed + +#### fusiondirectory-plugins +- fd-plugins#5901 Remove Google+ from personal social accounts tab + +### Fixed + +#### fusiondirectory +- fd#5942 PHP >= 7.2 triggering error when count() is called with invalid countable +- fd#5967 Systems dashboard crashes +- fd#5978 when renaming branch aka department roles are not updated correctly +- fd#5983 Write ACL on user/userRoles/groupsMembership not working when not having full user/user read right +- fd#5987 ImagickException are not catched when showing an ImageAttribute +- fd#5997 Incorrect error message when the mail cannot be sent by recovery +- fd#6006 expiration date in dashboard is 02.01.1970 + +#### fusiondirectory-plugins +- fd-plugins#5917 flag_ownmailbox cannot be used with partage mail method +- fd-plugins#5918 SINAPS : acquisition couldn't be sent because primary affectation isn't set +- fd-plugins#5923 cname record appear on another domain when they contain the machine cn +- fd-plugins#5935 Crash when I try to create a server with argonaut plugin and without dns plugin +- fd-plugins#5941 Error when identity is spread from SINAPS "Cannot delete non-existing user {LDAPUUID}" +- fd-plugins#5942 Error for user-reminder about smarty +- fd-plugins#5944 add addvalues/delvalues documentation +- fd-plugins#5945 unable to add SINAPS Structure +- fd-plugins#5949 Systems dashboard crashes + ## %"FusionDirectory 1.3" - 2019-03-04 ### Added @@ -643,7 +690,7 @@ #### fusiondirectory - fd#5098 Exception should be reorganized - fd#5267 Incompatibility between recovery password and user-reminder -- fd#5280 rewrote the password recovery with new RDN +- fd#5280 rewrote the pasword recovery with new RDN #### fusiondirectory-plugins - fd-plugins#5070 FAI packageSelect class should use simpleSelectManagement @@ -1031,21 +1078,21 @@ ### Changed -#### fusiondirectory-plugins -- fd-plugins#4657 community organization membership type - -### Removed - -#### fusiondirectory -- fd#4621 Use of mcrypt should be removed -- fd#4652 The weird _copy fallback should be removed - -#### fusiondirectory-plugins -- fd-plugins#4654 DHCP seems to use inexistant method getCn - -### Fixed - -#### fusiondirectory +#### fusiondirectory-plugins +- fd-plugins#4657 community organization membership type + +### Removed + +#### fusiondirectory +- fd#4621 Use of mcrypt should be removed +- fd#4652 The weird _copy fallback should be removed + +#### fusiondirectory-plugins +- fd-plugins#4654 DHCP seems to use inexistant method getCn + +### Fixed + +#### fusiondirectory - fd#4633 change requirement to php 5.4 for centos - fd#4634 DNS PTR migration does not work - fd#4638 UI issue, entry disappear in 'Base' dropdown diff --git a/UPGRADE.md b/UPGRADE.md index c82c2a6593bf0e8c2be487158006f7bbaed37538..227ca902dd6bea4c3cee8fce06bf73172e0677dd 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -3215,6 +3215,52 @@ if you are using the weblink plugin you have to update is schema fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/weblink-fd.schema ``` +Migrate FusionDirectory from 1.3 to 1.3.1 +========================================= + +**The gpg keys for FusionDirectory and Argonaut have been renewed so you +need to install the new keys for the packages to install correctly** + +Upgrade FusionDirectory first +----------------------------- + +Upgrade FusionDirectory core package before other ones to avoid +dependencies errors: + +``` {.sourceCode .shell} +apt-get install fusiondirectory +``` + +Upgrade FusionDirectory schema package too. + +``` {.sourceCode .shell} +apt-get install fusiondirectory-schema +``` + +Upgrade of LDAP directory +------------------------- + +if you are using the sinaps plugin you have to update is schema + +``` {.sourceCode .shell} +fusiondirectory-insert-schema -m /etc/ldap/schema/fusiondirectory/sinaps-fd-conf.schema +``` + +Fonctionality Added +------------------- + +- The macro **%passwordClear%** is now available in the sambaAccount + so that in can be used in hooks for ADÂ sync. +- The ldapdump fonctionality is now available on the configuration +- The supann etablissment objects is now equal to entite objects + except for the attribute ou + +Fonctionality removed +--------------------- + +- The google+ account storage has been removed from personal social + accounts tab + [php-cas]: http://packages.ubuntu.com/trusty/all/php-cas/download