--config-file /data/nds/idv/nds.conf
In the nds.conf file, you can specify the location of the xdas.properties file. Otherwise it is located at TODO.
Once you have the xdas.properties file configured, you need to load the xdasauditds module.
ndstrace -c modules --config-file /data/nds/idv/nds.conf |grep 'xdasauditds' xdasauditds Running or xdasauditds Not Loaded
To load the xdasauditds module, use:
ndstrace -c "load xdasauditds" --config-file /data/nds/idv/nds.conf
To unload the xdasauditds module, use:
ndstrace -c "unload xdasauditds" --config-file /data/nds/idv/nds.conf
To cause the xdasauditds module to load each time eDirectory is started, edit the ndsmodules.conf file to show:
xdasauditds auto #XDASauditds