oups, i've just received your mail whereas i've sent 2 hours ago another email about the same problem. thanks samuel Le 31/05/2012 07:47, Mesfin Teshome a écrit :
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,