From: Dan Scott Date: Mon, 16 Jul 2012 16:24:44 +0000 (-0400) Subject: LDAP: Create and push barcodes from Web UI X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b6b764328ab6be16a971df8222e351c1ab1113ac;p=contrib%2FConifer.git LDAP: Create and push barcodes from Web UI Now that we're beyond basic testing, go ahead and create accounts or push barcodes into LDAP for realz. Signed-off-by: Dan Scott --- diff --git a/tools/patron-load/webui.py b/tools/patron-load/webui.py index 6eb2a1fde2..7d5a1ef3ba 100644 --- a/tools/patron-load/webui.py +++ b/tools/patron-load/webui.py @@ -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