25 Oct, 2007
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3372 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…e cn=schema between two servers git-svn-id: https://svn.forgerock.org/opendj/trunk@3371 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3370 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Oct, 2007
8 commits
-
…neously being evaluated for all operations, instead of extended operations only. The was causing the results of the ldapsearch in issue 2509 to not return results when it should have. Issue 2509. git-svn-id: https://svn.forgerock.org/opendj/trunk@3369 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3368 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3367 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3366 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…es are processed). The following changes apply to the initialize topology command. When the initialize is finished (successful or not) print in the output the message we calculated if it has not been displayed yet. git-svn-id: https://svn.forgerock.org/opendj/trunk@3365 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- fix ConcurrentModificationException in the Initialize task by using methods that lock the entry - fix unroutable message, by forwarding message only to the replication servers that have replica connected Miscellaneous improvements in error or debug traces git-svn-id: https://svn.forgerock.org/opendj/trunk@3364 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When the initialize is finished (successful or not) print in the output the message we calculated if it has not been displayed yet. git-svn-id: https://svn.forgerock.org/opendj/trunk@3363 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3362 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Oct, 2007
6 commits
-
The following changes are aimed to include a new attribute in the backend monitor entry to provide the number or entries per base DN. This information is used by the status, status-panel, dsreplication and graphical setup to be able to display the number of entries under a given base DN even when there are several base DNs defined in the same database. The way the new attribute appears in the monitoring entry is: ldapsearch -w s -p 1389 -b cn=monitor ds-backend-id=userRoot ds-base-dn-entry-countdn: cn=userRoot Backend,cn=monitor ds-base-dn-entry-count: 0 dc=ta ds-base-dn-entry-count: 1 dc=ti ds-base-dn-entry-count: 1 dc=to I prefer this approach because in my opinion having the number of entries is more important that the suffix. Anyway I think the discussion around the structure of the value is not crucial as long as the value is easy to parse (which is the case). The new attribute is defined in the schema and the new OID assigned to it is 1.3.6.1.4.1.26027.1.1.434. In order to have a minimum impact on performances, the method backend.numSubordinates is only called when there are several base DNs defined in the database. git-svn-id: https://svn.forgerock.org/opendj/trunk@3361 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add a scriptFriendly option so that the output of the status panel is easier to parse. git-svn-id: https://svn.forgerock.org/opendj/trunk@3360 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3359 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
In some cases calling UIManager seems to make the JVM to exit (for instance if it cannot ge the display in some special scenarios). The fix consists of not calling the UIManager code if we are in CLI mode. git-svn-id: https://svn.forgerock.org/opendj/trunk@3358 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3357 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3356 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Oct, 2007
14 commits
-
…btree to the numSubordinates method in the backend API. Changed the replication code to use numSubordinates of the entires subtree to determine how many entries will be exported and imported during initialization. Fix for issue 2212 git-svn-id: https://svn.forgerock.org/opendj/trunk@3355 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3354 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3353 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3352 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
and 2496: setup : should not asking for key Store PIN in loop Update the code to avoid the NullPointerException and limit the number of times we ask for the Key Store PIN to 7. Once this limit is reached the setup is canceled. git-svn-id: https://svn.forgerock.org/opendj/trunk@3351 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The code has been updated so that when we are checking in the scripts if the JAVA_BIN is good we see if the path specified in set-java-home does exist. If it does not exist, update the contents of set-java-home with the new path. git-svn-id: https://svn.forgerock.org/opendj/trunk@3350 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3349 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This changes the list formatting for property value lists so that each value is prefixed with a "*)" instead of a number and a bracket. This is done to avoid possible confusion with subsequent menu option numbers. git-svn-id: https://svn.forgerock.org/opendj/trunk@3348 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This change modifies dsconfig so that it provides more helpful feedback to users when they need to provide string valued properties which must match a particular pattern. dsconfig now displays the pattern synopsis when requesting a property value or when reporting that a value is invalid. git-svn-id: https://svn.forgerock.org/opendj/trunk@3347 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3346 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3345 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The new naming format for the domains is of type: dc=example,dc=com (domain 27785) git-svn-id: https://svn.forgerock.org/opendj/trunk@3344 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This change modifies the class property definition implementation so that it now prevents empty class names. git-svn-id: https://svn.forgerock.org/opendj/trunk@3343 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3342 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Oct, 2007
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3341 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When the servers that are being replicated have a clock difference of more than 5 minutes inform the user of this. This is done in both the graphical setup and dsreplication tools. git-svn-id: https://svn.forgerock.org/opendj/trunk@3340 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ues 315, 316, 317, and 318). git-svn-id: https://svn.forgerock.org/opendj/trunk@3339 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This fixes a minor quoting related issue in some SMTP alert handler property descriptions. git-svn-id: https://svn.forgerock.org/opendj/trunk@3338 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3337 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Oct, 2007
4 commits
-
Add the rejectedFile and skippedFile options to the setup. git-svn-id: https://svn.forgerock.org/opendj/trunk@3336 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3335 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Fix for issue 2479 git-svn-id: https://svn.forgerock.org/opendj/trunk@3334 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3333 41b1ffd8-f28e-4786-ab96-9950f0a78031