|
|
LDAP authentication and enrolment use user "id Number" that is stored into mdl_user table at authentication time.
Some times the field mdl_user->idnumber (varchar(64)) length in not enough to hold idumbers of user belonging to a huge institution. Somewhere between moodle forums ( http://moodle.org/mod/forum/discuss.php?d=56198) it is suggested to increase the lenght f that field from its usual size to 255 (ALTER TABLE mdl_user CHANGE COLUMN idnumber idnumber VARCHAR(255);)
Well, this is not enought. In spite of the bigger size Moodle continue to store ONLY 64 bytes. THIS LET THE LDAP AUTHENTICATION AND ENROLMENT USELESS for institution where the LDAP structure can't be simply changed for high level directives. 8-O
|
|
Description
|
LDAP authentication and enrolment use user "id Number" that is stored into mdl_user table at authentication time.
Some times the field mdl_user->idnumber (varchar(64)) length in not enough to hold idumbers of user belonging to a huge institution. Somewhere between moodle forums ( http://moodle.org/mod/forum/discuss.php?d=56198) it is suggested to increase the lenght f that field from its usual size to 255 (ALTER TABLE mdl_user CHANGE COLUMN idnumber idnumber VARCHAR(255);)
Well, this is not enought. In spite of the bigger size Moodle continue to store ONLY 64 bytes. THIS LET THE LDAP AUTHENTICATION AND ENROLMENT USELESS for institution where the LDAP structure can't be simply changed for high level directives. 8-O |
Show » |
committed 3 files to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 12/May/08 10:34 PM
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins
|
|
|
committed 3 files to 'Moodle CVS' - 12/May/08 10:38 PM
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 12/May/08 10:40 PM
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins
|
|
|
committed 1 file to 'Moodle CVS' - 12/May/08 10:41 PM
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 12/May/08 10:42 PM
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins
|
|
|
committed 1 file to 'Moodle CVS' - 12/May/08 10:43 PM
MDL-11719 increased size of idnumber in user table - needed for some enrolment plugins; merged from MOODLE_19_STABLE
|
|
|
|