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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user