Sun Java System Directory Server

Last updated

The Sun Java System Directory Server is a discontinued LDAP directory server and DSML server written in C and originally developed by Sun Microsystems. [1] The Java System Directory Server is a component of the Java Enterprise System. Earlier iterations of Sun Java System Directory Server were known as Sun ONE Directory Server, iPlanet Directory Server, and, before that, Netscape Directory Server.

Contents

Sun Java System Directory Server became Sun Directory Server Enterprise Edition and is currently known as Oracle Directory Server Enterprise Edition (ODSEE). [2]

The software was available free of charge for perpetual usage in individual, commercial, service provider, or research and instructional environments. It is still available for download at the Oracle website, the new official site for Sun products; however only the latest version (DSEE 7, rebranded as ODSEE 11.1.1.5.0) can be found in this site.

Sun started developing OpenDS in Java in 2011, due to too many issues with developing Sun Java System Directory Server with the C language. [1] [3] [4] The code base has not been updated since 2011. [5]

Supported Internet standards

Directory Server supports the following RFCs: 2079, 2246, 2247, 2307, 2713, 2788, 2798, 2831, 2849, 2891, 3045, 3062, 3296, 3829, 3866, 4370, 4422, 4505, 4511, 4512, 4513, 4514, 4515, 4516, 4517, 4519, 4522, 4524, and 4532.

Supported platforms

Directory Server is supported by Sun on the following platforms: [6]

See also

Related Research Articles

Berkeley DB (BDB) is a software library intended to provide a high-performance embedded database for key/value data. Berkeley DB is written in C with API bindings for C++, C#, Java, Perl, PHP, Python, Ruby, Smalltalk, Tcl, and many other programming languages. BDB stores arbitrary key/data pairs as byte arrays, and supports multiple data items for a single key. Berkeley DB is not a relational database.

Common Desktop Environment desktop environment for Unix and OpenVMS operating systems.

The Common Desktop Environment (CDE) is a desktop environment for Unix and OpenVMS, based on the Motif widget toolkit. It was part of the UNIX 98 Workstation Product Standard, and was for a long time the "classic" Unix desktop associated with commercial Unix workstations.

Java (programming language) Object-oriented programming language

Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but it has fewer low-level facilities than either of them. As of 2019, Java was one of the most popular programming languages in use according to GitHub, particularly for client-server web applications, with a reported 9 million developers.

Sun Microsystems Defunct American computer hardware and software company

Sun Microsystems, Inc. was an American company that sold computers, computer components, software, and information technology services and created the Java programming language, the Solaris operating system, ZFS, the Network File System (NFS), and SPARC. Sun contributed significantly to the evolution of several key computing technologies, among them Unix, RISC processors, thin client computing, and virtualized computing. Sun was founded on February 24, 1982. At its height, the Sun headquarters were in Santa Clara, California, on the former west campus of the Agnews Developmental Center.

Solaris (operating system) Unix operating system originally developed by Sun Microsystems

Solaris is a non-free Unix operating system originally developed by Sun Microsystems. It superseded the company's earlier SunOS in 1993. In 2010, after the Sun acquisition by Oracle, it was renamed Oracle Solaris.

StarOffice Office productivity suite software

StarOffice, known briefly as Oracle Open Office before being discontinued in 2011, was a proprietary office suite. It originated in 1985 as StarWriter by Star Division, which was acquired by Sun Microsystems in 1999. Sun Microsystems, in turn, was acquired by Oracle Corporation in 2010.

The Network Information Service, or NIS, is a client–server directory service protocol for distributing system configuration data such as user and host names between computers on a computer network. Sun Microsystems developed the NIS; the technology is licensed to virtually all other Unix vendors.

In computing, directory service or name service maps the names of network resources to their respective network addresses. It is a shared information infrastructure for locating, managing, administering and organizing everyday items and network resources, which can include volumes, folders, files, printers, users, groups, devices, telephone numbers and other objects. A directory service is a critical component of a network operating system. A directory server or name server is a server which provides such a service. Each resource on the network is considered an object by the directory server. Information about a particular resource is stored as a collection of attributes associated with that resource or object.

iPlanet

