!!! Overview
nds.conf - Novell [EDirectory] configuration file

[{TableOfContents}]

!!8.7.x
*/etc/nds.conf - Default location

!!8.8.x
If there is only one instance, by default the conf file is:
* /etc/opt/novell/eDirectory/conf/nds.conf  - Default location

! Multiple Instances
[Edirectory Instance Management]

!!NOTE
Some of the parameters in the nds.conf file are also stored as attributes within eDirectory. When the eDirectory attribute is modified, then the nds.conf file is updated. When the various services for eDirectory start, they read the parameters in the nds.conf file to use when starting their respective services and they set the respective attributes in eDirectory.
 
!DESCRIPTION
The  nds.conf  file  contains a list of configuration parameters for configuring Novell eDirectory. This file is read by the eDirectory daemon, ndsd, when it  is started. The configuration file is stored in the UTF-8 format.

The "http" prefixed entries are used by the [HTTP Server Object|HTTPServerObject].
 
!! [ndsconfig Parameters]
These are the [ndsconfig Parameters] we know about.

Each parameter entry would be a single line within the [{$pagename}] file, if set.

!! [Example] nds.conf 
A sample nds.conf file is given below:
{{{
n4u.server.vardir=/var/opt/novell/eDirectory/data
n4u.nds.dibdir=/srv/nds
n4u.server.interfaces=192.168.1.4@524
http.server.clear-port=8389
http.server.tls-port=8636
http.server.interfaces=192.168.1.4@8389
https.server.interfaces=192.168.1.4@8636
n4u.server.libdir=/opt/novell/eDirectory/lib
n4u.server.configdir=/etc/opt/novell/eDirectory/conf
http.server.module-base=/var/opt/novell/eDirectory/data/nds-http/
n4u.server.log-file=/var/opt/novell/eDirectory/log/ndsd.log
n4u.nds.server-name=francis
https.server.cached-cert-dn=SSL CertificateIP - francis.svr.willeke.com
n4u.base.tree-name=WILLEKETREE
n4u.nds.preferred-server=FRANCIS
n4u.nds.server-context=dc=svr.dc=willeke.dc=com
}}}

!! Category
%%category [eDirectory]%%

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]