Self Service Password

Documentation for version 0.3

Installation

To install it:

# tar zxvf ltb-project-self-service-password-VERSION.tar.gz
# mv ltb-project-self-service-password-VERSION /usr/local/self-service-password

You can configure a virtual host on Apache for this application:

<VirtualHost *:80>
        ServerName ssp.example.com

        DocumentRoot /usr/local/self-service-password
        DirectoryIndex index.php

        AddDefaultCharset UTF-8

        LogLevel warn
        ErrorLog /var/log/apache2/ssp_error.log
        CustomLog /var/log/apache2/ssp_access.log combined
</VirtualHost>

Configuration

Edit the configuration file (config.inc.php):

# vi /usr/local/ltb-self-service-password/config.inc.php

Parameters are the following:

Active Directory

If you use Active Directory, you should adapt the configuration:

Tips

You can fill the login field by setting the value in the URL, like http://ssp.example.com/?login=mylogin. This is usefull if you link to this page from another program which already knows the user login.