![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
This file contains common authentication function. More...
Go to the source code of this file.
Functions | |
| siteminder_check () | |
| Check if SiteMinder is enabled. More... | |
| auth_external_check () | |
| Check if the external HTTP authentication is enabled. The mapping variables should be configured in fossology.conf Usernames are forced lowercase. More... | |
| account_check (&$user, &$passwd, &$group="") | |
| check if this account is correct More... | |
| read_permission ($upload, $user) | |
| Check if the user has the permission to read the copyright/license/etc information of this upload. More... | |
This file contains common authentication function.
Definition in file common-auth.php.
| account_check | ( | & | $user, |
| & | $passwd, | ||
| & | $group = "" |
||
| ) |
check if this account is correct
| string | &$user | User name, reference variable |
| string | &$passwd | Password, reference variable |
| string | &$group | Group, reference variable (optional) |
Definition at line 87 of file common-auth.php.
| auth_external_check | ( | ) |
Check if the external HTTP authentication is enabled. The mapping variables should be configured in fossology.conf Usernames are forced lowercase.
Definition at line 50 of file common-auth.php.
| read_permission | ( | $upload, | |
| $user | |||
| ) |
Check if the user has the permission to read the copyright/license/etc information of this upload.
| int | $upload | Upload id |
| string | $user | User name |
Definition at line 182 of file common-auth.php.
| siteminder_check | ( | ) |
Check if SiteMinder is enabled.
Definition at line 33 of file common-auth.php.