#17 /etc/httpd/alias/libnssckbi.so is a dangling relative symlink when /etc/httpd/alias is itself symlinked to some other directory
Opened by mharmsen. Modified

When /etc/httpd/alias is a symlink to /data/etc/httpd/alias, the relative symlink libnssckbi.so -> ../../..//usr/lib64/libnssckbi.so does not resolve to correct location.

If possible, please use absolute symlink target.

Steps to Reproduce:

1. Install FreeIPA in a container where /etc/httpd/alias is a
   symlink to a directory on a data volume, /data/etc/httpd/alias.
2. ls -la /etc/httpd/alias/libnssckbi.so

Actual results:

Red dangling symlink.

Expected results:

Green non-dangling symlink.

Associated Bugs:


Metadata