Hi Silvia, I'm a sole charge Librarian working for BoysTown. I've just upgraded and would love to talk to another user without all the tech talk!
Please feel free to shoot me an email. Cheers, Mandy Amanda Gardner Librarian BoysTown www.boystown.com.au libr...@boystown.com.au From: koha-requ...@lists.katipo.co.nz To: koha@lists.katipo.co.nz Date: 05/10/2011 01:03 AM Subject: Koha Digest, Vol 72, Issue 5 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-requ...@lists.katipo.co.nz You can reach the person managing the list at koha-ow...@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: need contact with other Librarians (Richard Hills - TechnologyWise) 2. Re: error 404 not found - koha 3.04.05 (faku) 3. koha changing admin password (alaa Badri) 4. To count users in the library rooms (Zeno Tajoli) 5. Re: koha changing admin password (Magnus Enger) 6. LDAP and password storage (Tom Hanstra) 7. Re: LDAP and password storage (Scott Owen) 8. Re: LDAP and password storage (Ian Walls) ---------------------------------------------------------------------- Message: 1 Date: Tue, 04 Oct 2011 15:30:12 +1300 From: Richard Hills - TechnologyWise <rich...@tw.co.nz> To: koha@lists.katipo.co.nz Subject: Re: [Koha] need contact with other Librarians Message-ID: <4e8a6fb4.8080...@tw.co.nz> Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" I think I failed in the last attempt at response... You could always drop by the irc channel #koha on irc.oftc.net and get to know some of the other users and developers. On 04/10/11 11:49, Silvia Soto-bussard wrote: > Hello! :-) > We have recently upgraded our Koha database from version 2.0! to 3.2.5 > and migrated those records from the very old computer to a brand new > one. We have a special library with about 7000 books, issued to > members only, we are a voluntary organization. > I would like to know of other special libraries in Wellington, or > small libraries with sole charge Librarian to exchange ideas and feel > integrated with the Koha community. > > Warm regards, > Silvia Soto-Bussard > Theosophical Society > Wellington Branch (19 Marion St.) > > > _______________________________________________ > Koha mailing list http://koha-community.org > Koha@lists.katipo.co.nz > http://lists.katipo.co.nz/mailman/listinfo/koha -- Richard Hills TechnologyWise Ltd, Tauranga, NZ rich...@tw.co.nz www.technologywise.co.nz ph: +64 (0)7 571 1060 fax: +64 (0)7 571 1061 -------------- next part -------------- An HTML attachment was scrubbed... URL: < http://lists.katipo.co.nz/pipermail/koha/attachments/20111004/4cd10e69/attachment-0001.html > ------------------------------ Message: 2 Date: Mon, 3 Oct 2011 21:11:59 -0700 (PDT) From: faku <journals.digi...@gmail.com> To: koha@lists.katipo.co.nz Subject: Re: [Koha] error 404 not found - koha 3.04.05 Message-ID: <1317701519031-4867458.p...@n5.nabble.com> Content-Type: text/plain; charset=us-ascii Hi, that sounds good. I tried it, and it looks like as it has worked. Thanks. Now I have to go on a business trip, but when I am back on friday I will test it more. But as I already said it looks very good - I can log in localhost :8080 - I still tested. More on friday. -> I will give a feedback of course! Thanks again, regards florian -- View this message in context: http://koha.1045719.n5.nabble.com/error-404-not-found-koha-3-04-05-tp4865109p4867458.html Sent from the Koha-general mailing list archive at Nabble.com. ------------------------------ Message: 3 Date: Tue, 4 Oct 2011 08:20:02 +0200 From: alaa Badri <elbadri_fat...@hotmail.com> To: koha list <koha@lists.katipo.co.nz> Subject: [Koha] koha changing admin password Message-ID: <snt103-w4818506f285cd3b3879534e9...@phx.gbl> Content-Type: text/plain; charset="windows-1256" when i try to tell mysql data base new koha admin password it got this Error mysql mysql -e 'update user set password=PASSWORD("xxxxx") where user="root"' ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) and when i stopped the data base i got another error -------------- next part -------------- An HTML attachment was scrubbed... URL: < http://lists.katipo.co.nz/pipermail/koha/attachments/20111004/6a1e11a8/attachment-0001.html > ------------------------------ Message: 4 Date: Tue, 04 Oct 2011 12:37:49 +0200 From: Zeno Tajoli <taj...@cilea.it> To: koha <koha@lists.katipo.co.nz> Subject: [Koha] To count users in the library rooms Message-ID: <4e8ae1fd.3010...@cilea.it> Content-Type: text/plain; charset=ISO-8859-15 Hi to all, in our library we want to count persons there are in the rooms. I think to read the library card when a user goes in and when he goes out. The library car has a unique barcode. I'm plannig to use Koha as DB of users. Do you know any open source solution about this request ? Do anyone develop something on Koha about it ? Bye Zeno Tajoli -- Dott. Zeno Tajoli tajoliAT_SPAM_no_prendiATcilea.it fax +39 02 2135520 CILEA - Consorzio Interuniversitario http://www.cilea.it/disclaimer ------------------------------ Message: 5 Date: Tue, 4 Oct 2011 13:42:24 +0200 From: Magnus Enger <mag...@enger.priv.no> To: alaa Badri <elbadri_fat...@hotmail.com> Cc: koha list <koha@lists.katipo.co.nz> Subject: Re: [Koha] koha changing admin password Message-ID: <CABg6UYFa3C9rqEh43Zs0=4rauugt-q3q3ytrp9_vr25h_fh...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hi! I think you need to add the -p option to tell mysql to prompt you for a password. Best regards, Magnus Enger libriotech.no 2011/10/4 alaa Badri <elbadri_fat...@hotmail.com>: > when i try to tell mysql data base new koha admin password it got this Error > > ?mysql mysql -e 'update user set password=PASSWORD("xxxxx") where > user="root"' > > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using > password: NO) > > and when i stopped? the data base i got another error > > _______________________________________________ > Koha mailing list ?http://koha-community.org > Koha@lists.katipo.co.nz > http://lists.katipo.co.nz/mailman/listinfo/koha > > ------------------------------ Message: 6 Date: Tue, 04 Oct 2011 09:56:37 -0400 From: Tom Hanstra <t...@nd.edu> To: Koha listserv <koha@lists.katipo.co.nz> Subject: [Koha] LDAP and password storage Message-ID: <4e8b1095.9000...@nd.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed We now have LDAP working to authenticate on logins. But we have also noticed that Koha stores that same password locally. Is there a configurable switch that I have not yet found which will keep LDAP connected logins from local storage? Thanks, Tom -- ----------------------------------------------------------------------------- Tom Hanstra Systems Administrator Hesburgh Libraries of Notre Dame Phone: (574)631-4686 213 Hesburgh Library Email: t...@nd.edu Notre Dame, IN 46556 Every day, from here to there, funny things are everywhere. Dr. Seuss ----------------------------------------------------------------------------- ------------------------------ Message: 7 Date: Tue, 4 Oct 2011 10:34:14 -0400 From: "Scott Owen" <so...@edzone.net> To: koha@lists.katipo.co.nz Subject: Re: [Koha] LDAP and password storage Message-ID: <4e8ae126.8081.000...@edzone.net> Content-Type: text/plain; charset="utf-8" Tom, As I understand it: The Koha LDAP authentication mechanism copies user information from the LDAP tree to the local SQL database on the Koha server in order to create "user" accounts. I believe one of the minimum requirements to create a Koha "user" account is a password. Because of Koha's requirements for creating users, I don't think you will be able to populate the necessary fields to allow for users logins, without populating a password field. Last time I dealt with them, passwords were hashed with MD5, and no clear text password were saved on the Koha system. -Scott >>> Tom Hanstra<t...@nd.edu> 10/4/2011 9:56 AM >>> We now have LDAP working to authenticate on logins. But we have also noticed that Koha stores that same password locally. Is there a configurable switch that I have not yet found which will keep LDAP connected logins from local storage? Thanks, Tom -- ----------------------------------------------------------------------------- Tom Hanstra Systems Administrator Hesburgh Libraries of Notre Dame Phone: (574)631-4686 213 Hesburgh Library Email: t...@nd.edu Notre Dame, IN 46556 Every day, from here to there, funny things are everywhere. Dr. Seuss ----------------------------------------------------------------------------- _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha -------------- next part -------------- An HTML attachment was scrubbed... URL: < http://lists.katipo.co.nz/pipermail/koha/attachments/20111004/4494344d/attachment-0001.html > ------------------------------ Message: 8 Date: Tue, 4 Oct 2011 11:02:02 -0400 From: Ian Walls <ian.wa...@bywatersolutions.com> To: so...@edzone.net Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] LDAP and password storage Message-ID: <CAE2wdZzZP98PnzvdST9=S=3qxtnzVft90xxfWoWt8H=ckdn...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Tom, What version are you on? From the code, the password hash should only be stored if the patron is returning (that is they already have an account in Koha), and you have Update turned on. Alternatively, if you've got a new patron signing in for the first time, and Replicate is on, and you've got the password in the <mapping>, then it would also be hashed and stored. These should be the only circumstances. -Ian 2011/10/4 Scott Owen <so...@edzone.net> > Tom, > > As I understand it: > The Koha LDAP authentication mechanism copies user information from the > LDAP tree to the local SQL database on the Koha server in order to create > "user" accounts. > I believe one of the minimum requirements to create a Koha "user" account > is a password. > Because of Koha's requirements for creating users, I don't think you will > be able to populate the necessary fields to allow for users logins, without > populating a password field. > Last time I dealt with them, passwords were hashed with MD5, and no clear > text password were saved on the Koha system. > > -Scott > > > > > >>> Tom Hanstra<t...@nd.edu> 10/4/2011 9:56 AM >>> > > We now have LDAP working to authenticate on logins. But we have also > noticed that Koha stores that same password locally. Is there a > configurable switch that I have not yet found which will keep LDAP > connected logins from local storage? > > Thanks, > Tom > > -- > > > > ----------------------------------------------------------------------------- > Tom Hanstra Systems Administrator > Hesburgh Libraries of Notre Dame Phone: (574)631-4686 > 213 Hesburgh Library Email: t...@nd.edu > Notre Dame, IN 46556 > > Every day, from here to there, funny things are everywhere. > Dr. Seuss > > ----------------------------------------------------------------------------- > > _______________________________________________ > 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 > > -- Ian Walls Lead Development Specialist ByWater Solutions Phone # (888) 900-8944 http://bywatersolutions.com ian.wa...@bywatersolutions.com Twitter: @sekjal -------------- next part -------------- An HTML attachment was scrubbed... URL: < http://lists.katipo.co.nz/pipermail/koha/attachments/20111004/ff601c8e/attachment.html > ------------------------------ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha End of Koha Digest, Vol 72, Issue 5 *********************************** http://www.boystown.com.au http://www.kidshelp.com.au http://www.parentline.com.au
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha