Re: [Koha] Koha 3.18.0 released

2014-12-01 Thread mourik jan heupink - merit

Thanks Robin!

It's appreciated.

On 12/01/2014 02:50 AM, Robin Sheat wrote:

Vinod Kumar Mishra schreef op za 29-11-2014 om 06:29 [+]:

When it will be available for package installation ?


That would be about now.


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] wheezy apt repo

2014-10-03 Thread mourik jan heupink - merit

Thanks Robin and Uwe!

On 10/03/2014 12:21 AM, Robin Sheat wrote:

mourik jan heupink - merit schreef op do 02-10-2014 om 17:26 [+0200]:

Just to be sure...: koha on wheezy is supported?


 From here:

http://wiki.koha-community.org/wiki/Debian

The Debian squeeze (6.0) and wheezy (7.0) releases are supported.

I really need to make some changes to the naming of things one of these
days, but it has to be done in a way that it doesn't break for people
currently using it.


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] wheezy apt repo

2014-10-02 Thread mourik jan heupink - merit

Hi,

Just to be sure...: koha on wheezy is supported?

As the apt repo looks a bit squeeze-ish:

deb http://debian.koha-community.org/koha squeeze main

I tried 'wheezy' instead of 'squeeze', but that didn't work.

Using the above source list I am able to install koha-common. Is that 
normal the way..? It looks a bit unlogical to me...?


We have a running koha on squeeze, but I'd like to move that install to 
wheezy on kvm - meaning a new install.


Regards,
MJ
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Should Koha support old versions of Internet Explorer?

2014-10-02 Thread mourik jan heupink - merit

Hi Owen,

We have completely moved over to win7, and have no need for older IE 
support anymore. Most of our users use other browsers anyway: mostly 
firefox  chrome.



- In your use of Koha are you required to use any version of Internet
Explorer and if so what version?

If IE is used, it's mostly recent versions. (IE11)


- In your use of Koha do you work with library patrons who are
required to use any version of Internet Explorer?

Nope.


- In your opinion what should be the minimum supported version of
Internet Explorer?

No idea, others are probably more 'into' browser versions.

Regards,
MJ


I'm not counting votes, but I am interested in hearing everyone's opinions.

Thanks,

   Owen


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] integrate with active directory

2014-10-01 Thread mourik jan heupink - merit

Hi Mohamed,

I think I answered your question a few days ago:

http://lists.katipo.co.nz/pipermail/koha/2014-September/040933.html

MJ

On 9/28/2014 22:25, Mohamed Fekry Negm wrote:


Hi all i want to making integration between koha and my active
directory , i searched many on web but didn't got links guide me to
LDAP configuration wit koha  , could any body help me to  start that
thank you all

 ___ 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


Re: [Koha] active directory + koha

2014-09-29 Thread mourik jan heupink - merit

Hi Mohamed,

This config works here, with samba4 AD:


  ldapserver id=dc2
hostname192.87.y.x/hostname
baseCN=Users,DC=samba,DC=company,DC=com/base
replicate1/replicate
update1/update
auth_by_bind1/auth_by_bind
principal_name%s...@samba.company.com/principal_name
mapping !-- match koha SQL field names to your LDAP 
record field names --
  firstnameis=givenName  /firstname
  surname  is=sn /surname
  address  is=streetAddress  Keizer Karelplein 19/address
  city is=l  Maastricht/city
  zipcode  is=postalCode 6211 TC/zipcode
  branchcode   is=branch MERIT/branchcode
  userid   is=uid   /userid
  password is=userPassword   /password
  emailis=mail   /email
  categorycode is=employeeType   A/categorycode
  phoneis=telephoneNumber/phone
/mapping
  /ldapserver


Unfortunately the only thing that doesn't seem to be implemented is 
multiple dc's - failover. (or am i missing it?)


Hope that helps,
MJ

On 09/29/2014 07:05 AM, Mohamed Fekry Negm wrote:

hi all




thanks for replay




Few questions:

Koha version 3.16

OS Version Ubuntu 14.04

Active Directory Version   Windows Server  2008







Riley Childs

Senior

Charlotte United Christian Academy

Library Services Administrator

IT Services

(704) 497-2086

rileychilds.net

@rowdychildren



From:
Mohamed Fekry Negm

Sent:
‎9/‎28/‎2014 4:41 PM

To:
koha@lists.katipo.co.nz

Subject:
[Koha] active directory + koha






Hi all i want to making integration between koha and my active directory , i 
searched many on web but didn't got links guide me to LDAP configuration wit 
koha  , could any body help me to  start that thank you all








