Re: [Koha] LDAP search failed to return object : 000004DC: LdapErr: DSID-0C090A5C, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v4563 at

2022-06-21 Thread DHIM IT
Problem solved. Here is right configuration: ldap://10.1.1.1 DC=domain,DC=local CN=admin,OU=Admins,OU=OU_Users,DC=dhim,DC=local password 1 1 1 0 OU=Admins,OU=OU_Users,DC=domain,DC=local ?? ?? Am 21.06.22, 14:59 schrieb "Koha im Auftrag von DHIM IT" : Dear collea

Re: [Koha] LDAP changes from 19.xx to 21.05 ?

2021-10-12 Thread Hector Gonzalez Jaime
I'm using the debian package, and upgraded with  apt-get update; apt-get dist-upgrade.  Just ran them again now and it doesn't update koha-common, so I should be at the last 21.05.xx version, dpkg reports it is: 21.05.04-1 The upgrade itself didn't show any errors, but plack-error.log was fil

Re: [Koha] LDAP changes from 19.xx to 21.05 ?

2021-10-12 Thread Jonathan Druart
Looks like you hit bug 28385, but it's supposed to be fixed on 21.05. Are you using the debian package? How did you upgrade? https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28385 Le mar. 12 oct. 2021 à 02:17, Hector Gonzalez Jaime a écrit : > > Hello, we recently tried to update our de

[Koha] LDAP changes from 19.xx to 21.05 ?

2021-10-11 Thread Hector Gonzalez Jaime
Hello, we recently tried to update our development server to 21.05, and it mostly works, but it does not like our LDAP setup, which is unchanged. plack-error.log is filled with errors from this one: Error while loading /etc/koha/plack.psgi: No ldapserver "hostname" defined in KOHA_CONF: /etc/k

[Koha] LDAP Authentication change required for some Active Directory users

2020-02-20 Thread Coehoorn, Joel
*If your Koha site uses LDAP to authenticate via Microsoft Active Directory, and that connection is unencrypted over port 389, next month's Windows Updates due on March 10 will break your site.* See here: https://support.microsoft.com/en-us/help/4520412/2020-ldap-channel-binding-and-ldap-signing-r

Re: [Koha] Koha Ldap Auth

2019-06-26 Thread Daniele Piccoli
Il 26/06/19 17:12, Mason James ha scritto: > > [cut] > > > hi Daniele > here is a working config example of a Koha (v18.05.05) talking to an AD server > > hope that helps... > -- > 1 > > >     ldaps://1.2.3.4:30040 >     DC=aaa,DC=bbb,DC=gov,DC=au > >     1 >     1

Re: [Koha] Koha Ldap Auth

2019-06-26 Thread Daniele Piccoli
Il 26/06/19 19:12, Karam Qubsi ha scritto: > Hello,  Hi, > Have you tried to restart memcached and koha-common after configurations > updates.  > > /etc/init.d/koha-common  restart I've already restarted it before > /etc/init.d/memcached restart This is the point: I restarted it and ldap has

Re: [Koha] Koha Ldap Auth

2019-06-26 Thread Karam Qubsi
Hello, Have you tried to restart memcached and koha-common after configurations updates. /etc/init.d/koha-common restart /etc/init.d/memcached restart Best Regards On Wed, 26 Jun 2019, 9:14 pm Daniele Piccoli, wrote: > Il 26/06/19 00:44, Hector Gonzalez ha scritto: > > > > > >> On Jun 25, 20

Re: [Koha] Koha Ldap Auth

2019-06-26 Thread Mason James
On 27/06/19 1:13 AM, Daniele Piccoli wrote: > Il 26/06/19 00:44, Hector Gonzalez ha scritto: >>> On Jun 25, 2019, at 8:28 AM, Daniele Piccoli >>> wrote: >>> >>> Il 24/06/19 21:30, Hector Gonzalez ha scritto: Hi Daniele >>> Hi >>> > On Jun 24, 2019, at 4:22 AM, Daniele Piccoli > w

Re: [Koha] Koha Ldap Auth

