simpleid
[ class tree: simpleid ] [ index: simpleid ] [ all elements ]

Procedural File: config.inc.dist

Source Location: /www/config.inc.dist



Page Details:

SimpleID configuration file.








SIMPLEID_ALLOW_LEGACY_LOGIN [line 76]

SIMPLEID_ALLOW_LEGACY_LOGIN = false
Allows legacy log-in system.

Prior to SimpleID 0.6, the login system utilised by SimpleID requires users' passwords to be sent in plaintet to the web server for verification. This is an inherent security risk.

From version 0.6, SimpleID implemented a form of digest authentication, which means that passwords are not sent in plaintext. For backwards compatibility, and to support browsers that do not have JavaScript installed, the legacy method is still supported if the following configuration parameter is set to true. Otherwise, users must use a browser which supports JavaScript to log into SimpleID.

The default is set to false for security reasons. You should not change this value unless it is absolutely necessary.



[ Top ]



SIMPLEID_ASSOC_EXPIRES_IN [line 92]

SIMPLEID_ASSOC_EXPIRES_IN = 3600
The number of seconds before associations expire. This is an advanced option, for which the default setting should work fine.


[ Top ]



SIMPLEID_BASE_URL [line 32]

SIMPLEID_BASE_URL = 'http://www.example.com'
Base URL.

This is the URL of the location you want to place your SimpleID distribution. It becomes the URL of the SimpleID server.

It is not allowed to have a trailing slash; SimpleID will add it for you.

Examples:

  1.    define('SIMPLEID_BASE_URL''http://www.example.com');
  2.    define('SIMPLEID_BASE_URL''http://www.example.com:8888');
  3.    define('SIMPLEID_BASE_URL''http://www.example.com/simpleid');
  4.    define('SIMPLEID_BASE_URL''https://www.example.com:8888/simpleid');



[ Top ]



SIMPLEID_CACHE_DIR [line 57]

SIMPLEID_CACHE_DIR = '../cache'
Directory to store cache data.

This directory must exist and be readable and writable by the web server.

For maximum security, it is highly recommended to place this directory outside your web browser's document root directory, so that it is not visible to user agents.



[ Top ]



SIMPLEID_DATE_TIME_FORMAT [line 86]

SIMPLEID_DATE_TIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
Date and time format.

The date and time format specified using the strftime() syntax.

See http://www.php.net/strftime for details.



[ Top ]



SIMPLEID_EXTENSIONS [line 101]

SIMPLEID_EXTENSIONS = 'sreg'
SimpleID extensions.

The SimpleID extensions you wish to load. You should separate the extensions you wish to load with a comma.



[ Top ]



SIMPLEID_IDENTITIES_DIR [line 44]

SIMPLEID_IDENTITIES_DIR = '../identities'
Directory to store identity information.

This directory must exist and be readable by the web server.

For maximum security, it is highly recommended to place this directory outside your web browser's document root directory, so that it is not visible to user agents.



[ Top ]




Documentation generated on Wed, 16 Sep 2009 11:45:07 +0000 by phpDocumentor 1.4.1