From 7f3b1a62c81f760da465497030b68d77139406d7 Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Tue, 12 Nov 2013 22:05:03 -0600 Subject: [PATCH] Added fixme. --- modules/installed/first_boot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/installed/first_boot.py b/modules/installed/first_boot.py index f89f51e0f..52b5f34a2 100644 --- a/modules/installed/first_boot.py +++ b/modules/installed/first_boot.py @@ -42,6 +42,8 @@ class FirstBoot(PagePlugin): user. It's a good place to put error messages. """ + # FIXME: reject connection attempt if db["state"] >= 5. + ## Until LDAP is in place, we'll put the box name and key in the cfg.store_file ## Must resist the sick temptation to write an LDAP interface to the sqlite file with sqlite_db(cfg.store_file, table="thisbox", autocommit=True) as db: