Go to the source code of this file.
Functions | |
| setShibbolethAttributes () | |
| shibbolethUsernameExists ($username) | |
| shibbolethUniqueUsername ($lastname, $firstname, $lnLen=10, $fnLen=10) | |
| setShibbolethAttributes | ( | ) |
Claroline Shibboleth / Switch AAI
Library and Configuration
Definition at line 21 of file shibboleth.lib.php.
| shibbolethUniqueUsername | ( | $ | lastname, | |
| $ | firstname, | |||
| $ | lnLen = 10, |
|||
| $ | fnLen = 10 | |||
| ) |
Generate a unique username
| string | $lastname | |
| string | $firstname |
Definition at line 74 of file shibboleth.lib.php.
| shibbolethUsernameExists | ( | $ | username | ) |
Check if a username is already used
| string | $username |
Definition at line 41 of file shibboleth.lib.php.
1.6.3