Environment
Novell eDirectory 8.8 for Linux
Situation
Resolution
To work-around this issue do the following:
then
default_config_file=$default_conf/nds.conf
fi
: ${NDS_CONF=$default_config_file}
: ${prefix=$default_prefix}
export NDS_CONF
BECOMES:
then
default_config_file=$default_conf/nds.conf
fi
: ${NDS_CONF=/inst2/nds.conf}
: ${prefix=$default_prefix}
export NDS_CONF
***NOTE: In this example, configuration file nds.conf is located in /inst2/nds.conf
Additional Information
Formerly known as TID# 10100947