]> git.mjollnir.org Git - moodle.git/commit
New field "guid" added to table user.
authorpaca70 <paca70>
Fri, 3 Sep 2004 10:49:44 +0000 (10:49 +0000)
committerpaca70 <paca70>
Fri, 3 Sep 2004 10:49:44 +0000 (10:49 +0000)
commit01e2ea5fa33acdc6ba0f2ef7adfe5fbbae8282ff
tree2c4c5a651cb64952035d5c4ddb21bea7795e56a8
parente10bb9b32795cfd990d9eaa8969ea6678e343252
New field "guid" added to table user.
This can be userd to store "global unique identifier" from external databases
like Windows SID or eDirectorys guid . This will keep upcoming user syncronization
feature reliable in case of renamed users.
Mysql files are untested.
php -l mysql.php does not show any syntax errors, so files
should work.
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
version.php