08 Dec, 2006
2 commits
-
include a structural objectclass. OpenDS Issue Number: 1067 git-svn-id: https://svn.forgerock.org/opendj/trunk@850 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
objectclass. git-svn-id: https://svn.forgerock.org/opendj/trunk@849 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Dec, 2006
2 commits
-
internal configuration attributes like the backend ID, base DNs, and writability mode. OpenDS Issue Number: 1068 git-svn-id: https://svn.forgerock.org/opendj/trunk@848 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
cleaned up after they were done by deleting the entries that were specific to them. Now all the Security test suites clean up their entries. The intent is to leave OpenDS in the same state as it was before the Security tests ran. git-svn-id: https://svn.forgerock.org/opendj/trunk@847 41b1ffd8-f28e-4786-ab96-9950f0a78031
05 Dec, 2006
8 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@846 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
operational attribute. git-svn-id: https://svn.forgerock.org/opendj/trunk@845 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- It fixes problems with base DN registration when attempting to use nested backends. - It changes the terminology that is in use. Previously, the term "suffix" was used everywhere, even when it wasn't really correct. Now "naming context" is used when it's talking about a top-level base DN, and "base DN" is used for any base DN regardless of whether it's a naming context. - It adds a new ds-private-naming-contexts operational attribute to the root DSE to list the private naming contexts defined in the server. - It updates the backend API to get rid of the abstract supportsControl and supportsFeature methods and replace them with a default concrete implementation. OpenDS Issue Numbers: 546, 750 git-svn-id: https://svn.forgerock.org/opendj/trunk@844 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@843 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@842 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… to return from the search. git-svn-id: https://svn.forgerock.org/opendj/trunk@841 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
as specified by RFC4512 : SyntaxDescription = LPAREN WSP numericoid ; object identifier [ SP "DESC" SP qdstring ] ; description extensions WSP RPAREN ; extensions see SYNTAX_LDAP_SYNTAX_OID from org.opends.server.schema.LDAPSyntaxTest.java Issue 640. git-svn-id: https://svn.forgerock.org/opendj/trunk@840 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
-1 when attempting to get the last login time for a user when it isn't possible to do so for some reason. Even though the documentation said it would return -1 in this case, it was actually returning the creation timestamp for the entry. OpenDS Issue Number: 1055 git-svn-id: https://svn.forgerock.org/opendj/trunk@839 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Dec, 2006
1 commit
-
part of the Directory Server itself but is packaged separately. OpenDS Issue Number: 1028 git-svn-id: https://svn.forgerock.org/opendj/trunk@838 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Nov, 2006
10 commits
-
extended operations to handle their own controls. The password modify extended operation has been updated to support the LDAP no-op control and the password policy control. OpenDS Issue Number: 597 git-svn-id: https://svn.forgerock.org/opendj/trunk@835 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
enforced for operational attributes. OpenDS Issue Number: 1048 git-svn-id: https://svn.forgerock.org/opendj/trunk@834 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
all of the attribute types were run together and there were no values. It now formats them in LDIF change format. Also, a number of hard-coded "\n" characters have been replaced with the correct EOL sequence for the underlying OS. OpenDS Issue Number: 1047 git-svn-id: https://svn.forgerock.org/opendj/trunk@833 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
attributes from the export. OpenDS Issue Number: 1046 git-svn-id: https://svn.forgerock.org/opendj/trunk@832 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
information are treated correctly according to their definitions. In particular, attributeTypes, objectClasses, matchingRules, and ldapSyntaxes are now properly treated as operational attributes and not returned unless explicitly requested. It is possible to override this behavior for backward compatibility with clients that expect them to always be returned, but this may be deprecated in the future. OpenDS Issue Number: 1039 git-svn-id: https://svn.forgerock.org/opendj/trunk@831 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@830 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
user's account is in the "must change" state. OpenDS Issue Number: 1044 git-svn-id: https://svn.forgerock.org/opendj/trunk@827 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
controls in the extended request. OpenDS Issue Number: 1043 git-svn-id: https://svn.forgerock.org/opendj/trunk@825 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@817 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
control. The first line defining the MORE_INFO element was missing the "::= SEQUENCE {" portion, which is a critical piece of information that a reader would need in order to understand how to properly encode and/or decode the control. git-svn-id: https://svn.forgerock.org/opendj/trunk@816 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Nov, 2006
4 commits
-
modifiers for member variables. git-svn-id: https://svn.forgerock.org/opendj/trunk@815 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Java System Directory Server 6. OpenDS Issue Number: 1042 git-svn-id: https://svn.forgerock.org/opendj/trunk@814 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
groupOfURLs objectclass that may be used to create dynamic groups. OpenDS Issue Number: 1041 git-svn-id: https://svn.forgerock.org/opendj/trunk@813 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@811 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 Nov, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@801 41b1ffd8-f28e-4786-ab96-9950f0a78031
27 Nov, 2006
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@790 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@789 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Nov, 2006
1 commit
-
disabled by default. This will help eliminate an error message on startup for systems that do not have proper name resolution configured, and it is not expected that GSSAPI authentication will be widely used among clients. It may be manually enabled in environments where GSSAPI authentication is required. OpenDS Issue Number: 1036 git-svn-id: https://svn.forgerock.org/opendj/trunk@786 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Nov, 2006
3 commits
-
this keystore is more generic and has a longer validity (jmxkeystore certificates expires on December 18 this year). Also remove the jmxkeystore from the repository. git-svn-id: https://svn.forgerock.org/opendj/trunk@782 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@781 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
the changelog code is working without involving the server side code. Increase the synchronization stress test timeout to 5 sec. git-svn-id: https://svn.forgerock.org/opendj/trunk@780 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Nov, 2006
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@773 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Nov, 2006
2 commits
-
synchronization code to be working. fix the problem that some tests were using DirectoryServer.getEntry() without holding the required lock. make StressTest extend SynchronizationTestCase git-svn-id: https://svn.forgerock.org/opendj/trunk@772 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…formatting of the messages that appear in the progress panel. This is done mainly for two reasons: 1. The code in the Installer class should not control the format used (HTML, plain text, etc.) which is more related to the pure UI. 2. Be able to share this formatting code for the graphical installation and also the uninstallation so that we have the same look and feel in both without code duplication." /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/Installer.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/offline/OfflineInstaller.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/QuickSetup.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/CurrentStepPanel.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/ProgressPanel.java /usr/project/iplanet/ws/jvl/EclipseWorkspace/OpenDS/src/quicksetup/org/opends/quicksetup/ui/QuickSetupDialog.java git-svn-id: https://svn.forgerock.org/opendj/trunk@771 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Nov, 2006
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@770 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…formatting of the messages that appear in the progress panel. This is done mainly for two reasons: 1. The code in the Installer class should not control the format used (HTML, plain text, etc.) which is more related to the pure UI. 2. Be able to share this formatting code for the graphical installation and also the uninstallation so that we have the same look and feel in both without code duplication. git-svn-id: https://svn.forgerock.org/opendj/trunk@769 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ted in the IBM JDK) the -client option I have committed the following changes to be safe if the behaviour of the IBM JVM changes. These modifications have been successfully tested on Solaris, Linux, Windows XP, HP UX, AIX and Mac OS. git-svn-id: https://svn.forgerock.org/opendj/trunk@768 41b1ffd8-f28e-4786-ab96-9950f0a78031