___

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  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] multiple ldap servers (redundancy)

2014-09-03 Thread mourik jan heupink - merit

Hi,

I just found out something by trying, and thought I'd share it on the 
list, as I've never seen it in any of the examples.


We have three samba dc's, and you can configure koha to use all three 
ldap servers, to gain failover. Do it like this:


 ldapserver id=ad
hostnamedc1.my.domain/hostname
hostnamedc2.my.domain/hostname
hostnamedc3.my.domain/hostname
baseCN=Users,DC=samba,DC=my,DC=domain/base
...
 /ldapserver

It seems to work nicely, and all examples only use one single 
hostname. I hope this info will help someone.


Regards,
Mourik Jan
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] difficulties authenticating after samba/openldap - samba4 AD migration

2014-04-05 Thread mourik jan heupink - merit

Hi list  chr...@catalyst.net.nz,

This message is to archive what our problem was:

After making changes to koha-conf.xml, it's not enough to restart 
apache2, you also have to restart memcached. (if you are using it)


After restarting memcached, the config as posted below works beautifully.

Thanks!
MJ


On 04/01/2014 07:42 PM, mourik jan heupink - merit wrote:


Hi all,

We've been running samba3/openldap in combo with koha for years, until 
the time came to upgrade to samba4 AD. Did that last weekend, and 
today I  tried to connect koha (3.12.01, I know, we have to upgrade) 
to the samba4 ldap server.


We're using auth_by_bind, which should be supported by Active 
Directory, checked principle name many times.


However, I can't login, apache logs says:  LDAP Auth rejected : 
(uid=heupink) gets 0 hits. Using tcpflow, I can see that my dc1 
answers 62020: Operation unavailable without authentication.


So, before I start doing bigger things (like updating koha, which has 
always been running fine) I'd like to know if I'm missing something 
obvious? I'm sure many people here are using (native) active directory 
to authenticate to? Any tips..?


Here is my AD samba4 config:

 ldapserver id=dc1
hostnamedc1.my.domain/hostname
baseCN=Users,DC=samba,DC=my,DC=domain/base

replicate1/replicate
update1/update
auth_by_bind1/auth_by_bind

principal_nameCN=%s,CN=Users,DC=samba,DC=my,DC=domain/principal_name

mapping
  firstnameis=givenName  /firstname
  surname  is=sn /surname
  address  is=streetAddress  our address/address
  city is=l  our city/city
  zipcode  is=postalCode our postcode/zipcode
  branchcode   is=branch our_branch/branchcode
  userid   is=uid/userid
  password is=userPassword   /password
  emailis=mail   /email
  categorycode is=employeeType A/categorycode
  phoneis=telephoneNumber/phone
/mapping
  /ldapserver

Regards,
MJ


___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] difficulties authenticating after samba/openldap - samba4 AD migration

2014-04-01 Thread mourik jan heupink - merit


Hi all,

We've been running samba3/openldap in combo with koha for years, until 
the time came to upgrade to samba4 AD. Did that last weekend, and today 
I  tried to connect koha (3.12.01, I know, we have to upgrade) to the 
samba4 ldap server.


We're using auth_by_bind, which should be supported by Active Directory, 
checked principle name many times.


However, I can't login, apache logs says:  LDAP Auth rejected : 
(uid=heupink) gets 0 hits. Using tcpflow, I can see that my dc1 answers 
62020: Operation unavailable without authentication.


So, before I start doing bigger things (like updating koha, which has 
always been running fine) I'd like to know if I'm missing something 
obvious? I'm sure many people here are using (native) active directory 
to authenticate to? Any tips..?


Here is my AD samba4 config:

 ldapserver id=dc1
hostnamedc1.my.domain/hostname
baseCN=Users,DC=samba,DC=my,DC=domain/base

replicate1/replicate
update1/update
auth_by_bind1/auth_by_bind

principal_nameCN=%s,CN=Users,DC=samba,DC=my,DC=domain/principal_name

mapping
  firstnameis=givenName  /firstname
  surname  is=sn /surname
  address  is=streetAddress  our address/address
  city is=l  our city/city
  zipcode  is=postalCode our postcode/zipcode
  branchcode   is=branch our_branch/branchcode
  userid   is=uid/userid
  password is=userPassword   /password
  emailis=mail   /email
  categorycode is=employeeType   A/categorycode
  phoneis=telephoneNumber/phone
/mapping
  /ldapserver

Regards,
MJ
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha