freebsd-ports/sysutils/ldap-account-manager/pkg-message
Fernando Apesteguía 618a8e8a63 sysutils/ldap-account-manager: Update to 7.9
While here, pet linters

PR:	262722
Reported by:	basil@vpm.net.ua (maintainer)
2022-03-23 11:49:37 +01:00

22 lines
441 B
Text

[
{ type: install
message: <<EOM
******************************************************************************
You should add the following to your Apache configuration file:
Alias /lam /usr/local/www/lam
<Directory /usr/local/www/lam>
Options +FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.html
</Directory>
******************************************************************************
EOM
}
]