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>
21 lines
450 B
Text
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>
|
|
|