This space is archived
For current information please use the current ExamSys documentation
Apache Login
Description
This allows user authentication via Apache module auth (Authorization is still handled by Rogo).
This should work with webauth and cosign apache modules. if you have the option of allowing guest use still via your module do so as this will enable you to make use of the script concordance, external examiner & guest username system of rogo.
Config Options
Config Option | Description |
---|---|
id_col | is the column name of the userid |
table | is the name of the table |
username_col | is the name of the column containing the username |
enable_fudgecreateuser | enables the fudge create user not using the lookup class created in table but no details go with it all blank |
disable_ldapmissing | Disables lookup plugin if it has record in external auth but no record in internal db |
search_field | is used as the field that the username gets put in for a search for missing user. |
usernamefield | this is the SERVER field that it takes the username usually REMOTE_USER |