OpenDS 2.0

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X OpenSource RSS OpenDS 2.0
# 1  
Old 07-29-2009
CPU & Memory OpenDS 2.0

ImageAbout OpenDS
An open source LDAP directory server written in Java. It's a fully compliant LDAPv3 server which also support most of the standard and experimental LDAP extensions and schema. OpenDS also supports a multi-master replication model that guarantees the high availability of the data for all operations, searches or updates.

OpenDS also includes :
- A 6 steps graphical installation tool that allows to have a server configured, up and running in less than 3 minutes.
- A graphical control panel to perform online configuration as well as schema and data management
- A rich command line tool to perform all online administrative tasks both interactively or scripted.
- Advance security and password policies
- Advance backup and restore capabilities.
- A DSML gateway servlet.
- A complete user documentation set.

With a limited footprint, the OpenDS server can be embedded in other Java applications (or web applications).

More from Apple...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

opends- help with custom object class

we have 2.2.0 of opends running on RedHat 2.6.21 and we're trying to setup a structure that will suit our needs. One of the things we'd like to do is create our own custom object classes based off some of the existing ones you get out of the box. The opends documentation covers this here (sorry, it... (1 Reply)
Discussion started by: snafu
1 Replies
Login or Register to Ask a Question
SCHEMA-RELOAD.PL(8)					      System Manager's Manual					       SCHEMA-RELOAD.PL(8)

NAME
schema-reload.pl - Directory Server perl script for updating the schema. SYNOPSIS
schema-reload.pl [-Z serverID] [-D rootdn] { -w password | -w - | -j filename } [-P protocol] [-d schemadir] [-v] [-h] DESCRIPTION
Manually reloads the schema files used by the Directory Server instance, either in the default location, or in user-specified locations. OPTIONS
A summary of options is included below: -Z Server Identifier The server ID of the Directory Server instance. If there is only one instance on the system, this option can be skipped. -D Root DN The Directory Manager DN, or root DN. If not specified, the script will search the server instance configuration for the value. -w password The rootdn password. -w - Prompt for the rootdn password. -j password filename The name of the file that contains the root DN password. -d schemadir Gives the full path to the directory where the schema file is located. If this is not specified, the script uses the default schema directory, /etc/dirsrv/schema. -P protocol The connection protocol to connect to the Directory Server. Protocols are STARTTLS, LDAPS, LDAPI, and LDAP. If this option is skipped, the most secure protocol that is available is used. For LDAPI, AUTOBIND is also available for the root user. -v Display verbose ouput -h Display usage EXAMPLE
schema-reload.pl -Z instance3 -D 'cn=directory manager' -w password -P STARTTLS -d /LDAP/schema/ Note: security must be enabled to use protocol STARTTLS. If STARTTLS is not available it will default to next strongest/available protocol automatically. DIAGNOSTICS
Exit status is zero if no errors occur. Errors result in a non-zero exit status and a diagnostic message being written to standard error. AUTHOR
schema-reload.pl was written by the 389 Project. REPORTING BUGS
Report bugs to http://bugzilla.redhat.com. COPYRIGHT
Copyright (C) 2013 Red Hat, Inc. Mar 5, 2013 SCHEMA-RELOAD.PL(8)