Hide Forgot
Description of problem: ns-slapd.properties is defined as the nodist data in Makefile.am nodist_property_DATA = ns-slapd.properties But it is installed. $ ls -lt /usr/share/dirsrv/properties/ns-slapd.properties -rw-r--r--. 1 root root 18194 Feb 2 13:58 /usr/share/dirsrv/properties/ns-slapd.properties
nodist_property_DATA is not for distributing the file in the source package. Working as designed.