15 Feb, 2007
4 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1167 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
used in the privileges implementation. git-svn-id: https://svn.forgerock.org/opendj/trunk@1166 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
of the following drafts: - draft-zeilenga-ldap-dontusecopy - draft-zeilenga-ldap-entrydn - draft-zeilenga-ldap-noop - draft-zeilenga-ldap-relax git-svn-id: https://svn.forgerock.org/opendj/trunk@1165 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
especially in the area of DN parsing. OpenDS Issue Number: 1235 git-svn-id: https://svn.forgerock.org/opendj/trunk@1164 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Feb, 2007
8 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1163 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1162 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1161 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1160 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
2. support running on either opends daily build or your workspace build 2.1 download daily build. If today's build hasn't been spun yet, then gets yesterday's build. 2.2 points STAF/STAX to the daily build instead of workspace build git-svn-id: https://svn.forgerock.org/opendj/trunk@1159 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1158 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1155 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1154 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Feb, 2007
7 commits
-
the new gui target pops the STAX monitor up. git-svn-id: https://svn.forgerock.org/opendj/trunk@1153 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1152 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1143 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1142 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Saving the report data after a test run. git-svn-id: https://svn.forgerock.org/opendj/trunk@1141 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
this aims at easing the automation of the functional tests. it allows to download, install, start staf, run the tests and then stop and uninstall staf. git-svn-id: https://svn.forgerock.org/opendj/trunk@1140 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
entries under certain conditions. Also, add a number of test cases to cover the LDIFDiff tool. git-svn-id: https://svn.forgerock.org/opendj/trunk@1139 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Feb, 2007
4 commits
-
This enhancement adds a convenience method to ConditionResult to return the inverse of a value of the CondtionResult type: e.g., inverseOf(TRUE) is FALSE. New unit test is included. Reviewed by neil_a_wilson. git-svn-id: https://svn.forgerock.org/opendj/trunk@1138 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
differences between entries to be split into multiple modifications each of which has only a single value (as opposed to one modification containing all changes to the entry). This can be useful when attempting to apply configuration changes during an upgrade. OpenDS Issue Number: 1228 git-svn-id: https://svn.forgerock.org/opendj/trunk@1137 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
contained in both the source and target LDIF files will be included in the output as an "add" record (potentially even if it also appears earlier in the output as a "modify" record). OpenDS Issue Number: 1227 git-svn-id: https://svn.forgerock.org/opendj/trunk@1136 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
order to use the proxied authorization control. This privilege is also used to determine whether a user can specify an alternate authorization identity for the SASL DIGEST-MD5 and PLAIN mechanisms. OpenDS Issue Number: 476 git-svn-id: https://svn.forgerock.org/opendj/trunk@1135 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Feb, 2007
3 commits
-
currently defined and implemented: * config-read (allow reading the configuration) * config-write (allow updating the configuration) * ldif-import (allow invoking LDIF import tasks) * ldif-export (allow invoking LDIF export tasks) * backend-backup (allow invoking backup tasks) * backend-restore (allow invoking restore tasks) * server-shutdown (allow invoking server shutdown tasks) * server-restart (allow invoking server restart tasks) * server-restart (allow invoking server restart tasks) * password-reset (allow resetting user passwords) * update-schema (allow updating the server schema) * privilege-change (allow changing the set of privileges for a user) The following privileges are also defined but not yet implemented: * bypass-acl (allow bypassing access control evaluation) * modify-acl (allow updating access control definitions) * jmx-read (allow reading information over JMX) * jmx-write (allow updating information over JMX) * jmx-notify (allow subscribing to JMX notifications) * proxied-auth (allow the use of proxied authorization and SASL authzid) * disconnect-request (allow terminating arbitrary client connections) * cancel-request (allow canceling arbitrary client connections) * search-unindexed (allow requesting unindexed searches) * data-sync (allow participating in a data synchronization environment) Root users automatically inherit a subset of these privileges by default, and users can also be explicitly granted or forbidden the use of specified privileges. OpenDS Issue Numbers: 468, 472, 474, 475, 477, 1213 git-svn-id: https://svn.forgerock.org/opendj/trunk@1134 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- Add a test case for two conflicting adds of a single-valued attribute (no fix yet, hence disabled). - Revised fix for attribute options (using an empty set of options rather than null). - Fix potential bugs in AttrInfo, make sure the given change number is newer whenever setting the last update or last delete time. Thanks to Gilles for advice on these changes. git-svn-id: https://svn.forgerock.org/opendj/trunk@1133 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
that have already been used in the namingConflict test and those entries have not been cleaned. The fix is to clean the database at the beginning of the lostHeartbeatFailover test git-svn-id: https://svn.forgerock.org/opendj/trunk@1131 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Feb, 2007
2 commits
-
and authorization identities rather than just their DNs. This includes a mechanism to keep those entries up to date as changes occur in the server, and also includes a hook for ClientConnection subclasses to perform processing whenever a connection is terminated. This also includes an update to the code for the proxied authorization v1 and v2 controls so that they are now able to handle "dn:"-style authentication and authorization IDs that map to one of the alternate bind DNs for a root user. OpenDS Issue Numbers: 1201, 1202 git-svn-id: https://svn.forgerock.org/opendj/trunk@1129 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1128 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Feb, 2007
3 commits
-
…ng exception access control when writing configuration file git-svn-id: https://svn.forgerock.org/opendj/trunk@1121 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1118 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1115 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Feb, 2007
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1107 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1106 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1105 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
private so that all attempts to get a root-authenticated connection should use the InternalClientConnection.getRootConnection() method, which will be more efficient. OpenDS Issue Number: 1206 git-svn-id: https://svn.forgerock.org/opendj/trunk@1104 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1103 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Feb, 2007
4 commits
-
attribute which changed the attribute type from one using the user password syntax to the auth password syntax (or vice versa) was not handled properly. OpenDS Issue Number: 1205 git-svn-id: https://svn.forgerock.org/opendj/trunk@1101 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1098 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
results control. OpenDS Issue Number: 1204 git-svn-id: https://svn.forgerock.org/opendj/trunk@1097 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
would be used instead of "SEARCH REFERENCE" git-svn-id: https://svn.forgerock.org/opendj/trunk@1096 41b1ffd8-f28e-4786-ab96-9950f0a78031