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.
This commit is contained in:
paca70
2004-09-03 10:49:44 +00:00
parent e10bb9b327
commit 01e2ea5fa3
5 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
$version = 2004083000; // The current version is a date (YYYYMMDDXX)
$version = 2004090300; // The current version is a date (YYYYMMDDXX)
$release = "1.5 unstable development"; // User-friendly version number