14 Oct, 2006
1 commit
-
This is more in-line with the rest of the code conventions that we use, and it makes it easier to include the config package in what we consider to be our public API. OpenDS Issue Number: 805 git-svn-id: https://svn.forgerock.org/opendj/trunk@580 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Oct, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@574 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Sep, 2006
1 commit
-
default policy and to make it more obvious that root users are subject to password policy enforcement. The new password policy is the same as the default policy with the following exceptions: - The default password storage scheme has been changed from SSHA to SSHA512 - There is no default password generator - Password changes require that the current password be provided OpenDS Issue Number: 676 git-svn-id: https://svn.forgerock.org/opendj/trunk@397 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Sep, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@380 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Sep, 2006
1 commit
-
"Name" to "NAME" to make it more consistent with specification in RFCs 2252 and 4512. git-svn-id: https://svn.forgerock.org/opendj/trunk@362 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Sep, 2006
1 commit
-
directory holding the database files. The new config attribute ds-cfg-backend-mode is optional and by default has a value of 700. The permissions are set on backend initialization as well as on the fly via LDAP. The server will make sure the file permissions will allow owner access before setting. Any exceptions encountered while setting the attribute will result in non fatal errors which are logged. However, any configuration exceptions will keep the backend from starting. Fix for issue 50 git-svn-id: https://svn.forgerock.org/opendj/trunk@353 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Sep, 2006
1 commit
-
in an LDIF file rather than over LDAP. There are some limitations, including: - Modify DN operations are not supported - Operations that would attempt to delete or alter an entry after adding it Also, this capability has been integrated into the Directory Server startup process so that it is now possible to have a config/config-changes.ldif that will automatically be applied to the config/config.ldif file before it gets processed by the server. This makes it easy to make configuration changes with the server offline without directly altering the configuration file, and can be used to make changes to the configuration needed for running test cases. OpenDS Issue Numbers: 622, 623 git-svn-id: https://svn.forgerock.org/opendj/trunk@298 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Sep, 2006
1 commit
-
there are 3 main parts in this commit : - attach the replication context in an OperationContext - if operation replay fails then fix the problem - in the pre-op checks for conflict and cause failure if necessary most of the time there should be no conflict and the operation should be processed normally git-svn-id: https://svn.forgerock.org/opendj/trunk@255 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 Aug, 2006
3 commits
-
Draft, and update the server schema to include the administratorsAddress attribute type definition. git-svn-id: https://svn.forgerock.org/opendj/trunk@241 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…eally belong in the src tree git-svn-id: https://svn.forgerock.org/opendj/trunk@235 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
can be used to either write the generated entries to LDIF, or to import them directly into the server. This code is not yet feature-complete, nor is it 100% compatible with the version of MakeLDIF provided with SLAMD, but it is functional enough for use in a large number of situations. OpenDS Issue Number: 588 git-svn-id: https://svn.forgerock.org/opendj/trunk@230 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Aug, 2006
1 commit
-
…or matches during a search operation. A value of -1 or 0 will remove the limit, like the behavior of DS 5 and 6. Changed the "unlimited" values of size and time limits to be consistent with the lookthrough limit (-1 or 0). - It adds a new server wide config attribute (ds-cfg-lookthrough-limit) with default of 5000 - It adds a new operational attribute (ds-rlim-lookthrough-limit) so that a user's entry can be checked for a custom lookthrough limit on bind for per user configurations. - cn=Directory Manager by default will not have a lookthrough limit Fix for issue 52 git-svn-id: https://svn.forgerock.org/opendj/trunk@201 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Aug, 2006
1 commit
-
initializes...." message at the beginning of the process which can make any delays introduced by the initial configuration and schema processing more palatable to the end user. This also updates the setup.sh shell script so that it will attempt to use the client VM under certain circumstances, since we have found that the client VM does significantly reduce the startup time in many cases. It should continue to work properly in other VMs that may not support the "-client" option. OpenDS Issue Number: 594 git-svn-id: https://svn.forgerock.org/opendj/trunk@197 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Aug, 2006
1 commit
-
- Add a --quiet option to the import utility, which allows it to run without any output. - Update the setup utility to use the import quiet mode when creating the base entry. - Make sure that all messages written by the setup utility will be properly wrapped to be better suited for 80-column displays. - Remove the return statements from the setup process for the case in which it cannot bind to the requested port. This will cause it to loop and allow the user to choose a different port. - Update the setup script and batch file to provide the program name argument. git-svn-id: https://svn.forgerock.org/opendj/trunk@190 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Aug, 2006
1 commit
-
interactively prompt the user for some key settings (LDAP port, base DN, root DN, and root password), will check that the specified port is usable, and can create the base entry or import an existing LDIF file. OpenDS Issue Number: 589 git-svn-id: https://svn.forgerock.org/opendj/trunk@184 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Aug, 2006
1 commit
-
configuration file to indicate that the origin for this attribute is RFC 3296. git-svn-id: https://svn.forgerock.org/opendj/trunk@172 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Aug, 2006
1 commit
-
Fix for issue 56 git-svn-id: https://svn.forgerock.org/opendj/trunk@170 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Aug, 2006
1 commit
-
- Update the account status notification type structure to include the DN of the associated user. - Update the bind processing code to generate account status notifications for the following conditions: * Bind failed due to an expired account * Bind failed due to a reset-locked account * Bind failed due to an idle-locked account * Bind failed due to an expired password * The first time a password expiration warning is generated * If the bind failure count limit is reached and the account becomes locked - An error log account status notification handler has been added, which can write messages to the error log when an account status notification is generated. git-svn-id: https://svn.forgerock.org/opendj/trunk@162 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Aug, 2006
1 commit
-
for loading the account status notification handlers on startup, as well as registering and deregistering them accordingly as changes are made to the configuration while the server is running. git-svn-id: https://svn.forgerock.org/opendj/trunk@153 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Aug, 2006
2 commits
-
time and size units used for various purposes. A new set of constants have been added to allow the same units to be used throughout the code, including providing both full and abbreviated unit names. In addition, the ds-cfg-time-limit and ds-cfg-profile-sample-interval attributes have been updated so that they use the integer with unit format rather than just an integer with an implied unit. OpenDS Issue Number: 559 git-svn-id: https://svn.forgerock.org/opendj/trunk@140 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
to identify users based on an authorization ID in the "u:" form. This was previously based on a hard-coded mapping. OpenDS Issue Number: 556 git-svn-id: https://svn.forgerock.org/opendj/trunk@137 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Aug, 2006
1 commit
-
possible for accounts to be given an expiration time, after which it will not be possible to authenticate as that user or target that user with the proxied authorization control. If the ds-pwp-account-expiration-time operational attribute is included in the user's entry and it references a time in the past, then the user's account will be considered expired. If it references a time in the future, then it will be expired at that time. If this attribute is absent, then the account will not expire. OpenDS Issue Number: 543 git-svn-id: https://svn.forgerock.org/opendj/trunk@131 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Jul, 2006
3 commits
-
in the server. Also create a very simple README that will also be included. git-svn-id: https://svn.forgerock.org/opendj/trunk@31 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- put changelog configuration below cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config - use ds-cfg-changelog-server-id and ds-cfg-directory-server-id instead of ds-cfg-server-id - don't require the ds-cfg-changelog-server attribute in changelog configuration (ds-cfg-synchronization-changelog-server-config objectclass) Use dc=example,dc=com instead of dc=com in he synchronization configuration example improve the javadoc git-svn-id: https://svn.forgerock.org/opendj/trunk@30 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
cn=MultimasterSynchronization,cn=Synchronization Providers,cn=config to cn=Multimaster Synchronization,cn=Synchronization Providers,cn=config (notice the whitespace between Multimaster and Synchronization) git-svn-id: https://svn.forgerock.org/opendj/trunk@27 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jul, 2006
1 commit
-
isn't used by OpenDS, it makes it easier to import data from a Sun Java System Directory Server, and could be needed for coexistence between the two in a migration. git-svn-id: https://svn.forgerock.org/opendj/trunk@26 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Jul, 2006
1 commit
-
resolve the Kerberos principal to the corresponding directory user, rather than a fixed exact-search mechanism. This is more flexible and more consistent with the implementation of the other SASL mechanisms. git-svn-id: https://svn.forgerock.org/opendj/trunk@25 41b1ffd8-f28e-4786-ab96-9950f0a78031
18 Jul, 2006
1 commit
-
lock timeout attribute to use an integer with unit syntax rather than just an integer. Also, update the FIFO entry cache implementation to get rid of the calls to run the garbage collector. Instead, if we detect that too much memory is being used, we'll not store the new entry and get rid of an old entry. This is much more palatable in terms of performance and response time when the cache gets full. git-svn-id: https://svn.forgerock.org/opendj/trunk@19 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Jul, 2006
1 commit
-
configuration attribute from an integer (with the value specified in seconds) to an integer with unit (specified as an integer value followed by a unit of "seconds", "minutes", "hours", "days", or "weeks"). Also change the syntax of the attribute in the schema from integer to directory string. git-svn-id: https://svn.forgerock.org/opendj/trunk@11 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Jun, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@2 41b1ffd8-f28e-4786-ab96-9950f0a78031