Re: [Koha] Koha, Shibboleth and autocreation of users

2021-05-27 Thread Jonathan Druart
Hi Michael, Reading the code you need a "autocreate" set to 1 in the config. And then you need to map the attributes with the "mapping" entry. Regards, Jonathan Le mer. 26 mai 2021 à 18:59, Michael Kuhn a écrit : > > Hi > > We are trying to implement Shibboleth with Koha. As far as I understand

[Koha] EAN13-label printout incorrect

2021-05-27 Thread kamilla . braun
Hello Koha-Mailinglist, related to a rejected bug-report I found out, that the KOHA-printout of EAN13-lables may be incorrect. My professional-grade USB-barcodereader (Manhattan 177665) is reproducibly reading only 12 digits instead of 13 digits. On some reason the first digit is missing.

Re: [Koha] Koha - Active Directory LDAP struggles

2021-05-27 Thread Karam Qubsi
Hello Michael, if your users will insert usernames as *firstname.lastname* in koha, and you need to match it as firstname.lastn...@.xxx in your ldap server then you need to update your config like this : %s...@.xxx Hope this can help Best wishes On Wed, May 26, 2021 at 10:44 PM Michael B

Re: [Koha] Koha - Active Directory LDAP struggles

2021-05-27 Thread Michael BC
Thank you, another user reached out. It turned out that my userid attribute needed to be "userPrincipalName" to work within the environment. On Thu, May 27, 2021, 7:16 AM Karam Qubsi wrote: > Hello Michael, > > if your users will insert usernames as *firstname.lastname* in koha, and > you nee

Re: [Koha] Koha - Active Directory LDAP struggles

2021-05-27 Thread Karam Qubsi
Glad it worked :) On Thu, May 27, 2021 at 10:23 PM Michael BC wrote: > Thank you, another user reached out. > > It turned out that my userid attribute needed to be "userPrincipalName" to > work within the environment. > > > > On Thu, May 27, 2021, 7:16 AM Karam Qubsi > wrote: > >> Hello Michael

[Koha] EAN13-label printout incorrect

2021-05-27 Thread kamilla . braun
Hello Koha-Mailinglist, related to a rejected bug-report I found out, that the KOHA-printout of EAN13-lables may be incorrect. My professional-grade USB-barcodereader (Manhattan 177665) is reproducibly reading only 12 digits instead of 13 digits. On some reason the first digit is missing.

[Koha] Install database on different server than Koha?

2021-05-27 Thread Bales (US), Tasha R
Good morning, My team is working on implementing Koha on Oracle Linux and so far it's worked out. We are getting ready to test to see if we can swap out Maria DB with Percona MySQL Server, which seems uncomplicated. I'd like to ask if anyone has set up Koha to operate with a database that is

Re: [Koha] Koha on VPS?

2021-05-27 Thread Jesse A Lambertson
Hello I am using the newest stable (20.11) debian 10 SSHing into that server Have DNS for the domain managed at wordpress (.phantomlandscapes.com) the dB has been created, but the site is empty I have installed mysql rather than the mariadB option /etc/koha/koha-sites.conf has been edited, cha

Re: [Koha] Koha on VPS?

2021-05-27 Thread Mason James
On 28/05/21 6:46 am, Jesse A Lambertson wrote: Hello I am using the newest stable (20.11) debian 10 SSHing into that server Have DNS for the domain managed at wordpress (.phantomlandscapes.com) the dB has been created, but the site is empty I have installed mysql rather than the mariadB opt

Re: [Koha] Koha on VPS?

2021-05-27 Thread Mason James
On 28/05/21 8:46 am, Mason James wrote: hi Jesse you will need to run 'koha-create' after changing /etc/koha/koha-sites.conf  $ sudo koha-create --create-db library ...where 'library' is the name of your koha instance this command creates the config files under /etc/koha/sites/library more