Previous     Contents     Index     DocHome     Next     
Directory Server 5.0 Configuration, Command, and File Reference



Chapter 5   Migration from Earlier Versions


In earlier versions of Directory Server, all configuration parameters were stored in text files. In iPlanet Directory Server 5.0, all configuration attributes are stored in LDAP configuration entries in the dse.ldif file.

This chapter describes the mapping of configuration parameters in Directory Server 4.1, 4.11, and 4.12 to the corresponding LDAP configuration entries and attributes in iPlanet Directory Server 5.0.



Server Attributes



In Directory Server 4.1, 4.11, and 4.12, configuration parameters are stored in the slapd.conf file under the /usr/netscape/server4/slapd-serverID directory.

The corresponding configuration attributes in iPlanet Directory Server 5.0 are stored in the cn=config entry. Table 5-1 shows the mapping of Directory Server 4.x configuration parameters to Directory Server 5.0 configuration attributes.


Table 5-1    Mapping of Legacy Server Parameters to Configuration Attributes  

Legacy Configuration Parameter

iPlanet Directory Server Configuration Attribute

accesscontrol  

nsslapd-accesscontrol  

error-logging-enabled  

nsslapd-error-logging-enabled  

audit-logging-enabled  

nsslapd-audit-logging-enabled  

logbuffering  

nsslapd-accesslog-buffering  

accesslog-logexpirationtime  

nsslapd-accesslog-logexpirationtime  

accesslog-logexpirationtimeunit  

nsslapd-accesslog-logexpirationtimeunit  

accesslog-maxlogdiskspace  

nsslapd-accesslog-maxlogdiskspace  

accesslog-minfreediskspace  

nsslapd-accesslog-mifreediskspace  

accesslog-logrotationtime  

nsslapd-accesslog-logrotationtime  

accesslog-logrotationtimeunit  

nsslapd-accesslog-logrotationtimeunit  

accesslog-maxlogsize  

nsslapd-accesslog-maxlogsize  

accesslog-MaxNumOfLogsPerDir  

nsslapd-accesslog-maxlogsperdir  

auditlog-logexpirationtime  

nsslapd-auditlog-logexpirationtime  

auditlog-logexpirationtimeunit  

nsslapd-auditlog-logexpirationtimeunit  

auditlog-maxlogdiskspace  

nsslapd-auditlog-maxlogdiskspace  

auditlog-minfreediskspace  

nsslapd-auditlog-minfreediskspace  

auditlog-logrotationtime  

nsslapd-auditlog-logrotationtime  

auditlog-logrotationtimeunit  

nsslapd-auditlog-logrotationtimeunit  

auditlog-maxlogsize  

nsslapd-auditlog-maxlogsize  

auditlog-MaxNumOfLogsPerDir  

nsslapd-auditlog-maxlogsperdir  

certmap-basedn  

nsslapd-certmap-basedn  

enquote_sup_oc  

nsslapd-enquote_sup_oc  

loglevel  

nsslapd-error-loglevel  

errorlog-logexpirationtime  

nsslapd-errorlog-logexpirationtime  

errorlog-logexpirationtimeunit  

nsslapd-errorlog-logexpirationtimeunit  

errorlog-maxlogdiskspace  

nsslapd-errorlog-logmaxdiskspace  

errorlog-minfreediskspace  

nsslapd-errorlog-logminfreediskspace  

errorlog-logrotationtime  

nsslapd-errorlog-logrotationtime  

errorlog-logrotationtimeunit  

nsslapd-errorlog-logrotationtimeunit  

errorlog-maxlogsize  

nsslapd-errorlog-maxlogsize  

errorlog-maxlogsperdir  

nsslapd-errorlog-maxlogsperdir  

idletimeout  

nsslapd-idletimeout  

ioblocktimeout  

nsslapd-ioblocktimeout  

lastmod  

nsslapd-ioblocktimeout  

listenhost  

nsslapd-listenhost  

maxdescriptors  

nsslapd-maxdescriptors  

NOTHING  

nsslapd-depends-on-named  

NOTHING  

nsslapd-depends-on-type  

referral  

nsslapd-referral  

reservedescriptors  

nsslapd-reservedescriptors  

rootpwstoragescheme  

nsslapd-rootpwstoragescheme  

schemacheck  

nsslapd-schemacheck  

secure-port  

nsslapd-securePort  

security  

nsslapd-security  

sizelimit  

nsslapd-sizelimit  

SSL3ciphers  

nsslapd-SSL3ciphers  

timelimit  

nsslapd-timelimit  

pw_change  

passwordChange  

pw_syntax  

passwordCheckSyntax  

pw_exp  

passwordExp  

pw_history  

passwordHistory  

pw_inhistory  

passwordinHistory  

pw_lockout  

passwordLockout  

pw_lockduration  

passwordLockoutDuration  

pw_maxage  

passwordMaxAge  

pw_maxfailure  

passwordMaxFailure  

pw_minage  

passwordMinAge  

pw_minlength  

passwordMinLength  

pw_must_change  

passwordMustChange  

pw_reset_failurecount  

passwordResetFailureCount  

pw_storagescheme  

passwordStorageScheme  

pw_unlock  

passwordUnlock  

pw_warning  

passwordWarning  

localhost  

nsslapd-localhost  

localuser  

nsslapd-localuser  

port  

nsslapd-port  

rootdn  

nsslapd-rootdn  

rootpw  

nsslapd-rootpw  

accesslog  

nsslapd-accesslog  

accesslog-level  

nsslapd-accesslog-level  

auditfile  

nsslapd-auditlog  

errorlog  

nsslapd-errorlog  

instancedir  

nsslapd-instancedir  

maxbersize  

nsslapd-maxbersize  

nagle  

nsslapd-nagle  

result_tweak  

nsslapd-result_tweak  

return_exact_case  

nsslapd-return_exact_case  

threadnumber  

nsslapd-threadnumber  

maxthreadsperconn  

maxthreadsperconn  



Database Attributes



In Directory Server 4.1, 4.11, and 4.12, database parameters are stored in the slapd.ldbm.conf file under the /usr/netscape/server4/slapd-serverID directory.

Because one instance of iPlanet Directory Server 5.0 can manage several databases, the corresponding attributes in iPlanet Directory Server 5.0 are stored in a general entry for all databases (cn=config,cn=ldbm database,cn=plugins,cn=config), or in an entry specific to a particular database, of the form cn=database instance name,cn=ldbm database,cn=config.

Table 5-2 shows the mapping of general database configuration parameters between Directory Server 4.x and Directory Server 5.0. Table 5-3 shows the mapping of database-specific parameters between Directory Server 4.x and Directory Server 5.0.


Table 5-2    Mapping of Legacy Database Parameters to Configuration Attributes (general)

Legacy Configuration Parameter

iPlanet Directory Server Configuration Attribute

allidthreshold  

nsslapd-allidthreshold  

lookthroughlimit  

nsslapd-lookthroughlimit  

mode  

nsslapd-mode  

dbcachesize  

nsslapd-dbcachesize  

database  

OBSOLETE (used to specify database type)  


Table 5-3    Mapping of Legacy Database Parameters to Configuration Attributes (database-specific)

Legacy Configuration Parameter

iPlanet Directory Server Configuration Attribute

cachesize  

nsslapd-cachesize  

readonly  

nsslapd-readonly  

directory  

nsslapd-directory  


Previous     Contents     Index     DocHome     Next     
Copyright © 2001 Sun Microsystems, Inc. Some preexisting portions Copyright © 2001 Netscape Communications Corp. All rights reserved.

Last Updated March 23, 2001