------------------------------------------------------------------------ r4710 | jpikus | 2008-12-04 07:50:07 -0600 (Thu, 04 Dec 2008) | 1 line create branch b1.2 from candidate 1.1.0-build003 (svn rev=4709) ------------------------------------------------------------------------ r4724 | chebrard | 2008-12-08 03:10:02 -0600 (Mon, 08 Dec 2008) | 4 lines Add missing binary licence: resource/legal-notices/BinariesLicense.txt Merge BerkeleyDB-JE / jaf & javamail licenses into one single file resource/legal-notices/THIRDPARTYREADME.txt Update SVR4 package copyright file ------------------------------------------------------------------------ r4726 | chebrard | 2008-12-08 09:47:51 -0600 (Mon, 08 Dec 2008) | 2 lines Fix: configure script fails to retrieve the user/group of the instance ------------------------------------------------------------------------ r4730 | lutoff | 2008-12-09 03:18:05 -0600 (Tue, 09 Dec 2008) | 5 lines Fix for issue #3642 (During startup, extension descriptions are displayed twice) If the install and the instance were in the same directory, the extensions was loaded twice. This modification suppresses the second load if the install and the instance are in the same directory ------------------------------------------------------------------------ r4731 | lutoff | 2008-12-09 03:19:55 -0600 (Tue, 09 Dec 2008) | 6 lines Fix for issue #3639 (restore is not applied to the proper backend when more than one backend is defined) Two different backends cannot be backed up in the same directory. This modification adds the check and returns and error if we try to backup a backend in a directory which already contains backup files from another backend. ------------------------------------------------------------------------ r4734 | lfrost | 2008-12-10 04:52:51 -0600 (Wed, 10 Dec 2008) | 1 line Man files for OpenSolaris integration ------------------------------------------------------------------------ r4736 | chebrard | 2008-12-10 08:00:34 -0600 (Wed, 10 Dec 2008) | 2 lines Add /usr/opends/unconfigure & LDAP tools to SVR4 package (fixes for issue 3651 & 3650) ------------------------------------------------------------------------ r4739 | lfrost | 2008-12-11 04:51:19 -0600 (Thu, 11 Dec 2008) | 1 line This change adds a man page for the unconfigure command. The change also updates the configure.1 man page to indicate that the command registers OpenDS as an SMF service. ------------------------------------------------------------------------ r4740 | chebrard | 2008-12-11 09:56:29 -0600 (Thu, 11 Dec 2008) | 2 lines Fix 3658: add man pages in SVR4 package ------------------------------------------------------------------------ r4746 | chebrard | 2008-12-12 05:32:28 -0600 (Fri, 12 Dec 2008) | 3 lines Fix 3661: SVR4 only: OpenDS fails to start with 1.1.0 bld3 Partial fix 3654: VERSION field of the SVR4 pkginfo should not include BUILD_NUMBER and VERSION_QUALIFIER ------------------------------------------------------------------------ r4750 | chebrard | 2008-12-12 08:40:12 -0600 (Fri, 12 Dec 2008) | 3 lines Second part of fix 3654: SVR4 pkginfo not compliant with Solaris rules: add a new field to the pkginfo file of the SVR4: SUNW_PKGTYPE ------------------------------------------------------------------------ r4754 | chebrard | 2008-12-15 03:16:29 -0600 (Mon, 15 Dec 2008) | 2 lines Fix 3663: SVR4: unable to start OpenDS if user has no home directory ------------------------------------------------------------------------ r4756 | fguigues | 2008-12-15 07:02:49 -0600 (Mon, 15 Dec 2008) | 2 lines ServiceTags properties files are located in the instance root directory ------------------------------------------------------------------------ r4757 | ludovicp | 2008-12-15 09:03:55 -0600 (Mon, 15 Dec 2008) | 2 lines Branche b1.2 will now produce 1.2.0 builds... Next one is expected to be the 1st release candidate (RC1). ------------------------------------------------------------------------ r4758 | ludovicp | 2008-12-15 10:00:43 -0600 (Mon, 15 Dec 2008) | 5 lines Update SMF manifest template to include authorizations to start/stop opends: solaris.smf.manage.opends The configure script will check that the user to run the instance has the proper authorizations (defect 3665). The definition of this authorization must be added to /etc/security/auth_attr to allow an administrator to set the authz to a given user using usermod or rolemod command. Alternately, the authz can be added directly to the /etc/user_attr file (using the wonderful vi editing tool for example)/ Defect 3666 has been created to track this additional changes to the Configure script. ------------------------------------------------------------------------