2019-06-26 Thread Daniele Piccoli
Il 26/06/19 00:44, Hector Gonzalez ha scritto: > > >> On Jun 25, 2019, at 8:28 AM, Daniele Piccoli >> wrote: >> >> Il 24/06/19 21:30, Hector Gonzalez ha scritto: >>> Hi Daniele >> >> Hi >> On Jun 24, 2019, at 4:22 AM, Daniele Piccoli wrote: Software error: Error readi

Re: [Koha] Koha Ldap Auth

2019-06-25 Thread Hector Gonzalez
> On Jun 25, 2019, at 8:28 AM, Daniele Piccoli > wrote: > > Il 24/06/19 21:30, Hector Gonzalez ha scritto: >> Hi Daniele > > Hi > >>> On Jun 24, 2019, at 4:22 AM, Daniele Piccoli >>> wrote: >>> >>> Software error: >>> Error reading file /etc/koha/sites/biblioname/koha-conf.xml. >>> Try ru

Re: [Koha] Koha Ldap Auth

2019-06-25 Thread Daniele Piccoli
Il 24/06/19 21:30, Hector Gonzalez ha scritto: > Hi Daniele Hi >> On Jun 24, 2019, at 4:22 AM, Daniele Piccoli >> wrote: >> >> Software error: >> Error reading file /etc/koha/sites/biblioname/koha-conf.xml. >> Try running this again as the koha instance user (or use the koha-shell >> command in

Re: [Koha] Koha Ldap Auth

2019-06-24 Thread Hector Gonzalez
Hi Daniele > On Jun 24, 2019, at 4:22 AM, Daniele Piccoli > wrote: > > Software error: > Error reading file /etc/koha/sites/biblioname/koha-conf.xml. > Try running this again as the koha instance user (or use the koha-shell > command in debian) Is the file readable by koha? Permissions shoul

Re: [Koha] Koha Ldap Auth

2019-06-24 Thread Daniele Piccoli
Il 24/06/19 11:45, Katrin Fischer ha scritto: > Hi Daniele, Hi Katrin, > I think this line might be the problem: >   > record field names --> >   > You are missing the closing tag. I am not sure if a mapping is required > or if this could be removed, but it's invalid XML. Mapping tags were close

[Koha] Koha Ldap Auth

2019-06-24 Thread Daniele Piccoli
Hi guys, I've an instance of Koha in lab test and I'm trying to enable ldap auth towards our active directory server (samba4 instance), but I'm experiencing some issues. Koha is correctly installed on an Ubuntu 16.04.6 LTS, fully updated. I read and followed this page [0], step by step, without

Re: [Koha] LDAP authentication problem

2019-03-26 Thread Lichtsteiner Patric (lici)
Best, Patric > On 18 Mar 2019, at 16:55, Lichtsteiner Patric (lici) wrote: > > Hi all, > > We are currently evaluating koha for our university. > > Right now, I’m trying to configure ldap authentication. I followed the > following guides: > https://openschoolso

Re: [Koha] LDAP authentication problem

2019-03-19 Thread Hector Gonzalez
> On Mar 18, 2019, at 9:55 AM, Lichtsteiner Patric (lici) wrote: > > Hi all, > > We are currently evaluating koha for our university. > > Right now, I’m trying to configure ldap authentication. I followed the > following guides: > https://openschoolsolutions.o

[Koha] LDAP authentication problem

2019-03-18 Thread Lichtsteiner Patric (lici)
Hi all, We are currently evaluating koha for our university. Right now, I’m trying to configure ldap authentication. I followed the following guides: https://openschoolsolutions.org/koha-ldap-setup/ https://perldoc.koha-community.org/C4/Auth_with_ldap.html I did the following configuration in

Re: [Koha] LDAP sync

2018-03-10 Thread Katrin Fischer
Hi Ian, I am not aware of an existing script, although the new REST API for patrons should be helpful in the future. I also found a bug that could be interesting to you and is currently waiting to be tested: *Bug 11808* - Wh

[Koha] LDAP sync

2018-03-10 Thread Mr. Ian McNaught
Hi We've successfully got Koha running using LDAP to authenticate via our active directory server, but we would like to go one step further and have patron accounts provisioned based on user accounts in AD. Currently a user account will be created if they log in to the OPAC interface, but if they

Re: [Koha] LDAP Setting on 17.05=Koha

2018-02-08 Thread Scott Owen
at 06:34:36PM +0100, Hughes Dimka wrote: > > Hello All, > > > > I really need help, i have been trying to get koha ldap to work on a > > netword in which i have windows Ad and the linux on a virtual box. > > > > Below is my settings for ldap. > > > > /us

Re: [Koha] LDAP Setting on 17.05=Koha

2018-02-07 Thread Paul Hoffman
nnect. Paul. On Wed, Feb 07, 2018 at 06:34:36PM +0100, Hughes Dimka wrote: > Hello All, > > I really need help, i have been trying to get koha ldap to work on a > netword in which i have windows Ad and the linux on a virtual box. > > Below is my settings for ldap. > > /usr

[Koha] LDAP Setting on 17.05

2018-02-07 Thread Hughes Dimka
Hello All, I really need help, i have been trying to get koha ldap to work on a netword in which i have windows Ad and the linux on a virtual box. Below is my settings for ldap. /usr/share/koha/misc/koha-install-log 1 ldaps://192.168.1.12 OU=AO LAGOS,DC=NGFLF,DC=ALUKO-OYEBODE,DC=COM CN

[Koha] koha ldap with Microsoft Active Directory

2017-02-28 Thread amaher
Hi all , i try to integerate koha Ldap with Microsoft Active Directory we create new CN Group in AD for koha including test users as members and new CN user to use it for integeration like that user (CN=KOHA LDAP,CN=Users,DC=localhost,DC=local) DN KOHA LDAP Group(CN=KOHA LDAP Group,CN

Re: [Koha] ldap authentication in Koha 16.11 become broken when enabling plack

2016-12-14 Thread Mohammad Nashbat
koha@lists.katipo.co.nz Subject: Re: [Koha] ldap authentication in Koha 16.11 become broken when enabling plack Hello Mohammed, I did not test the ldap authentication under plack but reading the code of C4/Auth_with_ldap.pm I confirm that it's not plack compatible. Please open a new bug report and m

Re: [Koha] ldap authentication in Koha 16.11 become broken when enabling plack

2016-12-14 Thread Jonathan Druart
wrote: > Hi All, > > I hope someone help in the below issue, to clarify more we are facing > problem with Koha & ldap authentication for the new users only when > enabling plack, we tried to stop plack and ldap authentication was working > fine but we lost the high performance

Re: [Koha] ldap authentication in Koha 16.11 become broken when enabling plack

2016-12-14 Thread Mohammad Nashbat
Hi All, I hope someone help in the below issue, to clarify more we are facing problem with Koha & ldap authentication for the new users only when enabling plack, we tried to stop plack and ldap authentication was working fine but we lost the high performance of plack. Please help or at l

[Koha] ldap authentication in koha 16.11 become broken when enabling plack

2016-12-08 Thread Mohammad Nashbat
Hi All, We've recently upgraded to Koha 16.11 which is running on Debian Jessie, we also activated plack which makes the system really faster than before but found out that Koha ldap authentication become broken, but when we disabled plack it works fine with slowness. Any help to make

Re: [Koha] koha LDAP

2015-10-15 Thread Liz Rea
Hi Richard, You would add the configs in /etc/koha/sites/instancename/koha-conf.xml More information can be found here: http://perldoc.koha-community.org/C4/Auth_with_ldap.html Cheers, Liz On 16/10/15 12:56, Richard Maileseni wrote: > Hi, > > Please can anyone show me where I could acces the

[Koha] koha LDAP

2015-10-15 Thread Richard Maileseni
Hi, Please can anyone show me where I could acces the extra configs for ldap 1 Thanks, Richard ___ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha

[Koha] Koha LDAP configuration

2015-07-13 Thread deno . karapatakis
not sure this is the correct list. We've setup Koha 3.20 and would like to configure Koha to use LDAP only for authentication, ie logins (no mapping or attributes). Koha is running on Redhat 6.6 I can successfully query LDAP (Active Directory) using linux command ldapsearch binding to email

[Koha] Koha LDAP configuration

2015-07-06 Thread deno . karapatakis
not sure this is the correct list. We've setup Koha 3.20 and would like to configure Koha to use LDAP only for authentication, ie logins (no mapping or attributes). Koha is running on Redhat 6.6 I can successfully query LDAP (Active Directory) using linux command ldapsearch binding to email

Re: [Koha] ldap and extended patron attributes

2014-07-28 Thread Renvoize, Martin
Hi Heiko, This certainly worked in the past, but maybe a regression has crept in somewhere (if you do a git log C4/Auth_with_ldap.pm, there are plenty of patches related to the patron attributes code). If your sure it's still not working, you'de probably be well served by posting a bug on the com

[Koha] ldap and extended patron attributes

2014-07-23 Thread Heiko Weier
Hi all, we are testing Koha (3.16.01) with openldap and have an error with extended patron attributes. DBD::mysql::st execute failed: Unknown column 'preflang' in 'field list' at /usr/share/koha/lib/C4/Auth_with_ldap.pm line 320, line 522. 'preflang' is one of our extended attributes. Mapping

[Koha] LDAP problem

2014-03-21 Thread kamild
Hi, I have a problem with running LDAP Koha. I installed openldap and unfortunately ldap works on default settings openldap. I added the Koha-conf 1 "hostname" "base" "user" "password" 0 0 1 What I do wrong ?? Greets -- View this message in conte

[Koha] ldap

2014-01-23 Thread vinod kumar
Dear All ldpa with koha show the error opac-user.pl: LDAP connexion failed my conf file sample ldap://hostname DC=name,DC=NET CN=koha,CN=Users,DC=name,DC=name 1234 1 1 1 %s@domainname

[Koha] LDAP Auth Problem

2013-08-22 Thread samrocks1011
I have install ldap server with samba for domain environment. By default the password encryption used is "SSHA" in ldap . Currently koha is not able to connect to LDAP with SSHA Encryption. If I make the password to clear text in ldap the authentication works perfectly with koha. If possible please

[Koha] ldap / uid

2012-11-21 Thread Samuel Desseaux
Hi, I've a technical question about ldap. My connexion with the ldap is enabled. The mapping is correct but we would like to use "SupannAliasLogin" instead of "uid". Why? Our uid is like this [year of entry in the school]+supannAliasLogin example:2012desseauxs 2012:year of entry in the sch

Re: [Koha] ldap/ Koha (Samuel desseaux)

2012-06-08 Thread Samuel desseaux
ut nothing was in there (apart from spam, of course). David -- Message: 2 Date: Wed, 30 May 2012 15:07:35 +0200 From: Samuel desseaux To: koha@lists.katipo.co.nz Subject: [Koha] ldap/ Koha Message-ID:<4fc61b97.9030...@ecp.fr> Content-Type: text/plain; charset="iso-8859-1&

Re: [Koha] ldap/ Koha (Samuel desseaux)

2012-05-31 Thread Mesfin Teshome
oo.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 To: koha@lists.katipo.co.nz Subject

[Koha] ldap/ Koha

2012-05-30 Thread Samuel desseaux
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 1 uid=%s,ou=people,dc=ecp,dc=fr Ecole Centrale Paris Chatenay-Malabry 92290 ECAM employee I don't find where is t

Re: [Koha] koha --> ldap: error

2012-05-25 Thread MJ Ray
Samuel desseaux > not well-formed (invalid token) at line 280, column 15, byte 11694 at > /usr/lib/perl5/XML/Parser.pm line 187 > BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Output.pm > line 31. [...] > > I think to a mapping's problem but i need your opinion. > > My ldap's con

[Koha] koha --> ldap: error

2012-05-25 Thread Samuel desseaux
Hello, I try to configure ldap but i don't succeed Here's the error Software error: not well-formed (invalid token) at line 280, column 15, byte 11694 at /usr/lib/perl5/XML/Parser.pm line 187 BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Output.pm line 31. Compilation failed in

[Koha] LDAP - shows wrong patron account.

2012-05-08 Thread Barry Cannon
Hello, We have a site currently running Koha 3.6.0 against an LDAP (AD) server for authentication. On more than one occasion a borrower (different each time) has reported logging into their account with their login details but being presented with somebody else's account details. As yo

[Koha] LDAP documentation

2011-10-12 Thread Tom Hanstra
Where can I find additional documentation on how Koha interacts with LDAP. Options in the configuration file include "replicate" and "update", but I've yet to get a good understanding of how each fully works and how I can best populate patrons using data from my LDAP server. Thanks, Tom --

Re: [Koha] LDAP and password storage

2011-10-04 Thread Tom Hanstra
password in the , then it would also be hashed and stored. These should be the only circumstances. -Ian 2011/10/4 Scott Owen mailto:so...@edzone.net>> Tom, As I understand it: The Koha LDAP authentication mechanism copies user information from the LDAP tree to the local SQL

Re: [Koha] LDAP and password storage

2011-10-04 Thread Ian Walls
, and you've got the password in the , then it would also be hashed and stored. These should be the only circumstances. -Ian 2011/10/4 Scott Owen > Tom, > > As I understand it: > The Koha LDAP authentication mechanism copies user information from the > LDAP tree to the local

Re: [Koha] LDAP and password storage

2011-10-04 Thread Scott Owen
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

[Koha] LDAP and password storage

2011-10-04 Thread Tom Hanstra
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 -- -

Re: [Koha] LDAP documentation

2011-09-28 Thread Tom Hanstra
Yes, that was the better way to make the connection to LDAPS work. Thanks, Tom On 09/27/2011 03:10 PM, Ian Walls wrote: Tom, You can also prepend ldaps:// to the hostname, and that should set to port to the default (which as I recall is 636). You'd only explicitly need the port if you're r

Re: [Koha] LDAP documentation

2011-09-27 Thread Ian Walls
Tom, You can also prepend ldaps:// to the hostname, and that should set to port to the default (which as I recall is 636). You'd only explicitly need the port if you're running on non-standard ports for your protocol. -Ian 2011/9/27 Tom Hanstra > ** > I think I figured this out. Adding :63

Re: [Koha] LDAP documentation

2011-09-27 Thread Tom Hanstra
I think I figured this out. Adding :636 to the server name seems to be getting me farther. Still some errors, but they are bind errors rather than access errors. Tom On 09/27/2011 10:39 AM, Tom Hanstra wrote: Ian, Is there a setting somewhere for what port Koha attempts to perform LDAP co

Re: [Koha] LDAP documentation

2011-09-27 Thread Tom Hanstra
Ian, Is there a setting somewhere for what port Koha attempts to perform LDAP connections? I'm receiving the error: LDAP error #50: LDAP_INSUFFICIENT_ACCESS # The client does not have sufficient access to perform the requested operation But I also do not see any attempt to contact the LDAP

Re: [Koha] LDAP documentation

2011-09-22 Thread Ian Walls
Tom, I recently jotted down my experiences with Koha's LDAP setup here: http://bywatersolutions.com/2011/09/08/how-ldap-connections-work-in-koha-3-4/ Hopefully this will get you started. Let me know if you have any questions. -Ian On Thu, Sep 22, 2011 at 3:04 PM, Tom Hanstra wrote: > Where

[Koha] LDAP documentation

2011-09-22 Thread Tom Hanstra
Where is the best place to find documentation and maybe examples of how to integrate and use LDAP with Koha? I've seen a few posts that I might be able to review, but is there some comprehensive documentation that I'm missing? Thanks, Tom --

[Koha] LDAP login, auto populate exit date

2011-09-07 Thread Scott Owen
Hi all,   I currently have our Koha system set up to authenticate users via LDAP (eDirectory), but one of my media people is telling me that the "exit date" needs to be populated before new users can check out materials.   Is there a way to hard code this date into the LDAP config ?

Re: [Koha] Ldap + Active Directory

2011-07-26 Thread Hristos Triantafillou
July 19, 2011 4:20 PM To: Hristos Triantafillou; koha-user Subject: RE: [Koha] Ldap + Active Directory Greetings, With the help of sekjal in IRC I've been directed to the bottom portion of the "Auth_with_ldap.pm" file where the required mapping fields are listed. It says I can f

Re: [Koha] Ldap + Active Directory

2011-07-19 Thread Hristos Triantafillou
you for reading! -Hristos From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Hristos Triantafillou Sent: Wednesday, July 13, 2011 1:58 PM To: koha-user Subject: Re: [Koha] Ldap + Active Directory Thanks Tim, We did try it with that specific case usage, but

Re: [Koha] Ldap + Active Directory

2011-07-13 Thread Hristos Triantafillou
[mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Tim Bateson Sent: Wednesday, July 13, 2011 1:25 PM To: koha-user Subject: Re: [Koha] Ldap + Active Directory I recently got this working on on our Debiab squeeze server. I am sure one of the issues for me was that koha-conf.xml You have and to

Re: [Koha] Ldap + Active Directory

2011-07-13 Thread Ian Walls
This could be bug 5094 ( http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5094), which has been recently patched. If you can upgrade to 3.05.00.003 or higher, that should include that particular fix, as well as many others. Upgrading from 3.05.00.001 is highly recommended (by me). -Ian

Re: [Koha] Ldap + Active Directory

2011-07-13 Thread Tim Bateson
I recently got this working on on our Debiab squeeze server. I am sure one of the issues for me was that koha-conf.xml You have and to get I had issues until I corrected the case Also noticed you have two branchcodes and one is blank. Have you created or got a Branchcode called Main, I had

Re: [Koha] Ldap + Active Directory

2011-07-13 Thread Lori Bowen Ayre
True! More of us would benefit from the answer but it is hard to monitor so many places at once and the super techie folks are more likely there than here. Luckily the IRC channel is logged so it isn't lost forever (see http://stats.workbuffer.org/irclog/koha/2011-07-13). Lori 2011/7/13 bash-fu

Re: [Koha] Ldap + Active Directory

2011-07-13 Thread bash-fu34
From: [hidden email] [[hidden email]] on behalf of bash-fu34 [[hidden email]] Sent: Tuesday, June 28, 2011 6:37 PM To: [hidden email] Subject: [Koha] Ldap + Active Directory Firstly, thank you for the awesome Debian documentation! I got this far with no trouble at all. When I log into OPAC with a

Re: [Koha] Ldap + Active Directory

2011-07-13 Thread Lori Bowen Ayre
oha-boun...@lists.katipo.co.nz [koha-boun...@lists.katipo.co.nz] on > behalf of bash-fu34 [licens...@high-voltage.com] > Sent: Tuesday, June 28, 2011 6:37 PM > To: koha@lists.katipo.co.nz > Subject: [Koha] Ldap + Active Directory > > Firstly, thank you for the awesome Debian docu

Re: [Koha] Ldap + Active Directory

2011-07-13 Thread Licensing
...@lists.katipo.co.nz] on behalf of bash-fu34 [licens...@high-voltage.com] Sent: Tuesday, June 28, 2011 6:37 PM To: koha@lists.katipo.co.nz Subject: [Koha] Ldap + Active Directory Firstly, thank you for the awesome Debian documentation! I got this far with no trouble at all. When I log into OPAC with

Re: [Koha] Share Koha-LDAP conf

2011-07-01 Thread alen vodopijevec
It's openldap and Koha ver. 3.4.2 -- alen On 07/01/2011 08:27 AM, Oscar Gaona wrote: > Anybody using Oracle Internet Directory, OID, for Koha-LDAP > authentication? > > Alen,in your case, what is the ldap software? > > >

Re: [Koha] Share Koha-LDAP conf

2011-06-30 Thread Oscar Gaona
Anybody using Oracle Internet Directory, OID, for Koha-LDAP authentication? Alen,in your case, what is the ldap software? Thanks an regards, Oscar From: alen vodopijevec To: koha@lists.katipo.co.nz Cc: dpav...@rot13.org; Oscar Gaona Sent: Wednesday, June 29

Re: [Koha] Share Koha-LDAP conf

2011-06-29 Thread alen vodopijevec
I'm not sure why but I also had to format principal_name in koha-conf.xml as follows: -- uid=%s,dc=irb,dc=hr -- Otherwise it doesn't work with openldap at my institution :/ regards, -- alen > 2011/6/22 Oscar Gaona : >> Hi all >> There are many questions and s

[Koha] Ldap + Active Directory

2011-06-28 Thread bash-fu34
Firstly, thank you for the awesome Debian documentation! I got this far with no trouble at all. When I log into OPAC with an AD account I am told "You entered an incorrect username or password. Please try again! And remember, usernames and passwords are case sensitive." Here is some information r

Re: [Koha] Share Koha-LDAP conf

2011-06-25 Thread mourik jan heupink
Your suggestion works perfectly! Thank you! >> I'm assuming that auth_by_bind means that koha tries to bind with the >> openldap server using the username and password the user provided. > > This is correct assumption. >> I'm unsure where to configure HOW koha should bind with the ldap >> server

Re: [Koha] Share Koha-LDAP conf

2011-06-24 Thread mourik jan heupink
I would also very much like to see an example of a working config with an openldap backend, and using the auth-by-bind method. I'm assuming that auth_by_bind means that koha tries to bind with the openldap server using the username and password the user provided. I'm unsure where to configure H

Re: [Koha] Share Koha-LDAP conf

2011-06-23 Thread Dobrica Pavlinušić
2011/6/22 Oscar Gaona : > Hi all > There are many questions and solutions around Koha-LDAP connection / > authentication, so it seems there is not a only way to get it because each > Library / Institution has its own requirements / developments. > If you has a successful / usefu

[Koha] Share Koha-LDAP conf

2011-06-22 Thread Oscar Gaona
Hi all There are many questions and solutions around Koha-LDAP connection / authentication, so it seems there is not a only way to get it because each Library / Institution has its own requirements / developments.  If you has a successful / useful experience on this topic, may you share how

Re: [Koha] LDAP can't connect with Active Directory

2011-06-08 Thread uknet80
I managed to solve it that code you mentioned was missing. thank you -- View this message in context: http://koha.1045719.n5.nabble.com/LDAP-can-t-connect-with-Active-Directory-tp4416285p4466650.html Sent from the Koha - Discuss mailing list archive at Nabble.com. _

Re: [Koha] LDAP can't connect with Active Directory

2011-05-24 Thread uknet80
No reaction atall to this thread, do you need more clarification? thanks -- View this message in context: http://koha.1045719.n5.nabble.com/LDAP-can-t-connect-with-Active-Directory-tp4416285p4416528.html Sent from the Koha - Discuss mailing list archive at Nabble.com. __

[Koha] LDAP can't connect with Active Directory

2011-05-24 Thread uknet80
Hi all, I am having problem connecting LDAP koha with windows server Active directory, following is my server detail Active Directory Server detail: Server IP: 10.1.1.5 Domain: stud-ndtc.local user under Active directory: moodle Password: PASSWORD /etc/koha/koha-config.xml Configuring 10.1.1.

Re: [Koha] LDAP can't connect with Active Directory

2011-05-23 Thread schwitzd
add this line in the config file %s@stud-ndtc.local -- View this message in context: http://koha.1045719.n5.nabble.com/LDAP-can-t-connect-with-Active-Directory-tp4416285p4418945.html Sent from the Koha - Discuss mailing list archive at Nabble.com. ___

Re: [Koha] Koha ldap authentification

2011-05-10 Thread Scott Owen
username orpassword"!--View this message in context: http://koha.1045719.n5.nabble.com/Koha-ldap-authentification-tp4383836p4383836.htmlSent from the Koha - Discuss mailing list archive at Nabble.com.___Koha mailing list  http://koha-community.orgKo

[Koha] Koha ldap authentification

2011-05-10 Thread mihafan
View this message in context: http://koha.1045719.n5.nabble.com/Koha-ldap-authentification-tp4383836p4383836.html Sent from the Koha - Discuss mailing list archive at Nabble.com. ___ Koha mailing list http://koha-community.org Koha@lists.katipo.