freebsd-ports/net/self-service-password/files/pkg-message.in
Tim Bishop 7fe4513846 Self Service Password is a web-based LDAP client. It provides easy,
anywhere-accessible, multi-language service to change your LDAP password.
Since it is a web application, this LDAP browser works on many platforms,
making change of your LDAP/AD password accessible from any location.

WWW: http://ltb-project.org/wiki/documentation/self-service-password/latest/start

PR:		ports/185297
Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com>
2014-05-24 15:11:55 +00:00

21 lines
450 B
Text

%%PKGNAME%% has been installed into:
%%WWWDIR%%
Please edit config.inc.php to suit your needs.
To make Self Service Password available through your web site, I suggest that
you add something like the following to httpd.conf:
Alias /ssp/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
Options none
AllowOverride none
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>