Generate barcodes and push them into LDAP
authorDan Scott <dan@coffeecode.net>
Thu, 8 Sep 2011 21:26:58 +0000 (17:26 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 12 Nov 2012 17:57:58 +0000 (12:57 -0500)
commit8f98b5349a06acc0edcb6250c39c7bb3379992b2
tree857900a3d9ccee98b5802c51674024201e3f92a5
parent0f8924d4a796c6e04cab72d481fd6c2693c87129
Generate barcodes and push them into LDAP

Add a custom API to open-ils.actor for generating barcodes; accepts one
argument, user ID, which gets the barcode set to their new value. If no
arg is passed, just generates a new barcode and returns it (should be
useful on the patron editor screen).

As far as pushing the barcodes into LDAP goes, I can't confirm that the
updates are actually working, because I can't see them, but the lack of
errors suggests that it's working.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm
tools/patron-load/ldap_osrf_sync