[Koha] Shibboleth authenticationa and autocreation

2017-12-20 Thread Björn Nylén
Hello! I'm trying to set up shibboleth authentication (and provisioning) in Koha 17.11.00 and experience some issues. Firstly the matchpoint: Matching on userid works but is it possible to match on other fields? We may want to use eg the "sort1" field if it's possible. The lookup code reads: Ko

[Koha] Circulation statistics wizard shows "UNKNOWN VALUE" for item type

2017-12-20 Thread Chris Brown
Hello, I am using Koha 17.05.02, installed from Debian Packages. Using the circulation statistics wizard, I want to generate a report of checkouts broken down by item type. However, configuring a report with "item type" as the row results in all item types displaying as "UNKNOWN VALUE". A little

Re: [Koha] Shibboleth authenticationa and autocreation

2017-12-20 Thread Matthias Meusburger
Hi, I've only used it matching userid, but reading the code, I assume you can use any unique borrower field to match. Patron auto-creation works for me, using the same kind of configuration you have, but I had to replace %borrower = AddMember_Auto( %borrower ); with %borrower = C4::Member

Re: [Koha] Shibboleth authenticationa and autocreation

2017-12-20 Thread Björn Nylén
Hi! Thanks för your reply. It seems my problem with autocreate is that the config isn't properly read. The tag seems undefined when checking if it is set. I'll have to look into some more. /Björn Originalmeddelande Från: Matthias Meusburger Datum: 2017-12-20 11:49 (GMT+0

Re: [Koha] Allowing patrons to set their passwords during self-registration

2017-12-20 Thread Jonathan Druart
Hi Arturo, I have attached a patch on the bug report you opened. Please test and confirm it fixes your issue. Regards, Jonathan On Tue, 19 Dec 2017 at 18:38 Arturo Longoria wrote: > Hi Liz, > > Thank you for your tip on how to access the queued e-mail messages! With > that information, I was a

Re: [Koha] Shibboleth authenticationa and autocreation

2017-12-20 Thread Tajoli Zeno
Hi to all, Il 20/12/2017 15:33, Björn Nylén ha scritto: Thanks för your reply. It seems my problem with autocreate is that the config isn't properly read. The tag seems undefined when checking if it is set. iI use autocreate, in koha-conf.xml this line actives it: 1 BUT attention on cachin

Re: [Koha] Circulation statistics wizard shows "UNKNOWN VALUE" for item type

2017-12-20 Thread Jonathan Druart
See bug 19671. On Wed, 20 Dec 2017 at 07:33 Chris Brown wrote: > Hello, > > I am using Koha 17.05.02, installed from Debian Packages. > > Using the circulation statistics wizard, I want to generate a report of > checkouts broken down by item type. However, configuring a report with > "item type"

[Koha] Broken packages, Unmet dependencies

2017-12-20 Thread Javed Sahil
Hi All, I removed libsasl2-2, sudo apt-get remove libsasl2-2 It started removing other packages too, i was shaked, hurriedly i pressed ctrl + x, ctrl + c, then i saw error messag something like this: The process was intrupted. Now i have lost the following: Gnome ubuntu destop access to Koha opa

Re: [Koha] Broken packages, Unmet dependencies

2017-12-20 Thread Jonathan Druart
apt-get install -f? On Wed, 20 Dec 2017 at 15:17 Javed Sahil wrote: > Hi All, > I removed libsasl2-2, > sudo apt-get remove libsasl2-2 > It started removing other packages too, i was shaked, hurriedly i pressed > ctrl + x, ctrl + c, > then i saw error messag something like this: > The process w

Re: [Koha] Allowing patrons to set their passwords during self-registration

2017-12-20 Thread Arturo Longoria
Hi Jonathan, You are awesome! Thank you so much for working on this and submitting a patch so quickly! I just tested and your patch worked like a charm. I've updated the filed bug with a sign-off and my notes: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19845 In short, I tested v

Re: [Koha] Broken packages, Unmet dependencies

2017-12-20 Thread Javed Sahil
Hi jonathan, I have used apt-get install -f And aptitude install Also not worked It also not worked. On Dec 21, 2017 12:37 AM, "Jonathan Druart" < jonathan.dru...@bugs.koha-community.org> wrote: > apt-get install -f? > > On Wed, 20 Dec 2017 at 15:17 Javed Sahil wrote: > >> Hi All, >> I rem