Port details |
- self-service-password Set of PHP-scripts to change LDAP password over the web
- 1.7.2 net
=3 1.5.0Version of this port present on the latest quarterly branch. - Maintainer: ports@bsdserwis.com
 - Port Added: 2014-05-24 15:12:05
- Last Update: 2025-02-09 15:30:44
- Commit Hash: fef30a5
- People watching this port, also watch:: hs-ShellCheck, py311-iocage-devel, endless-sky, ttyd, proxsmtp
- Also Listed In: www
- License: GPLv3
- WWW:
- https://ltb-project.org/documentation/self-service-password.html
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- self-service-password${PHP_PKGNAMESUFFIX}>0:net/self-service-password
- To install the port:
- cd /usr/ports/net/self-service-password/ && make install clean
- To add the package, run one of these commands:
- pkg install net/self-service-password
- pkg install self-service-password-php83
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: self-service-password-php83
- Package flavors (<flavor>: <package>)
- php83: self-service-password-php83
- php81: self-service-password-php81
- php82: self-service-password-php82
- php84: self-service-password-php84
- distinfo:
- TIMESTAMP = 1738188540
SHA256 (ltb-project-self-service-password-1.7.2.tar.gz) = 497d49c19657b8e92d0dbad63ff27ccab21681eb15f7eec0a275c85bdacad572
SIZE (ltb-project-self-service-password-1.7.2.tar.gz) = 6432672
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- Smarty.class.php : www/smarty3@php83
- php.h : lang/php83
- filter.so : security/php83-filter
- ldap.so : net/php83-ldap
- mbstring.so : converters/php83-mbstring
- phar.so : archivers/php83-phar
- session.so : www/php83-session
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_self-service-password
- USES:
- php:flavors,web
- pkg-message:
- For install:
- self-service-password-php83-1.7.2 has been installed into:
/usr/local/www/self-service-password
Please edit config.inc.php or create config.inc.local.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/ "/usr/local/www/self-service-password/htdocs/"
<Directory "/usr/local/www/self-service-password/htdocs">
Options none
AllowOverride none
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>
To make Self Service Password available through your web site, I suggest that
you add something like the following to nginx.conf:
location /ssp/ {
alias /usr/local/www/self-service-password/htdocs/;
index index.php;
location ~ \.php$ {
fastcgi_pass unix:/var/run/php-fpm-www.socket;
fastcgi_param HTTPS on;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename;
include fastcgi_params;
}
}
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.2 09 Feb 2025 15:30:44
    |
Nuno Teixeira (eduardo)  Author: Krzysztof |
net/self-service-password: Update to 1.7.2
ChangeLog:
https://github.com/ltb-project/self-service-password/releases/tag/v1.7.2
PR: 284494 |
1.5.0 16 Apr 2023 18:09:23
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.5.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.5.0 07 Sep 2022 13:38:44
    |
Nuno Teixeira (eduardo)  Author: Krzysztof |
net/self-service-password: Update to 1.5.0
ChangeLog: https://github.com/ltb-project/self-service-password/releases/tag/v1.5.0
PR: 266268 |
1.4.5 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.4.5 12 Jul 2022 20:40:34
    |
Fernando Apesteguía (fernape)  |
net/self-service-password: Update to 1.4.5
ChangeLog:
https://github.com/ltb-project/self-service-password/releases/tag/v1.4.5
v1.4.3[1] included security fixes.
[1] https://github.com/ltb-project/self-service-password/releases/tag/v1.4.3
PR: 265141
Reported by: geraud@gcu.info
Approved by: ports@bsdserwis.com (maintainer)
MFH: 2022Q3 (bugfixes, including security fixes) |
1.4_1 05 May 2021 08:29:31
    |
Fernando Apesteguía (fernape)  |
net/self-service-password: add missing run dependency
Add www/smarty3 as run dependency
While here, pet linters
PR: 255554
Reported by: ports@bsdserwis.com (maintainer) |
1.4 26 Apr 2021 18:57:30
    |
Kevin Bowling (kbowling)  Author: Krzysztof |
net/self-service-password update to 1.4
Changes https://github.com/ltb-project/self-service-password/releases/tag/v1.4
PR: 255422
Approved by: maintainer |
1.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.3 14 Aug 2019 08:48:51
  |
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
1.3 02 May 2019 09:31:27
  |
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
1.3 27 Feb 2019 11:54:07
  |
tobik  |
net/self-service-password: Update to 1.3
- Enable flavors
PR: 236068
Submitted by: maintainer |
1.2 20 Feb 2018 20:28:59
  |
yuri  |
net/self-service-password: Update to 1.2
Also changed to DISTVERSION
PR: 225868
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer)
Approved by: tcberner (mentor, implicit) |
1.1 22 Nov 2017 21:01:49
  |
bhughes  |
net/self-service-password: Update 1.0 -> 1.1
PR: 223788
Submitted by: ports@bsdserwis.com (maintainer)
Approved by: robak (mentor)
Differential Revision: https://reviews.freebsd.org/D13188 |
1.0 13 Dec 2016 15:16:11
  |
amdmi3  |
- Update to 1.0
- Switch to official master site
- While here, fix license
PR: 213872
Submitted by: ports@bsdserwis.com (maintainer) |
0.9 11 Oct 2016 19:56:43
  |
pawel  |
- Update to version 0.9, now hosted on GitHub [1]
- Sort USE_PHP, move to correct place
PR: 213259 [1]
Submitted by: maintainer [1] |
0.8_1 15 Sep 2016 01:41:28
  |
swills  |
Unmark broken on powerpc64
These ports built successfully |
0.8_1 28 Jun 2016 13:57:38
  |
mat  |
USEify USES=php.
The following variables have been folded into arguments:
- USE_PHPIZE -> USES=php:phpize
- USE_PHPEXT -> USES=php:ext
- USE_ZENDEXT -> USES=php:zend
- USE_PHP_BUILD -> USES=php:build
- WANT_PHP_CLI -> USES=php:cli
- WANT_PHP_CGI -> USES=php:cgi
- WANT_PHP_MOD -> USES=php:mod
- WANT_PHP_WEB -> USES=php:web
- WANT_PHP_EMB -> USES=php:embed
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
0.8_1 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
0.8_1 09 Dec 2014 17:29:50
  |
bapt  |
Cleanup plist |
0.8_1 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.8_1 26 May 2014 16:51:57
  |
tdb  |
- Set ownership with @owner and @group rather than chown.
PR: ports/190249
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) |
0.8 24 May 2014 15:11:56
  |
tdb  |
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> |