Hi For the <principal_name></principal_name>, try using the format <principla_name>%s@yourdomain</principal_name>. Most of your mapping of koha to ldap have syntax error. I don't know if that's a typo or ....include your LDAP parameters or the values that are mapped to Koha fields in double quotes. Look at the this linkhttp://perldoc.koha-community.org/C4/Auth_with_ldap.html for detailed information on the configuration. ----- Original Message ----- From: "koha-request@lists.katipo.co.nz" <koha-request@lists.katipo.co.nz> To: koha@lists.katipo.co.nz Cc: Sent: Wednesday, May 30, 2012 7:46 PM Subject: Koha Digest, Vol 79, Issue 51 Send Koha mailing list submissions to koha@lists.katipo.co.nz To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz You can reach the person managing the list at koha-owner@lists.katipo.co.nz When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..." Today's Topics: 1. Re: Problems with the Koha wiki - registration and editing for new users (David Nind) 2. ldap/ Koha (Samuel desseaux) 3. Re: Problems with the Koha wiki - registration and editing for new users (Hal Bright) 4. Re: Problems with the Koha wiki - registration and editing for new users (mjr@phonecoop.coop) 5. Re: Problems with the Koha wiki - registration and editing for new users (Martin Renvoize) 6. how to undo global due date? (jrhsigler) 7. Re: Use of Google Analytics and +1 on Koha website (MJ Ray) 8. Re: Problems with the Koha wiki - registration and editing for new users (Paul) 9. Re: Barcodes with leading zeros and spaces (Lori Bowen Ayre) ---------------------------------------------------------------------- Message: 1 Date: Thu, 31 May 2012 00:01:04 +1200 From: David Nind <david.nind@gmail.com> To: MJ Ray <mjr@phonecoop.coop> Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Problems with the Koha wiki - registration and editing for new users Message-ID: <CAK5OMPcNNf-4qHwhGBo94PZzqsE2ESEhXvTeY4McaL8QmYBu8Q@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
Maybe, but I think maybe first you should try an email address with better spam filters than Google Mail. Ideally, something where you can check the server mail logs and see if any attempt is made.
I tried another email address (yahoo.co.nz) and haven't received a confirmation email. I also checked the spam folder for Gmail, but nothing was in there (apart from spam, of course).
David ------------------------------ Message: 2 Date: Wed, 30 May 2012 15:07:35 +0200 From: Samuel desseaux <samuel.desseaux@ecp.fr> To: koha@lists.katipo.co.nz Subject: [Koha] ldap/ Koha Message-ID: <4FC61B97.9030408@ecp.fr> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Hello, It's the first time i configure a connection between koha and a ldap. I don't succeed (only one try would have been fantastic). This is an extract of my file <auth_by_bind>1</auth_by_bind> <!-- set to 1 to authenticate by binding instead of password comparison, e.g., to use Active Directory--> <principal_name>uid=%s,ou=people,dc=ecp,dc=fr</principal_name> <!-- optional, for auth_by_bind: a printf format to make userPrincipalName from koha userid --> <mapping> <!-- match koha SQL field names to your LDAP record field names --> <firstname is='givenName'></firstname> <surname is='sn'> </surname> <address is=''>Ecole Centrale Paris</address> <city is=''>Chatenay-Malabry</city> <zipcode is=''>92290</zipcode> <branchcode is=''>ECAM</branchcode> <userid is='uid'></userid> <password is='userPassword'></password> <cardnumber is='ecpbadgeNumber'></cardnumber> <email is='mail'></email> <categorycode is='supannEtuDiplome'>employee</categorycode> <phone is='telephoneNumber'></phone> I don't find where is the problem. Mapping between koha and ldap seems to be good. But, in logs, i see this problem [Wed May 30 14:58:07 2012] [error] [client 138.195.48.69] [Wed May 30 14:58:07 2012] opac-user.pl: DBD::mysql::st fetchrow failed: fetch() without execute() at /usr/share/koha/lib/C4/Auth.pm line 1463, <DATA> line 558., referer: http://koha.ecp.fr/cgi-bin/koha/opac-user.pl An idea? Best regards samuel ------------------------------ Message: 3 Date: Wed, 30 May 2012 13:20:45 +0000 From: Hal Bright <HBright@farmingtonlibraries.org> To: David Nind <david.nind@gmail.com>, MJ Ray <mjr@phonecoop.coop> Cc: "koha@lists.katipo.co.nz" <koha@lists.katipo.co.nz> Subject: Re: [Koha] Problems with the Koha wiki - registration and editing for new users Message-ID: <F95E561AD94438478762919F307B70CF2379F251@farmlibex.Farmlib.local> Content-Type: text/plain; charset="us-ascii" I was trying to edit the wiki and had the same problem, no confimration email. I tried, yahoo and gmail as well. Nothing in my work outlook spam filters. Hal Harold Bright Director of Information Services Farmington Libraries - 6 Monteith Drive Farmington, CT 06032 - hbright@farmingtonlibraries.org W 860-673-6791 x 204 - F 860-675-7148 http://www.farmingtonlibraries.org ________________________________________ From: koha-bounces@lists.katipo.co.nz [koha-bounces@lists.katipo.co.nz] on behalf of David Nind [david.nind@gmail.com] Sent: Wednesday, May 30, 2012 8:01 AM To: MJ Ray Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Problems with the Koha wiki - registration and editing for new users
Maybe, but I think maybe first you should try an email address with better spam filters than Google Mail. Ideally, something where you can check the server mail logs and see if any attempt is made.
I tried another email address (yahoo.co.nz) and haven't received a confirmation email. I also checked the spam folder for Gmail, but nothing was in there (apart from spam, of course).
David _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha ------------------------------ Message: 4 Date: Wed, 30 May 2012 14:07:00 +0100 From: mjr@phonecoop.coop To: koha@lists.katipo.co.nz Subject: Re: [Koha] Problems with the Koha wiki - registration and editing for new users Message-ID: <E1SZic8-0003OF-FS@serene.ttllp.co.uk> David Nind <david.nind@gmail.com>
I tried another email address (yahoo.co.nz) and haven't received a confirmation email. I also checked the spam folder for Gmail, but nothing was in there (apart from spam, of course).
Not sure if you're trolling but I'll assume not. Yahoo and AOL are about the only spam filters worse than Google. Hotmail/WinLive is also a poor service. All of them reject spam without telling you or giving you any way to check for it - the spam folder is only a small fraction of it. Yahoo even deploys countermeasures against sending servers, even for erroneous spam detections, which is just rude. I think the wiki just gives up if email is rejected (after all, what can it do?). I'm not sure what to recommend. I use various mailboxes from my co-op ISPs, so don't have much call to use free webmails at the mo. Anyone got one they know works with the wiki, please? Hope that informs, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. Webmaster, Debian Developer, Past Koha RM, statistician, former lecturer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire for various work http://www.software.coop/products/ ------------------------------ Message: 5 Date: Wed, 30 May 2012 14:41:35 +0100 From: Martin Renvoize <martin.renvoize@ptfs-europe.com> Cc: "koha@lists.katipo.co.nz" <koha@lists.katipo.co.nz> Subject: Re: [Koha] Problems with the Koha wiki - registration and editing for new users Message-ID: <CAFr+Jn4cHU5QLx_Vkxp-uXC4CqbBG6W9AwpD_G3aYrMMaFDJTg@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Looks very much like the servers stopped mailing out to me.. To note, I run a number of mediawiki sites, and have never had an issue with their mails being sent to spam in gmail or otherwise.. It's probably more of a server setup error at the mediawiki end. Might be worth someone checking the reverse dns entries and things for that server. Just me two pence. Martin On 30 May 2012 14:20, Hal Bright <HBright@farmingtonlibraries.org> wrote:
I was trying to edit the wiki and had the same problem, no confimration email. I tried, yahoo and gmail as well. Nothing in my work outlook spam filters.
Hal
Harold Bright Director of Information Services Farmington Libraries - 6 Monteith Drive Farmington, CT 06032 - hbright@farmingtonlibraries.org W 860-673-6791 x 204 - F 860-675-7148 http://www.farmingtonlibraries.org
________________________________________ From: koha-bounces@lists.katipo.co.nz [koha-bounces@lists.katipo.co.nz] on behalf of David Nind [david.nind@gmail.com] Sent: Wednesday, May 30, 2012 8:01 AM To: MJ Ray Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Problems with the Koha wiki - registration and editing for new users
Maybe, but I think maybe first you should try an email address with better spam filters than Google Mail. Ideally, something where you can check the server mail logs and see if any attempt is made.
I tried another email address (yahoo.co.nz) and haven't received a confirmation email. I also checked the spam folder for Gmail, but nothing was in there (apart from spam, of course).
David _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Martin Renvoize Software Engineer, PTFS Europe Ltd Content Management and Library Solutions Skype: Mobile: 07725985636 http://www.ptfs-europe.com ------------------------------ Message: 6 Date: Wed, 30 May 2012 07:30:07 -0700 (PDT) From: jrhsigler <jrhsigler@gmail.com> To: koha@lists.katipo.co.nz Subject: [Koha] how to undo global due date? Message-ID: <1338388207642-5714544.post@n5.nabble.com> Content-Type: text/plain; charset=us-ascii Greetings, I need some help with a problem I've encountered in the circulation rules. About six months ago I set a global due date for May 17, the end of the semester. Since then, we've updated Koha a couple times, and I can no longer find the page where I set the global due date. (From my reading, it appears that this feature has been replaced with circ rules?) The system is still maintaining the May 17 due date. I'm not sure how to reset this. In the meantime, every time I check out a book, I have to confirm the action and manually create due dates. All books checked out now are immediately overdue I've made sure that there are no hard due dates set in the circulation rules, but this hasn't made any difference. Thanks for your time and help! -- View this message in context: http://koha.1045719.n5.nabble.com/how-to-undo-global-due-date-tp5714544.html Sent from the Koha-general mailing list archive at Nabble.com. ------------------------------ Message: 7 Date: Wed, 30 May 2012 16:02:19 +0100 From: MJ Ray <mjr@phonecoop.coop> To: koha@lists.katipo.co.nz Subject: Re: [Koha] Use of Google Analytics and +1 on Koha website Message-ID: <E1SZkPj-0002xn-IU@petrol.towers.org.uk> Content-Type: text/plain; charset=utf-8 Peter Aronson:
Piwik does offer an option, in its privacy settings, to anonymize visitors' IP addresses ("to comply with your local privacy laws/guidelines," it says), as well as the opt-out link already mentioned. But that may not meet your specific needs. I suppose it depends on the interpretation? I've read two interpretations of the law just now:
Yeah, that'll be because ico.gov.uk that enforces this law changed their interpretation a day or two before the deadline. They now seem to allow opt-outs, which is utterly wrong and not what the legislation actually says and the last-minute U-turn will have wasted lots of money, but never mind, they're the ones who set the deadline and now they've removed it so we have to live with it! So Piwik (and Google) would comply with the current ICO interpretation of the law if an appropriate warning is displayed, as I understand it. More on this on http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8155 as stuff for Koha itself develops. Hope that explains, -- MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op. http://koha-community.org supporter, web and library systems developer. In My Opinion Only: see http://mjr.towers.org.uk/email.html Available for hire (including development) at http://www.software.coop/ ------------------------------ Message: 8 Date: Wed, 30 May 2012 12:40:27 -0400 From: Paul <paul.a@aandc.org> To: "koha@lists.katipo.co.nz" <koha@lists.katipo.co.nz> Subject: Re: [Koha] Problems with the Koha wiki - registration and editing for new users Message-ID: <5.2.1.1.2.20120530123456.05cd8d30@localhost> Content-Type: text/plain; charset="us-ascii"; format=flowed At 01:20 PM 5/30/2012 +0000, someone wrote:
I was trying to edit the wiki and had the same problem, no confimration email. I tried, yahoo and gmail as well. Nothing in my work outlook spam filters.
Maybe something is badly "overwhelmed" at the wiki end? I just had a quick look at the User Creation Log <http://wiki.koha-community.org/w/index.php?title=Special:Log&limit=500&type=newusers&month=&year=> and there have been 500 "new" accounts created in the last two weeks. Most of them look like automated spammer sign-ups -- and quite frankly I don't think this community group could|would have shown such interest ;-} Best - Paul ------------------------------ Message: 9 Date: Wed, 30 May 2012 09:45:54 -0700 From: Lori Bowen Ayre <lori.ayre@galecia.com> To: Nora Blake <Nblake@masslibsystem.org> Cc: Koha List <koha@lists.katipo.co.nz> Subject: Re: [Koha] Barcodes with leading zeros and spaces Message-ID: <CAEJpJYUi37thJceioNMtEKWx=qirvtYgfO67uFt3kot4mwGFVQ@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Thanks All. This is useful. I'll forward all the suggestions on to the library that had these questions! Much appreciated. Lori =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-= Lori Bowen Ayre // Library Technology Consultant / The Galecia Group Oversight Board & Communications Committee / Evergreen (707) 763-6869 // Lori.Ayre@galecia.com Availability: http://tungle.me/lori.ayre <Lori.Ayre@galecia.com>Specializing in open source ILS solutions, RFID, filtering, workflow optimization, and materials handling =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= On Fri, May 25, 2012 at 5:51 AM, Nora Blake <Nblake@masslibsystem.org>wrote:
Hi Lori,
What about loading the barcodes without the space and leading zeros? We do that with our libraries that use those Follett-type barcodes.
Nora ________________________
Nora Blake MassCat Manager Massachusetts Library System P.O. Box 609 South Deerfield, MA 01373-0241 508-357-2121 x123 866-627-7228 Email: nblake@masslibsystem.org AIM: noraatmls
-----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto: koha-bounces@lists.katipo.co.nz] On Behalf Of Lori Bowen Ayre Sent: Thursday, May 24, 2012 5:11 PM To: Joel Harbottle Cc: Koha List Subject: Re: [Koha] Barcodes with leading zeros and spaces
Joel,
I think the problem for this library is that they have a prefix (e.g. p or sometimes P) and then a space and THEN leading zeros. So, they want "p 000123" to be interpreted as "P123"
That seems like too much to ask!
Lori
On Thu, May 24, 2012 at 1:55 PM, Joel Harbottle < Joel.Harbottle@hotmail.com.au> wrote:
Hi Lori,
We use uppercase letters in our barcodes, for example A70022330679B, and have never had a problem with Koha and these type of Barcodes.
Our patrons records, in their barcode having the leading zeros, for example 008910067. We have also never had a problem with Koha and these Barcodes.
From my experience, they are both perfectly good to use with Koha.
Kindest Regards, Joel
From: Lori Bowen Ayre <lori.ayre@galecia.com> Date: Thu, 24 May 2012 13:38:41 -0700 To: Koha List <koha@lists.katipo.co.nz> Subject: [Koha] Barcodes with leading zeros and spaces
Does anyone have any barcodes that use leading zeros and upper and lower case letters? I am working with a library who has barcodes that look like "p 000123" which they need to have interpreted as "P123".
Any thoughts about how Koha would handle that?
Lori
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-= Lori Bowen Ayre // Library Technology Consultant / The Galecia Group Oversight Board & Communications Committee / Evergreen (707) 763-6869 // Lori.Ayre@galecia.com Availability: http://tungle.me/lori.ayre
<Lori.Ayre@galecia.com>Specializing in open source ILS solutions, RFID, filtering, workflow optimization, and materials handling =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
------------------------------ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 79, Issue 51 ************************************