Something went wrong while setting issue due date.
Missing html in encrypt-password informations
Closed
Missing html in encrypt-password informations
Description
Using the encrypt function is giving a wrong path
root@e9c657d4f4fb:/repos/demonstration# fusiondirectory-setup --encrypt-passwords
Encrypt passwords in fusiondirectory.conf
Starting password encryption
* generating random master key
* creating '/etc/fusiondirectory/fusiondirectory.secrets'
* creating backup in '/etc/fusiondirectory/fusiondirectory.conf.orig'
* loading '/etc/fusiondirectory/fusiondirectory.conf'
* encrypting FusionDirectory password for: cn=admin,dc=test-fusiondirectory,dc=org
* saving modified '/etc/fusiondirectory/fusiondirectory.conf'
OK
Please adapt your http fusiondirectory declaration to include the newly
created /etc/fusiondirectory/fusiondirectory.secrets.
Example:
# Include FusionDirectory to your web service
Alias /fusiondirectory /usr/share/fusiondirectory
<Directory /usr/share/fusiondirectory>
# Include the secrects file
include /etc/fusiondirectory/fusiondirectory.secrets
</Directory>
Distribution Name and Version
Buster
FusionDirectory Version
1.4
PHP version used
7
Origin of php packages
Debian
Steps to Reproduce
Use the encryption function
Expected behavior:
Give the good path, we miss the html part in
# Include FusionDirectory to your web service
Alias /fusiondirectory $vars{fd_home}
Actual behavior:
The path given are wrong because we not have "/html"
Reproduces how often: 100