summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'DS71SP1_CF_20051222'.DS71SP1_CF_20051222unknown2005-12-191-1/+2
|\
| * [175897] filter'd search not returning matches after index addedNoriko Hosoi2005-12-191-1/+2
| |
| * [173687] deadlock caused by error log rotation and loggingNoriko Hosoi2005-11-241-0/+17
| | | | | | | | need to set localuser before creating/opening error log.
| * [173687] deadlock caused by error log rotation and loggingNoriko Hosoi2005-11-234-29/+49
| | | | | | | | | | Modified to change the owner to the "localuser" if the error log file is not owned by the user.
| * [173524] setup scripts retrieves incorrect adminidNoriko Hosoi2005-11-172-9/+39
|/ | | | Fixed to get the adminid from the right place: adminpw in the 2 setup scripts: one for rpm and another for the classic setup.
* Fixed the build: removed __attribute__ from the previous checkin.Directory71Sp1RtmRhelHpuxSolarisNoriko Hosoi2005-11-041-7/+7
|
* Bug(s) fixed: 166229, 166081Rich Megginson2005-11-031-0/+54
| | | | | | | | | | | | | | | | | | | | | | Bug Description: slapd crashes during SASL authentication Reviewed by: Noriko (Thanks!) Branch: HEAD and Directory71RtmBranch Fix Description: When we build cyrus-sasl on RHEL, we tell it to use berkeley db for its sasldb database. It uses whatever version of berkeley db is installed in the system. On RHEL3, this is usually libdb-4.1. However, at runtime, slapd uses 4.2, leading to conflicts. This doesn't happen on RHEL4 because it already has 4.2 on it. The db is used to lookup auxiliary properties (auxprop) related to the user, such as password or whatever. This happens in sasl after the user is looked up. In our server, the way we use it, we don't care about these auxprops, or we get them in another way. If you don't tell sasl which auxprop plugin you want to use, it tries to use all of them, which means it will attempt to use the sasldb plugin, which will lead to the crash. The solution is to add our own auxprop plugin which is just a dummy that does nothing, and tell sasl to use our plugin. Platforms tested: RHEL3, RHEL4 Flag Day: no Doc impact: no
* 163064 - It appears that Active Directory has a problem where it allows ↵Nathan Kinder2005-10-271-2/+5
| | | | duplicate values for system-only multivalued attributes. This change just skips the dscorepropagationdata attibute when receiving a change from DirSync.
* [171817] RHEL full install from service pack rpm cannot process security filesNoriko Hosoi2005-10-272-47/+57
| | | | | | | dssecure.txt and assecure.txt are the temporary file created in the setup script, which is generated only when slapd instance and admin server are installed, respectively. But they were checked even if it was the fresh install.
* [171656] benign NMC_ messages during SP1 installationNoriko Hosoi2005-10-251-1/+0
| | | | | Before running the silent install, setup script starts the server, which is not necessary.
* [171306] Cleanup of admin server codeNoriko Hosoi2005-10-221-2/+2
| | | | | Fixed the broken build (64-bit Solaris and HP-UX). Macro (NC_BUILD_FLAVOR) does not include '_64' tag.
* [171306] Cleanup of admin server codeNoriko Hosoi2005-10-225-16/+40
| | | | | | (component_versions.mk ldap/cm/Makefile ldap/cm/fedora-patch.inf ldap/cm/redhat-patch.inf ldap/cm/genRpmPatch.pl) [171349] JRE,JSS files in DS 7.1 SP1 package appear changed due to stripping (ldap/cm/Makefile)
* Bug(s) fixed: 170350Rich Megginson2005-10-211-7/+29
| | | | | | | | | | | | | | | | | | | | | | Bug Description: RHDS to AD: entries with constraint violations not sync'ed Reviewed by: Nathan and Noriko (Thanks!) Branch: Directory71RtmBranch and HEAD Fix Description: The DS correctly rejects the change and continues when it gets a constraint violation from Windows AD in response to an update. However, there is no way for the admin to know that this occurred, and no easy way to find out what the problem is or how to fix it. This fix just logs the error message from Windows at the default log level, so an admin can know which entry and attribute had a problem. Other log messages are logged at the repl log level, as before. The other part of this is to remove the extraneous new line chars from the Windows error message. Platforms tested: RHEL4 Flag Day: no Doc impact: Yes. We need to document a way for the user to fix the problem and then re-sync the entry over to Windows. We also need a link to detailed information about AD error messages. QA impact: should be covered by regular nightly and manual testing New Tests integrated into TET: none
* Removing ntds.msi from the patch list since there is no fixes going into ↵Noriko Hosoi2005-10-202-2/+0
| | | | DS7.1SP1.
* 170071 - Automatically add grouptype for new groups being synchd to NT4Nathan Kinder2005-10-201-0/+13
|
* Forgot to remove an obsolete line in the previous checkin.Noriko Hosoi2005-10-171-1/+0
|
* 170816 - Don't consume password changes if modify failsNathan Kinder2005-10-141-0/+5
|
* [170322] setup script hangs without prompting for token passwordNoriko Hosoi2005-10-141-1/+1
| | | | | | | Modified the comment to describe the %config behavior correctly # don't update admin server configuration files. # note: if there's somes change b/w 2 versions, on-disk file is put w/ .rpmsave %config %{prefix}/admin-serv/config/*
* [170322] setup script hangs without prompting for token passwordNoriko Hosoi2005-10-141-15/+3
| | | | | | | Specifying the admin server's config file as a config file with %config in %files section, the files won't be touched unless the upgrade has changes from the previous version. With the line, we don't have to do backup/restore the admin-serv config directory.
* [170322] setup script hangs without prompting for token passwordNoriko Hosoi2005-10-144-30/+343
| | | | Disable SSL before applying the patch, then enable it when the patch installation is done.
* 170556 - Make passsync obey backoff for retries when DS is downNathan Kinder2005-10-142-29/+28
|
* 170135 - Improved passsync logging facilitiesNathan Kinder2005-10-131-78/+111
|
* 170558 - Add certutil, pk12util and missing dlls to PassSync.msiNathan Kinder2005-10-121-0/+9
|
* 170558 - Add certutil, pk12util and missing dlls to PassSync.msiNathan Kinder2005-10-121-46/+56
|
* [167982] Service Pack frameworkNoriko Hosoi2005-10-121-2/+2
| | | | fixed RHEL build failure: should have used simply expanded variable when generating a temporary directory name to store the 7.1 RTM package.
* 170328 - Fixed modify type installation so it actually updates the registryNathan Kinder2005-10-121-0/+26
|
* 170321 - Increase winsync version to 1.0.1Nathan Kinder2005-10-113-4/+4
|
* 169954 - Moved illegal declaration to the top of code blockds71sp1_20051006_2Nathan Kinder2005-10-061-1/+3
|
* 169954 - Winsync initialization would hang with certain entries. Fixed ↵Nathan Kinder2005-10-061-2/+11
| | | | improper use of ldap_get_next.
* [169580] awk used in setup.patch had GNU specific syntaxNoriko Hosoi2005-09-291-1/+1
|
* [167982] Service Pack frameworkNoriko Hosoi2005-09-285-4/+224
| | | | | | | To make patch installation easier and less confusing, 1) adding a setup wrapper (ldap/cm/newinst/setup.patch) for Solaris and HP as well as 2) adding some code to RPM setup script (ldap/cm/newinst/setup) for RHELs, which checks the existing server config files and retrieves the values needed for the upgrade.
* 169388 - Fixed attribute comparision helper function that was causing ↵Nathan Kinder2005-09-281-1/+1
| | | | certain changes to not get synched.
* [160003] db2index.pl cannot find libldap50.so if only certain parameters are ↵Noriko Hosoi2005-09-162-0/+13
| | | | | | | | used 1) Makefile: SP packages ns-config and needed libraries 2) slapd-patch.inf: call "ns-config -r" in the pre install phase; "ns-update" in the post install phase.
* [168402] patch info file for 64-bit system gets brokenNoriko Hosoi2005-09-162-2/+5
| | | | ldap/cm/Makefile uses the full OBJDIR name including "_64" for the patch inf location.
* [168400] Solaris and HP-UX 7.1 SP1 packages should only contain the fixes ↵Noriko Hosoi2005-09-161-17/+8
| | | | | | not the full install BUILD_PATCH & BUILD_SHIP being set, SP1 packages contain just patch files.
* Fix the patch build on Solaris/HP: Removed an obsolete copy lineNoriko Hosoi2005-09-141-2/+5
|
* Fixed the 64-bit patch build; when building the installer USE_64 flag isNoriko Hosoi2005-09-141-0/+8
| | | | | cleared. The patch info file had to be explicitly copied as the slapd info file being done.
* Fixed a build failure; "optimized" should have been "optimize".Noriko Hosoi2005-09-141-1/+1
|
* upgrade winsync to 20050912 for bug 159037 and upgrade directory console to ↵Rich Megginson2005-09-131-3/+3
| | | | 20050913 for bug 167761
* 168222 - Added xorg-x11-deprecated-libs dependency for RHEL4Nathan Kinder2005-09-132-2/+11
|
* Package updated README.txt (with "SP1" info) -- revisedNoriko Hosoi2005-09-122-4/+4
|
* Package updated README.txt (with "SP1" info)Noriko Hosoi2005-09-122-0/+5
|
* Updated "Fedora Directory Server 7.1" to "Fedora Directory Server 7.1 SP1"Noriko Hosoi2005-09-121-1/+1
|
* [167982] Service Pack frameworkNoriko Hosoi2005-09-108-2/+486
| | | | | 1) added patch info files and a perl script to process the info (RPM) 2) modified makefiles to create RPM based as well as setupsdk based SP package
* [160589] IBM JVM breaks on some machines/kernels : admin server fails to startNoriko Hosoi2005-09-091-9/+15
| | | | | | | | 1) set an environment variable JAVA_COMPILER=NONE 2) added -Djava.compiler=NONE to jvm.option in admin-serv/config/jvm12.conf 3) added reconfig option "-r" to admin server ns-config and ns-update. Without passing the option, admin server's config file (e.g., server.xml) are not properly updated.
* Fix for NT build failure: undefined symbols in index.cNoriko Hosoi2005-09-091-2/+2
|
* 165228 - Don't have RPM auto-generate provides list.Nathan Kinder2005-09-071-0/+2
|
* [167679] modify upgradeServer to upgrade db2index.plNoriko Hosoi2005-09-071-2/+2
| | | | | | | To fix the bug "[160003] db2index.pl cannot find libldap50.so if only certain parameters are used", template-db2index.pl has been modified. When upgrading existing servers, the perl scripts are not touched unless forced to. This upgradeServer provides the framework.
* [167478] setup script needs to check the DS instanceNoriko Hosoi2005-09-021-1/+12
| | | | if the instance dir exists, run ns-config with "-r".
* [166723] Need version number change for 7.1SP1Noriko Hosoi2005-08-3128-35/+41
| | | | Results applying brandver script to update the version numbers.