From dea5f99363d4cf8e9ffff967c8cbdb38c8c50507 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 20 Apr 2014 19:24:40 -0400 Subject: Add LDAP authentication --- schemas/mysql.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schemas/mysql.php') diff --git a/schemas/mysql.php b/schemas/mysql.php index 245232bd..e688be8d 100644 --- a/schemas/mysql.php +++ b/schemas/mysql.php @@ -2,6 +2,11 @@ namespace Schema; +function version_13($pdo) +{ + $pdo->exec("ALTER TABLE users ADD COLUMN is_ldap_user TINYINT(1) DEFAULT 0"); +} + function version_12($pdo) { $pdo->exec(" -- cgit v1.2.3