LDAP: Create and push barcodes from Web UI
authorDan Scott <dscott@laurentian.ca>
Mon, 16 Jul 2012 16:24:44 +0000 (12:24 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 7 May 2013 18:57:58 +0000 (14:57 -0400)
Now that we're beyond basic testing, go ahead and create accounts or
push barcodes into LDAP for realz.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
tools/patron-load/webui.py

index 6eb2a1f..7d5a1ef 100644 (file)
@@ -48,8 +48,8 @@ class LDAP_ARGS:
         self.eg_workstation = ldap_osrf_sync.credentials.OSRF_WORK_OU
         self.find_eg_user = None
         self.dump_ldap = None
-        self.create_users = None
-        self.push_barcode = None
+        self.create_users = True
+        self.push_barcode = True
         self.query_id = None
         self.query_cn = None
         self.query_sn = None