iPlanet was a product brand that was used jointly by Sun Microsystems and Netscape Communications Corporation when delivering software and services as part of a non-exclusive cross marketing deal that was also known as "A Sun|Netscape Alliance".

HotSpot, released as Java HotSpot Performance Engine, is a Java virtual machine for desktop and server computers, maintained and distributed by Oracle Corporation. It features improved performance via methods such as just-in-time compilation and adaptive optimization.

The 389 Directory Server is an Lightweight Directory Access Protocol (LDAP) server developed by Red Hat as part of the community-supported Fedora Project. The name "389" derives from the port number used by LDAP.

eDirectory is an X.500-compatible directory service software product from NetIQ. Previously owned by Novell, the product has also been known as Novell Directory Services (NDS) and sometimes referred to as NetWare Directory Services. NDS was initially released by Novell in 1993 for Netware 4, replacing the Netware bindery mechanism used in previous versions, for centrally managing access to resources on multiple servers and computers within a given network. eDirectory is a hierarchical, object oriented database used to represent certain assets in an organization in a logical tree, including organizations, organizational units, people, positions, servers, volumes, workstations, applications, printers, services, and groups to name just a few.

Oracle Communications Messaging Server is Oracle's messaging (email) server software. The software was obtained by Oracle as part of the company's acquisition of Sun in 2010.

JXplorer

JXplorer is a free, open-source client for browsing Lightweight Directory Access Protocol (LDAP) servers and LDAP Data Interchange Format (LDIF) files. It is released under an Apache-equivalent license. JXplorer is written in Java and is platform independent, configurable, and has been translated into a number of languages. In total, as of 2018, JXplorer has been downloaded over 2 million times from SourceForge and is bundled with several Linux distributions.

Oracle Linux Linux distro based on Red Hat Enterprise Linux

Oracle Linux is a Linux distribution packaged and freely distributed by Oracle, available partially under the GNU General Public License since late 2006. It is compiled from Red Hat Enterprise Linux (RHEL) source code, replacing Red Hat branding with Oracle's. It is also used by Oracle Cloud and Oracle Engineered Systems such as Oracle Exadata and others.

Oracle Secure Global Desktop (SGD) software provides secure access to both published applications and published desktops running on Microsoft Windows, Unix, mainframe and System i systems via a variety of clients ranging from fat PCs to thin clients such as Sun Rays.

The Java Development Kit (JDK) is an implementation of either one of the Java Platform, Standard Edition, Java Platform, Enterprise Edition, or Java Platform, Micro Edition platforms released by Oracle Corporation in the form of a binary product aimed at Java developers on Solaris, Linux, macOS or Windows. The JDK includes a private JVM and a few other resources to finish the development of a Java Application. Since the introduction of the Java platform, it has been by far the most widely used Software Development Kit (SDK). On 17 November 2006, Sun announced that they would release it under the GNU General Public License (GPL), thus making it free software. This happened in large part on 8 May 2007, when Sun contributed the source code to the OpenJDK.

Oracle iPlanet Web Server (OiWS) is a web server designed for medium and large business applications. Oracle iPlanet Web Server builds on the earlier Sun Java System Web Server, Sun ONE Web Server, iPlanet Web Server, and Netscape Enterprise Server products.

OpenDJ

OpenDJ is a directory server which implements a wide range of Lightweight Directory Access Protocol and related standards, including full compliance with LDAPv3 but also support for Directory Service Markup Language (DSMLv2). Written in Java, OpenDJ offers multi-master replication, access control, and many extensions.

References

  1. 1 2 "OpenDS FAQ - Why not open source the current Sun Java System Directory Server?". java.net. Archived from the original on April 30, 2011. Retrieved November 7, 2012.
  2. Oracle Directory Server Enterprise Edition Overview
  3. "Open DS FAQ - Why use Java instead of some other language like C or C++? ?". java.net. Archived from the original on April 30, 2011. Retrieved November 7, 2012.
  4. "OpenDS FAQ - What is the future of the Sun Java System Directory Server?". java.net. Archived from the original on April 30, 2011. Retrieved November 7, 2012.
  5. "Oracle Directory Server Enterprise Edition Release Notes" (PDF). Oracle.
  6. Directory Server Enterprise Edition Technical Specifications


http://docs.oracle.com/cd/E19261-01/